What On-Chain Enforcement Gives You
When a PAIR is launched, the fee allocation — the percentage split between creator payouts, buybacks, and holder rewards — is set on-chain and enforced by the fee router program. This means:Allocation Is Fixed at Launch
The fee split you see when you buy into a PAIR is the split enforced by the on-chain program. No party can silently redirect fees to a different destination after launch.
Transactions Are Auditable
Every fee routing event is a public Solana transaction. You can independently verify routing history using any Solana block explorer — you do not need to trust PAIR’s own UI.
Creator Fees Reach Intended Wallets
Creator wallet verification links X handles to specific Solana addresses. Fees are routed to those verified addresses, not to a pooled or custodial account controlled by PAIR.
Trust Assumptions
No protocol is entirely trustless. The following are the key areas where you are placing trust in something outside of Solana’s base-layer guarantees.Solana Network
Solana Network
The entire PAIR protocol depends on the Solana network functioning correctly. You trust Solana’s validator set, consensus mechanism, and runtime to process transactions faithfully. This is the same trust assumption made by every application built on Solana.
On-Chain Program Correctness
On-Chain Program Correctness
You trust that the fee router program, bonding curve program, and token pairing registry behave as documented. On-chain programs can contain bugs. Review the audit status section below for the current state of independent code review.
Stock Market Data Feed (Oracle Risk)
Stock Market Data Feed (Oracle Risk)
PAIR tokens that include a stock in their pairing rely on an external data feed for stock price information. External data feeds introduce oracle risk: if the feed is manipulated, delayed, or temporarily unavailable, any protocol behaviour that depends on that price data could be affected.
The specific oracle or data feed provider for stock price data has not yet been confirmed. Once the integration is live, the provider, data update frequency, and any staleness safeguards will be documented here. Until then, treat stock-price-linked protocol behaviour as a planned feature with an unconfirmed trust model.
Creator Wallet Verification
Creator Wallet Verification
Linking an X handle to a Solana wallet address requires an off-chain verification step — the protocol must confirm that the person claiming an X account actually controls it. This introduces a trust assumption around the verification process itself.
The creator wallet verification mechanism — including the off-chain verification step and how the link is recorded and updated on-chain — is in active development. The trust model for this component will be documented fully once the feature is live.
Audit Status
Audit status is to be announced. PAIR will publish details of any independent smart contract audits — including the auditing firm, scope, and findings — as they become available. Do not assume that an audit has been completed based on any information not published in this documentation.
How to Verify Fee Routing Yourself
You do not need to trust PAIR’s interface to confirm that fees are being routed correctly. To independently verify:1
Identify the PAIR Token Address
Find the Solana token address for the PAIR you want to verify. This is displayed on the PAIR token’s detail page.
2
Open a Solana Block Explorer
Use any public Solana block explorer to look up the token address and its associated program accounts.
3
Review Fee Routing Transactions
Look for transactions involving the fee router program address. Each routing event will show the amounts sent to each destination and the receiving wallet addresses.
4
Cross-Reference the Configured Allocation
Compare the amounts routed to each destination against the fee allocation percentages shown on the PAIR’s detail page. They should match.
Responsible Disclosure
If you discover a security vulnerability in PAIR’s on-chain programs, application, or infrastructure, please report it responsibly rather than exploiting it. To report a potential issue, contact the PAIR team at [security contact to be published].A formal security contact and responsible disclosure policy will be published here. In the meantime, reach out through the official PAIR community channels.
Related Pages
Disclosures
Full risk disclosures, including market risk, smart contract risk, and regulatory considerations.