assetasset.← Back to protocol
TOKEN CONTRACT REFERENCE · ASSET PROTOCOL

Token contract

Authoritative onchain parameters for the asset token. Always verify the address against this document before transacting.

DOCUMENT
TC-2026-01
NETWORK
Solana
STANDARD
SPL
CLASSIFICATION
PUBLIC
01 / IDENTIFIER

Canonical contract address

The asset token is a SPL token deployed on the Solana mainnet-beta cluster. The canonical contract address below is the only address recognized by the protocol for purposes of reserve attestation and institutional reporting.

AsseT11111111111111111111111111111111111111
ANTI-IMPERSONATION NOTICE

Any token bearing a similar ticker but a different contract address is not affiliated with the asset protocol. The asset core team assumes no responsibility for transactions involving non-canonical contracts.

02 / PARAMETERS

Token parameters

FieldValue
Nameasset
SymbolASSET
StandardSPL
Decimals9
Mint authorityRenounced (post-genesis)
Freeze authorityNone
Initial supply1,000,000,000 ASSET
Reserve backing100% physical custody
Table 1 — Onchain token parameters at genesis.
03 / VERIFICATION

How to verify

  1. Open a Solana block explorer of your choice (e.g. Solscan, Solana Beach).
  2. Search for the canonical address shown above.
  3. Confirm the mint authority is renounced and the freeze authority is None.
  4. Reject any UI surface that proposes a different address, regardless of how confidently it is presented.1

1The asset core team is aware that confidence is, ironically, the most commonly tokenized asset on Solana. Verify regardless.