| Round | Minter | Tokens |
|---|
| Rank | Address | Rounds | Tokens |
|---|---|---|---|
| Loading on-chain data... | |||
Every 10 SOL mint splits in two: 5 SOL accumulates in the LP-pending PDA for future Raydium injection; 5 SOL backs the vault SOL reserve. None goes to the authority.
As a one-time setup, the authority creates a Raydium CPMM $TOBE / wSOL pool with seed liquidity, then calls set_pool_config to record the pool addresses on-chain. After this, the program knows where to deposit.
Once at least 1 SOL has accumulated, anyone can call flush_lp_to_raydium. The instruction wraps SOL into wSOL, computes proportional $TOBE from the vault using the current pool ratio, and deposits both into the Raydium pool — atomically.
In the same transaction, the LP tokens received from Raydium are burned permanently. Liquidity cannot be removed. Not in 2 years, not in 100. Verifiable on-chain.
The vault never drains below 30% of its baseline — even mid-flush. Combined with the on-chain Pyth oracle that powers buy_from_vault and sell_to_vault, $TOBE has both deep monotonically-growing liquidity AND a defended $1 peg in both directions. No keeper bot needed.
The vault is controlled by a Program Derived Address — no human holds the keys. Only the smart contract can move vault tokens, and only at the SOL ceiling price.
Every line of the smart contract is publicly verifiable. Full source code, tests, and project config available on GitHub.
View on GitHub → View on Solana Explorer →Full test suite covering mint mechanics, vault operations, LP lock/unlock, pause/unpause, authority transfer, and edge cases. Every function tested before deployment.
The authority can pause minting in case of a discovered vulnerability — but cannot drain funds, change supply, or alter the curve. A safety net, not a backdoor.
Authority changes require proposal + acceptance from the new address. No single transaction can hijack control. Prevents accidental or malicious transfers.
Liquidity provider tokens are locked on-chain for 2 years after DEX listing. No rug pulls — the liquidity stays where it belongs.
Designed and built the TOBE protocol from scratch — smart contract, frontend, and economic model. No team tokens, no investors, no shortcuts.