Tokens

https://api.cerulea.app/v1

Create and configure tokens on deployed blockchains. Tokens can be fungible, non-fungible, or use advanced vault standards for yield-bearing assets.

POST /tokens

Create and configure a new token on a deployed blockchain

JSON
{
  "blockchainId": "bc_01HXYZ",
  "standard": "ERC20",
  "name": "Settlement Credit",
  "symbol": "STC",
  "totalSupply": 500000000,
  "decimals": 18,
  "mintable": true,
  "burnable": false
}

Token Standards

ERC20 Fungible tokens; standard for utility and governance tokens
ERC721 Non-fungible tokens (NFTs); unique digital assets
ERC1155 Multi-token standard; fungible and non-fungible in a single contract
ERC4626 Tokenised vault standard for yield-bearing assets