NewWallets, tokens, NFTs, and vaults are live. RPC nodes coming soon.

See the stack →

Tokens

Issue ERC-20 assets, apply transfer policy, and connect token flows to wallets, SDKs, and API reference docs.

What tokens do

Tokens are the programmable asset layer. Use them when your product needs ERC-20 issuance, transfers, gas policy, or loyalty and rewards mechanics without turning every asset launch into a Solidity project.

When to use tokens

  • Issue a loyalty, rewards, access, or internal product token.
  • Transfer tokens through scoped backend or agent workflows.
  • Pair tokens with wallets for user balances and product actions.
  • Keep token operations behind trusted app or backend code.

Build path

  1. Start with Quickstart to create a scoped API key.
  2. Use TypeScript SDK for typed token operations.
  3. Pair with Wallets when tokens belong to user accounts.
  4. Open the generated Token API reference for exact endpoints and schemas.

References