Issue, manage and settle tokenized real-world assets across multiple chains with compliance rules embedded in the token itself. Bonds, money-market funds, deposits, equities, commodities — one operating model.
AETHER tokens are not bespoke contracts. Each asset is issued through a shared template that exposes the same lifecycle hooks — issue, transfer, freeze, redeem, burn, attest — and the same compliance interface. Counterparties integrate once and inherit support for every new asset class the issuer enables.
Programmable rules sit alongside the token: transfer restrictions by jurisdiction, holder caps, accredited-investor checks, lock-ups, dividend or coupon waterfalls. Rules are enforced at settlement, not after the fact.
Tokenized commercial bank money, regulated stablecoins, central bank reserves. Native settlement against the payments rail.
Sovereign and corporate bonds, money-market funds, commercial paper. Coupon waterfalls and redemption windows enforced on-chain.
Tokenized shares, fund units, carry. Holder registries, cap-table integrity and corporate actions handled by the token template.
Bullion, energy, carbon. Backed by warehouse receipts or registry attestations, redeemable through accredited custodians.
Trade finance, receivables, structured credit. Waterfalls, tranches and covenants modelled directly in the token.
Fractionalized title or fund interests. Geo-jurisdiction restrictions and tax withholdings applied at transfer.
Issuance is chain-agnostic. The same token can be minted on Ethereum, Solana, Avalanche, Polygon, Stellar or a permissioned ledger, with AETHER coordinating supply across chains atomically. There is no "wrapped" version — the supply ledger is canonical and the chain copies are views into it.
# Issue a tokenized MMF unit with on-chain rules $ aether token issue \ --template mmf.v2 \ --symbol USTBL \ --supply 100000000 \ --rule jurisdiction.allow=EU,US,SG,HK \ --rule holder.accredited=true \ --rule redemption.window=T+1 ✓ OK token aether:token:USTBL/0x9c1…44a minted 100,000,000 USTBL chains ETH·L1, SOL, CANTON (atomic mirror) rules enforced at settlement layer audit attest://aether/2026-06-03/USTBL_init
Sandbox templates for every asset class. Production credentials when you are ready.