Transitioning the ecosystem from "Black Box" speculation to deterministic, agent-ready infrastructure.
VIDA utilizes a two-stage liquidity launch to ensure absolute alignment between the protocol and the community. No team allocation. No hidden supply.
Initial fair distribution stage. Graduation threshold set at ~65 SOL to filter for high-conviction participants.
Post-threshold, liquidity graduates to a permanent DAMM v2 pool. This enables institutional lending yield via integrated vaults.
Creator LP tokens are 100% permanently locked upon migration. Protocol ownership is effectively decentralized from Day 0.
{
"protocol": "VIDA_CORE",
"threshold": "65_SOL",
"migrationTarget": "DAMM_V2",
"lpLock": 1.0, // 100% PERMANENT
"yieldAsset": "SOL",
"mcpEnabled": true
}function processHeartbeat() {
distributeYield(0.70); // 70% Community SOL
scaleInfra(0.20); // 20% Ecosystem
executeBurn(0.10); // 10% Deflation
}VIDA eliminates inflationary rewards. By leveraging Meteora's lending-integrated DAMM v2 pools, 70% of generated fees are distributed as native SOL.
VIDA utilizes a deterministic distribution model based on network participation and holding conviction.
To optimize network gas, eligibility is restricted to addresses holding a minimum of 50,000 VIDA.
The 70% $SOL yield pool is split proportionally based on your total share of the qualifying supply.
The VIDA MCP server transitions AI agents from passive observers to autonomous yield managers.
Agents monitor the 50K threshold and execute claim logic autonomously.
Native tools for agents to optimize position sizing between core protocol and pools.
"tools": [
{
"name": "collect_holding_rewards",
"description": "Claim accumulated $SOL yield",
"parameters": { "owner": "string" }
}
]
Snapshots occur at the 30-minute heartbeat. Minimum qualifying balance: 50,000 VIDA.