PER-NFT WALLET (ERC-6551)每 NFT 钱包(ERC-6551)
Every NFT holds its own assets. Elegant, but the contents are identical for everyone — a piggy bank cannot know who is good at anything.每个 NFT 自带资产。很优雅,但内容对所有人都一样 —— 存钱罐不可能知道谁厉害。
CENTRAL FUND + WEIGHTED PAYOUT中央基金 + 加权派发
One treasury, one basket, paid out by score. It can weight by skill, rebalance in one transaction, and it works on a plain ERC-721.一个金库、一个篮子,按分数派发。可以按能力加权、一笔交易完成再平衡,而且在普通 ERC-721 上就能跑。
✅ G1 is a standard ERC-721, and that is deliberate. The vault reads ownerOf and scores[tokenId] and never writes to the NFT contract — so the mint can be final today while this ships later.✅ G1 是标准 ERC-721,这是刻意的。金库读 ownerOf 和 scores[tokenId],永不写入 NFT 合约 —— 所以今天的 mint 可以是最终版,而这部分以后再上。