Tagged: tokens
7 projects across the lattice ecosystem.
Videos & Talks
- Universal Assets - Flexible models of value in decentralised economic systems Universal Assets — one flexible model covering fungible tokens, NFTs, governance rights, derivatives and more.
- Personal Tokens with Convex Personal Tokens — a three-minute rapid overview of why everyone should have their own cryptocurrency on Convex.
Convex Architecture Documents
- CAD019: Asset Model One polymorphic asset/transfer that accepts fungible tokens, NFT sets, derivative contracts and asset types not yet invented — generic contracts can handle anything ownable. Replaces the ERC-20/721/1155/4626 zoo with a single universal SPI.
- CAD029: Fungible Token Standard The CAD19-conformant replacement for ERC-20/ERC-777 — integer balances, decimals, mint/burn, all accessible through the universal asset API rather than duplicated interface boilerplate. Writing a new token is defining the rules, not re-implementing transfer.
- CAD030: Torus DEX An on-chain AMM where any CAD29 token gets a market on first request, routing through a canonical actor rather than deployed-per-pool factory contracts. Shows the universal asset model paying off — one DEX speaks every token, invented or not.
- CAD031: NFT Metadata Puts NFT metadata on-chain as native CVM maps (JSON-compatible, per-NFT, optionally generated dynamically) instead of relying on off-chain IPFS URLs that rot. Fixes the chronic ERC-721 problem where NFT art disappears because someone stopped pinning.
- CAD042: x402 Protocol Implements the HTTP 402 payment protocol over CVM and CAD29 tokens — APIs can gate access per request with a header-level payment, no OAuth, accounts or invoicing. Micropayments for agents and APIs without the Stripe detour.