{"author":{"address":null,"user":"https://learnblockchain.cn/people/24678"},"content":{"body":"先简单说说 virtual 是做什么的。\r\n\r\nVirtuals Protocol。Virtuals Protocol 作为去中心化的 AI Agent「生产工厂」，为不同的 AI Agent 的发布提供支持。\r\n\r\nVirtuals Protocol 的平台币 VIRTUAL 已经突破 10 亿市值并且还在不断的突破新高。同时，Virtual 还在不断增强产品矩阵，Virtual 已经有了如 luna、aixbt 和 sekoia 等十多个具有一定规模的 Ai agent，并且数量还在增加。\r\n\r\n可以简单的理解为是 Base 生态的 pump.fun。但是作为新的资产发行叙事，Virtual 正在 pump 的不是 meme 而是 Ai agent。\r\n\r\n## IAO(initial agent offering)\r\n```mermaid\r\nsequenceDiagram\r\n    participant Creator\r\n    participant VirtualsPlatform\r\n    participant $VIRTUAL\r\n    participant AgentToken\r\n    participant LiquidityPool\r\n    participant ValidationBot\r\n\r\n    Creator-\u003e\u003eVirtualsPlatform: Initiate Agent Creation\r\n    Creator-\u003e\u003e$VIRTUAL: Lock Tokens\r\n    $VIRTUAL--\u003e\u003eVirtualsPlatform: Token Locking Confirmed\r\n    \r\n    VirtualsPlatform-\u003e\u003eAgentToken: Mint New Agent Token ($SWIFT)\r\n    \r\n    alt Bonding Curve Limit Reached\r\n        VirtualsPlatform-\u003e\u003eLiquidityPool: Create Liquidity Pool\r\n        LiquidityPool--\u003e\u003eCreator: Assign Liquidity Pool Ownership\r\n        \r\n        Note over Creator,LiquidityPool: Liquidity Pool Locked for 10 Years\r\n        \r\n        VirtualsPlatform-\u003e\u003eValidationBot: Delegate Initial Validation Power\r\n        \r\n        Note over Creator,ValidationBot: Creator retains long-term validation rights\r\n    end\r\n\r\n    Note over VirtualsPlatform: Fair Launch Principle Maintained\r\n```\r\n\r\n## bonding curve解释\r\n\r\n\r\n**Variable Explanation:**\r\n\r\nk is a constant\r\n\r\nx * y = k\r\n\r\n- x: The amount of SOL in the pool\r\n- y: Total token supply\r\n\r\n**Initial State:**\r\n\r\n$x_0 = 30, \\quad y_0 = 1073000191, \\quad k = 32190005730, \\quad \\text{price} = \\frac{x}{y} = 0.000000028 \\, \\text{SOL}$  \r\n\r\n**Results:**\r\n\r\nTotal token supply: $y = 1073000191 - \\frac{32190005730}{30 + x}$\r\n\r\nToken price: $price = \\frac{x}{y}$\r\n\r\nAfter simplification, we get: \r\n\r\nToken price: $\\text{price} = \\frac{x(30 + x)}{1073000191 \\cdot 30 + 1073000191 \\cdot x - 32190005730}$\r\n\r\n![image.png](https://img.learnblockchain.cn/attachments/2024/12/OmRmWvMy676271643b5b5.png)\r\n\r\n## 经济模型\r\n```mermaid\r\ngraph TD\r\n    c1[\"concert\"] --\u003e |public API permissionless|r\r\n    c2[\"livestream gifting\"] --\u003e |cost is predetermined|r\r\n    c3[\"personalized interactions\"] --\u003e |pre-load $VIRTUAL in wallet|r\r\n    c4[\"merchandise\"] --\u003e r\r\n    r[\"rev in $VIRTUAL from users\"] --\u003e dev[\"app developer\"]\r\n    subgraph revenue\r\n        dev --\u003e rev\r\n        tax[tax from buy and sell] --\u003e rev\r\n    end\r\n    rev --\u003e cost1[\"cost of AI inference services\"]\r\n    rev --\u003e vault[\"Agents Onchain Treasury\"]\r\n    subgraph treasury\r\n        vault --\u003e p1[\"agents future growth\"]\r\n        vault --\u003e p2[\"operational costs\"]\r\n        vault --\u003e p3[\"Onchain Buyback and Burn\"]\r\n    end\r\n```\r\n\r\nagent token（ERC20）\r\n\r\n一种在base链的Uniswap上交易的AI agent代币。\r\n\r\n每个代理代币都有其对应的代理代币。\r\n\r\n用户可以使用虚拟代币购买代理代币。\r\n\r\n该AgentToken合约实现了一种基于ERC20标准的可升级代币，具备在买卖交易中自动收取税费并将其转换为指定交易对代币的能力。该合约管理流动性池的创建和维护，支持自动交换累积的税费，并将其分配给项目指定的接收地址。此外，它还提供基本功能，用于转移、授权、铸造和销毁代币，以确保代币的正常流通和管理。\r\n\r\n## LP and trusted validator\r\n\r\n```mermaid\r\nsequenceDiagram\r\n    participant LPs as Liquidity Providers (LPs)\r\n    participant Validators as Validators\r\n    participant Agents as AI Agents\r\n    participant ModelRegistry as Model Registry\r\n\r\n    Note over LPs: Stake LP-tokens\r\n    LPs-\u003e\u003eValidators: Delegate Tokens\r\n    Note over Validators: Determine Voting Power\r\n    \r\n    Validators-\u003e\u003eModelRegistry: Evaluate AI Models\r\n    ModelRegistry--\u003e\u003eValidators: Model Performance Data\r\n    \r\n    Validators-\u003e\u003eValidators: Vote on Model Quality\r\n    \r\n    alt Positive Evaluation\r\n        Validators-\u003e\u003eAgents: Approve Model\r\n        Agents-\u003e\u003eLPs: Distribute Improved Revenue\r\n    else Negative Evaluation\r\n        Validators-\u003e\u003eAgents: Reject/Require Improvement\r\n        Validators-\u003e\u003eLPs: Adjust Rewards\r\n    end\r\n\r\n    Note over LPs,Validators: Delegated Proof of Stake (DPoS) Mechanism\r\n```\r\n\r\n\r\n### trading fee distributions\r\nLP trading fee will be distributed to LP owners.\r\n```mermaid\r\ngraph TD\r\n    a[tax from buy/sell in LP pools]--\u003e|if they reach us|IP[IP owner]\r\n    a--\u003eLP[LP owners]\r\n```\r\n\r\n### top TVL incentives\r\n\r\n```mermaid\r\ngraph TD\r\n    a[60000000 $VIRTUAL in 12 month]--\u003et1[top3 TVL LP pool]\r\n        a--\u003et2[top3 TVL LP pool]\r\n            a--\u003et3[top3 TVL LP pool]\r\n```\r\n\r\n## agent token 治理\r\n\r\n1. **参与关键决策**  \r\n   - 对代理（agent）的开发方向进行投票或提出建议。\r\n\r\n2. **影响行为**  \r\n   - 决定代理的行为规则或运行方式。\r\n\r\n3. **决定未来升级**  \r\n   - 对代理的未来升级或功能改进进行表决或提供意见。\r\n\r\n4. **促进去中心化管理**  \r\n   - 通过集体决策，推动AI管理的去中心化模式。","title":"VirtualsProtocol初探"},"history":null,"timestamp":1734574028,"version":1}