Connect your wallet
Phantom, Solflare, Backpack and any Wallet Standard wallet; what connecting does and does not do.
Pre-launch, and clear about it.
The deployed configuration splits the 4% protocol fee 1% holders, 1% liquidity, 1% staking and 1% operations, fixed in the treasury program with no setter. Staking itself is planned, phase 2: the allocation is set aside, but no staking program is deployed and nothing accepts a deposit. Values that have not been read from the chain render as a dash with the reason beside them.
Connect
Select Connect wallet in the header. Wallets that implement the Solana Wallet Standard, including Phantom, Solflare and Backpack, appear automatically; there is no vendor list to maintain and no wallet is favoured.
Connecting shares your public key with the site. It does not move tokens, create accounts or sign anything. Divvy Reservoir never asks for a recovery phrase or a private key, and no login signature is required simply to connect.
Network and fees
Divvy Reservoir runs on Solana mainnet. Transactions cost a network fee of 5000 lamports per signature plus, for some actions, a refundable rent deposit for a new account. The review dialog names both before you sign.
The site reaches the network through its own same-origin RPC proxy. Your wallet reaches it through your wallet’s own RPC. The two can disagree by a slot or two; the site shows the slot its data was read at.
Switching and disconnecting
Changing the connected account resets any open transaction review and reloads the account data on screen. A review built for one key is never signed by another: the site re-verifies the key and the wallet immediately before requesting a signature.
Disconnecting ends the site session. It changes nothing on chain.
Every action needs your approval
- Solana has no token approvals. Every transaction is the action itself, signed once.
- Rejecting a transaction in the wallet leaves it unexecuted and costs nothing.
- A transaction that lands but fails still pays its network fee. The dialog explains what happened in plain words.
- A transaction whose blockhash expires before it lands can never execute and costs nothing.
Primary sources
Provider and issuer documentation. Addresses are verified on chain again before activation.