AlphaCards
Trading card game on Convex — native digital assets with lattice-native ownership.
Links
Related projects
- Block Game Apps & Demos The first 3D game world run entirely on a public decentralised network — a persistent voxel universe with on-chain items, land, and NFTs, scripted in Convex Lisp.
- CAD019: Asset Model Convex Architecture Documents 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 Convex Architecture Documents 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 Convex Architecture Documents 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 Convex Architecture Documents 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.
- NFT Infrastructure on Convex Videos & Talks Community call on NFT infrastructure: creating, transferring, and managing non-fungible digital assets on Convex.