Manage Assets Across Chains
Track, transfer, and manage your tokens and NFTs across all deployed chains.
Assets Dashboard Overview
The Assets page is your central hub for viewing and managing every token and NFT collection you have deployed through ChainPortal. It aggregates deployments from all supported ecosystems -- EVM, Solana, Cosmos, Aptos, SUI, and NEAR -- into a single, searchable interface. From here you can access management panels, view contract addresses, and jump directly to block explorers.
Token Management
For fungible tokens (ERC-20, SPL, CW20, Fungible Assets, etc.), the management panel provides a full set of administrative actions.
- Mint -- Create new tokens and send them to any wallet address. Available if minting was enabled at creation.
- Burn -- Permanently destroy tokens to reduce the circulating supply.
- Pause / Unpause -- Temporarily halt all transfers. Useful for emergency situations or planned migrations.
- Whitelist -- Restrict transfers to approved addresses only. Add or remove addresses from the whitelist.
- Anti-Bot -- Enable transaction limits and cooldown periods to prevent automated trading abuse after launch.
NFT Collection Management
For NFT collections (ERC-721, ERC-1155, and non-EVM equivalents), the management panel offers collection-level and token-level controls.
- Set Base URI -- Update the metadata base URL for the entire collection. Tokens derive their metadata from this prefix plus their token ID.
- Royalties -- Configure the royalty percentage and recipient address for secondary market sales (EIP-2981).
- Public Mint -- Open minting to the public with configurable price and per-wallet limits.
- Whitelist Mint -- Allow pre-approved addresses to mint before or instead of the public sale.
- Burn -- Remove specific tokens from the collection permanently.
Multi-Chain View
The assets dashboard supports switching between ecosystems to see all of your deployments in context.
- Use the ecosystem tabs at the top of the Assets page to filter by chain type (EVM, Solana, Aptos, etc.).
- Each asset card shows the contract address, chain name, token standard, and deployment date.
- Click any asset to open its management panel with the full set of administrative actions.
- Use the search bar to quickly find a specific token by name, symbol, or contract address.
Transaction History
Every operation you perform through ChainPortal is recorded and accessible from the History tab.
- View a chronological log of all deployments, mints, burns, transfers, and configuration changes.
- Each entry includes the transaction hash with a direct link to the block explorer.
- Filter by ecosystem, operation type, or date range to find specific transactions.
- Transaction data is stored locally in IndexedDB, so your history persists across browser sessions.