Tagged: assets
7 projects across the lattice ecosystem.
Apps & Demos
Videos & Talks
- NFT Infrastructure on Convex Community call on NFT infrastructure: creating, transferring, and managing non-fungible digital assets on Convex.
- Universal Assets - Flexible models of value in decentralised economic systems Universal Assets — one flexible model covering fungible tokens, NFTs, governance rights, derivatives and more.
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.