Start with a token
Paste an address, check the chain, and let RWAGMI show what the token supports.
Use this when you want to know what RWAGMI is showing, which role an action needs, and what to check before you sign. Deployment notes live in the repository docs.
Paste an address, check the chain, and let RWAGMI show what the token supports.
Open Roles to see whether your wallet can run the action you have in mind.
Every write shows the target, function, and arguments before your wallet asks you to sign.
After it lands, use the history and explorer link to see exactly what changed.
The clear snapshot: identity, supply, caps, pause status, your balance, and detected B20 support.
Mint, burn, pause, supply caps, token profile, and multiplier panels. Unsupported calls stay out of the way.
See role checks, then grant, revoke, or renounce roles when the token supports it.
Read and update transfer policy ids, then use burnBlocked when the token exposes it.
A local trail of submitted transactions with handy explorer links.
Raw reads and support detection for unusual or freshly created tokens.
Deployer wallet
Create Asset or Stablecoin variants through B20Factory. RWAGMI generates the salt, previews the address, and can include admin-less launch, role grants, token profile, policy ids, supply cap, launch mint, Asset multiplier, batch mints, announcements, advanced token data, and final pauses in one wallet transaction.
MINT_ROLE
Create new supply for a recipient. RWAGMI checks amounts and warns when your wallet may be missing MINT_ROLE.
BURN_ROLE
Burn tokens from your connected wallet. Memo support appears when the token offers it.
BURN_BLOCKED_ROLE
Calls burnBlocked(from, amount) for the account you choose.
PAUSE_ROLE / UNPAUSE_ROLE
Pause or restore TRANSFER, MINT, or BURN. Transfer pause is powerful, so RWAGMI treats it with extra care.
DEFAULT_ADMIN_ROLE
Updates the maximum supply. The app treats the max uint128 sentinel as uncapped and prevents setting a cap below current total supply.
METADATA_ROLE
Update display fields like name, symbol, profile file, and advanced token data when the token exposes them.
DEFAULT_ADMIN_ROLE
Store policy ids on the token. Policy id 0 means ALWAYS_ALLOW; check nonzero ids in PolicyRegistry first.
OPERATOR_ROLE
Update the Asset rebase multiplier. This changes displayed balances for holders, so RWAGMI treats it as critical.
Grant and revoke roles, update policy ids, and update the supply cap.
Mint new tokens, including memo mints when supported.
Burn tokens from the connected wallet.
Run burnBlocked(from, amount) for blocked accounts.
Pause transfer, mint, or burn features.
Restore paused transfer, mint, or burn features.
Update token profile fields.
Run Asset flows such as multiplier updates and announcements.