The Aptos asset universe
Rise is an Aptos-focused wallet. APT is the native asset and ordinary gas currency; one APT contains 100,000,000 octas. Other balances may use legacy Coin resources, modern Fungible Asset stores or Digital Asset objects. External-chain assets require a separately issued or bridged Aptos representation.
| Asset | Role on Aptos | Rise interpretation |
|---|---|---|
| APT | Native asset and gas | Core published asset; test post-migration balances |
| USDC | Circle-issued stablecoin | Verify canonical FA metadata and current transfer support |
| USDt | Tether-issued stablecoin | Verify issuer identifier and installed-client support |
| amAPT / stAPT | Amnis staking representations | Protocol receipt assets; compatibility is conditional |
| thAPT / sthAPT | Thala staking representations | Distinct tokens, redemption and protocol risks |
| NFTs / Digital Assets | Collection and object ownership | Gallery marketed; modern DA support needs testing |
| Native BTC / ETH / SOL | Different blockchains | Outside Rise’s native network scope |
Identity is an address, not a logo
Anyone can create a token with a familiar symbol and copied artwork. A legacy Coin is identified by its complete Move type. A Fungible Asset is identified by its metadata object address. Verify the identifier against the issuer’s documentation, the network, decimals and representation before acting. Native USDC and lzUSDC are operationally different assets.
Understanding the 2025 migration
The report describes Aptos moving Coin balances toward paired Fungible Assets during June and July 2025. Off-chain interfaces may need to combine both balances while avoiding duplicate counting. An older client can display an incomplete balance or use a transfer function that no longer matches the asset’s storage. Compare a current explorer before concluding an asset is missing.
A practical asset verification routine
A complete check covers more than receiving a token. Confirm independent ownership, correct decimals, the canonical identifier and the operation you intend to use. Preserve a public record of any test transaction so the result can be checked beyond the wallet interface.
Confirm Aptos mainnet and the full account address.
Look up the exact Coin type or FA/DA object identifier.
Compare a current explorer and issuer documentation.
Use a low-value receive and outbound transfer to test the exact asset.
Keep APT available for fees and follow-up operations.
Source context follows the supplied report. Check official documentation for subsequent changes.
09Aptos · Fungible Asset standard10Aptos · Digital Asset standard12Circle · canonical USDC addresses13Tether · supported protocols