Protocol

Addresses, deployment and permissions.

Addresses are supplied by deployment configuration. Nothing is hardcoded and no placeholder address is ever displayed as if it were real.

Network

mainnet-beta

Environment

development

Token decimals

6

Token mint ($ASSET)

9SfhhnhzWzerd4n6XTuJDvwPntZCEryKBD7sr9mRpump

Asset Backing Pool

9WkYjM6jYwcWmLhN5VuLHMiVnaDBbfewuwugdFuBrmNu

Fee router / receiver

9WkYjM6jYwcWmLhN5VuLHMiVnaDBbfewuwugdFuBrmNu

RPC endpoint

https://api.mainnet-beta.solana.com

Permissions architecture

Protocol owner

Can — Configure non-custodial parameters that the program exposes.

Cannot — Cannot mint $ASSET, cannot withdraw the backing pool to an arbitrary address.

Treasury

Can — Hold operational funds separate from the backing pool.

Cannot — Cannot access the Asset Backing Pool.

Fee router

Can — Verify eligible creator-fee receipts and forward SOL into the backing pool.

Cannot — Cannot redirect fees to an external destination or hold user funds.

Redemption program

Can — Release the proportional SOL share to eligible wallets atomically — without burning tokens.

Cannot — Cannot pay out more than the caller's proportional share of eligible reserves.

Token authority

Can — Should be revoked at deployment so supply is fixed.

Cannot — Must not retain mint authority; any retained authority is disclosed here.

Source & reports

The repository link is supplied through deployment configuration and is not yet set.