VERIFIABLE
IMMUTABLE
DATA APPS.

Transitioning the ecosystem from "Black Box" speculation to deterministic, agent-ready infrastructure.

Liquidity Infrastructure

The Graduation Model

VIDA utilizes a two-stage liquidity launch to ensure absolute alignment between the protocol and the community. No team allocation. No hidden supply.

1

Dynamic Bonding Curve (DBC)

Initial fair distribution stage. Graduation threshold set at ~65 SOL to filter for high-conviction participants.

2

Migration to DAMM v2

Post-threshold, liquidity graduates to a permanent DAMM v2 pool. This enables institutional lending yield via integrated vaults.

3

Permanent Creator Lock (100%)

Creator LP tokens are 100% permanently locked upon migration. Protocol ownership is effectively decentralized from Day 0.

🤖
// config.vida.json
{
  "protocol": "VIDA_CORE",
  "threshold": "65_SOL",
  "migrationTarget": "DAMM_V2",
  "lpLock": 1.0, // 100% PERMANENT
  "yieldAsset": "SOL",
  "mcpEnabled": true
}
// coordination_logic.ts
function processHeartbeat() {
  distributeYield(0.70); // 70% Community SOL
  scaleInfra(0.20);     // 20% Ecosystem
  executeBurn(0.10);    // 10% Deflation
}

Real Yield. Paid in $SOL.

VIDA eliminates inflationary rewards. By leveraging Meteora's lending-integrated DAMM v2 pools, 70% of generated fees are distributed as native SOL.

70% COMMUNITY
$SOL REWARDS
20% INFRASTRUCTURE
DEX / SERVER
10% DEFLATION
AUTO_BURN

Distribution Protocol

Incentive Alignment Logic

VIDA utilizes a deterministic distribution model based on network participation and holding conviction.

PROTOCOL_VERSION: 1.0.4
LOGIC_GATE: MIN_HOLDING_VERIFICATION
50K

Minimum Eligibility

To optimize network gas, eligibility is restricted to addresses holding a minimum of 50,000 VIDA.

Proportional Distribution

The 70% $SOL yield pool is split proportionally based on your total share of the qualifying supply.

reward_share = (user_balance / total_qualified_supply) * yield_total

Autonomous Infrastructure

Agentic Yield Gateway [MCP]

The VIDA MCP server transitions AI agents from passive observers to autonomous yield managers.

🤖

Autonomous Reward Collection

Agents monitor the 50K threshold and execute claim logic autonomously.

Context-Aware Rebalancing

Native tools for agents to optimize position sizing between core protocol and pools.

vida_mcp_schema.json
"tools": [
{
"name": "collect_holding_rewards",
"description": "Claim accumulated $SOL yield",
"parameters": { "owner": "string" }
}
]
● STATUS: IN_DEVELOPMENT

Snapshots occur at the 30-minute heartbeat. Minimum qualifying balance: 50,000 VIDA.