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
- Start with Quickstart to create a scoped API key.
- Use TypeScript SDK for typed token operations.
- Pair with Wallets when tokens belong to user accounts.
- Open the generated Token API reference for exact endpoints and schemas.