ꙮ monsterion / decentralized solana launchpad / programmable fee modules / PYUSD flywheel / treasury tracker / skins marketplace / $IONS not launched yet / ꙮ monsterion / decentralized solana launchpad / programmable fee modules / PYUSD flywheel / treasury tracker / skins marketplace / $IONS not launched yet /
treasury · solana

treasury

A read-only Solana wallet tracker and a transparent view of the protocol-owned PYUSD reserve. Track any address — your wallet, a creator's module, or a public reserve — and see native SOL plus priced fungible tokens.

fee-share launchnew · simplest

Same Meteora DBC launch — but all trading fees (1%) flow into one pool. Every 14 days a permissionless harvest sends 20% to the treasury and splits the remaining 80% across stakers pro-rata (× optional lock boost). Rewards are paid in the raw fee token — no swap. The treasury accrues its cut every epoch.

lock boost
1×
No lock
your pool share
11.11%
weight 250,000 / 2,250,000
treasury cut / epoch
2,000
20% · fee token
your harvest / 14d
889
fee token · pull-based
trades → 1% trading fee → pool intake ↓ every 14 days (permissionless harvest) 20% → treasury 80% → stakers, pro-rata by stake × optional lock (pull-based claim)

share = (stake × lock) ÷ totalWeight  ·  harvest = poolFees × 80% × yourShare. Estimate only — actual fees depend on trading volume. Built on the fee_share_pool program.

wallet tracker

Paste any Solana address — or connect a wallet — to read its live portfolio (native SOL + fungible tokens with USD prices). Read-only, powered by the Helius DAS API.

live JupSOL reserve yield

Read live from the Sanctum JupSOL stake pool on mainnet — the on-chain exchange rate is the source of truth for the yield delta routed to stakers. The reserve auto-compounds; a permissionless keeper harvests the delta above principal and advances the reward index.

JupSOL rate
1.193900
SOL per JupSOL (last known)
staking APY
7%
annualized on-chain
pool TVL
SOL staked
reward path
auto
compounding · pull-based

protocol reserve (PYUSD / JupSOL)

The reserve is the flywheel's "battery." Per pair it is held either as PYUSD in Kamino (lending interest) or as JupSOL (Solana staking) — both auto-earn. Principal stays deposited; only the realized yield delta can move to the reward distributor.

principalDeposited += newPYUSDDeposited currentValue = KaminoPositionValue harvestableYield = max(0, currentValue - principalDeposited) if currentValue <= principalDeposited: harvestableYield = 0 // no rewards this period

PYUSD mint 2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo. The on-chain TreasuryVault program tracks principal vs. harvestable yield; this page will read its account once deployed.

how the tracker works

  • One Helius DAS searchAssets call returns fungible tokens with USD prices + native SOL balance.
  • The Helius key lives server-side in an API route — never shipped to the browser.
  • Connect a wallet to auto-fill your own address, or paste any address to inspect it.

each pair → its own automated reward

Every launch is its own pair: an independent reserve, staking pool, and reward accumulator — all keyed by the launch — so rewards never commingle. A pair can run a different automated yield source; staking a pair's token plugs you into that pair's stream.

pairreserveautomated yieldreward to
ꙮ $IONSliveJupSOL (LST)Solana staking · Sanctumrate appreciation → delta → $IONS stakers
creator token — flywheelPYUSDKamino lendinglending interest → delta → token stakers
creator token — LSTJupSOL (LST)Solana stakingrate appreciation → delta → token stakers
per pair, keyed by the launch: reserve treasury_vault seeds = ["reserve", launch] → holds JupSOL or PYUSD, auto-earns staking staking_vault seeds = ["staking_state", launch] → tracks total weight rewards reward_distributor seeds = ["reward_pool", launch] → index advances on harvest keeper harvests the delta → reward_index += delta / total_weight → stakers pull pro-rata

Automated = no admin. The reserve earns on its own (LST appreciation or lending interest); a permissionless keeper harvests the realized delta on a schedule; the on-chain index advances and stakers pull their share. The principal is never distributed.

reserve & yield caution

Kamino yield is variable and not guaranteed. Displayed yield is an estimate based on current market conditions.

Users do not deposit PYUSD into the system. The PYUSD reserve is protocol-owned and may be exposed to third-party protocol risk, including Kamino and Solana smart-contract risk.