---
name: crypto.apitoai.xyz
description: crypto.apitoai.xyz provides AI-generated advisory text for token economics and DeFi protocol design. All six skills invoke a Gemini Pro-backed agent to produce structured strategy documents covering airdrop planning, yield incentives, liquidity provisioning, token migration, vesting schedules, and DAO governance. No skill executes on-chain transactions or returns live blockchain data.
host: crypto.apitoai.xyz
---

# crypto.apitoai.xyz

This host serves protocol teams, token issuers, and DeFi architects who need structured advisory output for pre-launch or redesign decisions. It covers the full lifecycle of a token's economic design — from initial vesting and airdrop mechanics through liquidity strategy, incentive programs, migration planning, and governance frameworks. All outputs are text-based strategy documents, not executable transactions or real-time data feeds.

## When to use this host

Use this host when an agent needs structured advisory documents for token economic design decisions: vesting schedules, airdrop mechanics, liquidity strategy, yield incentive programs, migration planning, or DAO governance specifications. All outputs are text-based strategy recommendations suitable for human review or downstream document generation. Do not use this host for: executing swaps or on-chain transactions (use a blockchain RPC or wallet integration), fetching live token prices or APY data (use a DeFi data API such as CoinGecko or DeFiLlama), deploying smart contracts (use a contract deployment tool), querying live governance proposal state (use a governance indexer), or checking wallet-specific airdrop eligibility (use a chain-specific eligibility API).

## Capabilities

### Token Distribution Design

Covers how tokens are allocated and released to stakeholders at and after launch, including airdrop strategy and vesting schedules for team, investors, and advisors.

- **`plan-token-airdrop-economics`** — Generates a structured token airdrop strategy covering allocation sizing, eligibility criteria, Sybil-resistance measures, vesting schedules, and distribution mechanics via a Gemini Pro agent.
- **`generate-vesting-schedule`** — Generates cliff and linear vesting schedules for token stakeholder categories (team, investors, advisors) with allocation percentages, unlock frequencies, TGE unlock amounts, and smart-contract-ready parameters.

### Liquidity and Yield Incentives

Designs how a protocol attracts and retains liquidity through pool compositions, fee tiers, staking rewards, and emission schedules with sustainability modeling.

- **`design-liquidity-pool-strategy`** — Generates a multi-DEX liquidity pool strategy including pool compositions, initial depths, fee tiers, and concentrated liquidity ranges for a given token or scenario.
- **`design-yield-incentive-program`** — Generates a detailed DeFi incentive program design covering staking rewards, liquidity mining emissions, reward decay curves, and sustainability modeling for a given protocol context.

### Token Lifecycle and Governance

Addresses post-launch structural decisions including cross-chain migration, contract version upgrades, and on-chain DAO governance parameterization.

- **`plan-token-migration-bridge-strategy`** — Generates a detailed token migration and cross-chain bridge strategy, including V1→V2 migration plans, snapshot mechanics, multi-chain expansion, and user incentive programs, via a Gemini Pro-backed agent.
- **`design-dao-governance-framework`** — Generates a parameterized on-chain DAO governance specification covering voting power formulas, quorum rules, proposal workflows, timelocks, roles, and anti-bribery rules for a given DAO context.

## Workflows

### Token Launch Economics Package

*Use when an agent needs to produce a comprehensive pre-launch token economics plan covering how tokens are distributed, unlocked, and incentivized from day one.*

1. **`generate-vesting-schedule`** — Define cliff periods, TGE unlock percentages, and linear unlock timelines for all stakeholder categories.
2. **`plan-token-airdrop-economics`** — Design the community airdrop allocation, eligibility criteria, Sybil-resistance measures, and vesting for airdrop recipients.
3. **`design-liquidity-pool-strategy`** — Specify initial liquidity pool compositions, DEX selection, fee tiers, and capital allocation to support the token at launch.
4. **`design-yield-incentive-program`** — Layer on emission schedules and liquidity mining rewards to sustain protocol activity after launch.

### Protocol Governance and Migration Readiness

*Use when an agent needs to prepare a protocol for a major upgrade, including moving to a new token contract and establishing decentralized governance over the new system.*

1. **`plan-token-migration-bridge-strategy`** — Design the V1-to-V2 migration plan, snapshot mechanics, bridge strategy, and user incentive program for the transition.
2. **`design-dao-governance-framework`** — Specify the governance parameters — voting power, quorum, proposal types, timelocks, and roles — for the upgraded protocol's DAO.

## Skill reference

### `plan-token-airdrop-economics`

**Airdrop Economics Planner** — Generates a structured token airdrop strategy covering allocation sizing, eligibility criteria, Sybil-resistance measures, vesting schedules, and distribution mechanics via a Gemini Pro agent.

*Use when:* Use when an agent or user needs to design or evaluate a token airdrop plan, including how to size the allocation, define eligibility rules, prevent Sybil attacks, and structure vesting or cliff periods before a token launch.

*Not for:* Do not use for executing on-chain airdrop transactions or querying live airdrop eligibility for a specific wallet address; this endpoint returns advisory strategy text only.

**Inputs:**

- `message` (string, required) — Natural-language prompt describing the airdrop planning request, such as project context, token supply, target audience, or specific strategy questions.

**Returns:** Returns success=true, agent name, an ISO 8601 timestamp, and a detailed airdrop strategy text covering allocation sizing, eligibility tiers, Sybil-resistance methods, and vesting schedules.

**Example:** `{"message": "Design an airdrop strategy for a DeFi lending protocol with 1 billion token supply, targeting early users on Ethereum and Arbitrum, with Sybil resistance and a 6-month vesting cliff."}`

---

### `design-yield-incentive-program`

**Yield Incentive Program Designer** — Generates a detailed DeFi incentive program design covering staking rewards, liquidity mining emissions, reward decay curves, and sustainability modeling for a given protocol context.

*Use when:* Use when an agent needs to design or evaluate a token incentive program, including emission schedules, decay curves, liquidity mining allocations, staking reward structures, or long-term sustainability analysis for a DeFi protocol.

*Not for:* Do not use for real-time yield rate lookups or live APY data from existing protocols; use a DeFi data API instead. Not suitable for executing on-chain transactions or deploying smart contracts.

**Inputs:**

- `message` (string, required) — Natural language prompt describing the incentive program design request, protocol context, goals, token supply, or specific parameters to model.

**Returns:** Returns a structured incentive program design with named phases, emission schedule, decay curve, budget breakdown, TVL and user targets, and sustainability milestones as a detailed text response.

**Example:** `{"message": "Design a staking rewards and liquidity mining emission program for a new lending protocol on Arbitrum with a 500M token supply, targeting $200M TVL in 12 months and sustainable emissions by month 18."}`

---

### `design-liquidity-pool-strategy`

**LP Strategy Designer** — Generates a multi-DEX liquidity pool strategy including pool compositions, initial depths, fee tiers, and concentrated liquidity ranges for a given token or scenario.

*Use when:* Use when an agent needs to design or evaluate a liquidity provisioning strategy for a token launch or existing pool, including recommendations on DEX selection, fee tiers, capital allocation, and impermanent loss mitigation across chains.

*Not for:* Do not use for real-time price feeds, swap execution, or on-chain transaction submission; this returns advisory strategy text only, not executable transactions.

**Inputs:**

- `message` (string, required) — Natural language prompt describing the token, target chains, budget, risk tolerance, or any other context needed to generate a liquidity pool strategy.

**Returns:** Returns a structured multi-chain LP strategy with recommended pool pairs, DEX and chain selections, fee tiers, initial USD depth per pool, token ratios, and rationale for impermanent loss mitigation.

**Example:** `{"message": "Design a liquidity strategy for a new DeFi governance token launching at $1.00 with $800k initial liquidity across Ethereum and Base, expecting high early price volatility."}`

---

### `plan-token-migration-bridge-strategy`

**Token Migration Bridge Planner** — Generates a detailed token migration and cross-chain bridge strategy, including V1→V2 migration plans, snapshot mechanics, multi-chain expansion, and user incentive programs, via a Gemini Pro-backed agent.

*Use when:* Use when an agent or user needs a structured plan for migrating a token from one contract version to another, designing cross-chain bridge strategies, defining snapshot mechanics, or creating user migration incentive programs.

*Not for:* Do not use for executing on-chain transactions or actual bridge transfers; this endpoint returns advisory strategy text only, not transaction instructions.

**Inputs:**

- `message` (string, required) — Natural language prompt or query describing the token migration scenario, chains involved, goals, or specific aspects of the migration strategy to address.

**Returns:** Returns success=true, agent name, and a detailed multi-section migration strategy covering tokenomics changes, contract improvements, multi-chain expansion steps, snapshot mechanics, and user incentive programs.

**Example:** `{"message": "Design a V1 to V2 token migration plan for an ERC-20 token on Ethereum, including a snapshot mechanism, cross-chain bridge to Arbitrum and Base, and a user incentive program to maximize participation."}`

---

### `generate-vesting-schedule`

**Vesting Schedule Architect** — Generates cliff and linear vesting schedules for token stakeholder categories (team, investors, advisors) with allocation percentages, unlock frequencies, TGE unlock amounts, and smart-contract-ready parameters.

*Use when:* Use when an agent needs to design or analyze a token vesting schedule for a project, including cliff periods, linear unlock timelines, TGE unlock percentages, and industry-benchmark allocations across stakeholder groups such as core team, seed investors, strategic investors, advisors, and community.

*Not for:* Do not use for real-time token price data, on-chain vesting contract deployment, or cap table equity (non-token) vesting; use a dedicated smart contract deployment tool or equity management platform instead.

**Inputs:**

- `message` (string, required) — Natural language prompt or query describing the vesting schedule requirements, stakeholder categories, token supply, or analysis needed.

**Returns:** Returns success=true, agent name, and a detailed markdown-formatted vesting schedule table with cliff durations, linear vesting periods, TGE unlock percentages, token amounts, and total duration for each stakeholder category.

**Example:** `{"message": "Design a vesting schedule for a DeFi protocol with 1 billion total token supply covering core team, seed investors, strategic investors, advisors, and community ecosystem with industry-standard cliff and linear vesting parameters."}`

---

### `design-dao-governance-framework`

**DAO Governance Architect** — Generates a parameterized on-chain DAO governance specification covering voting power formulas, quorum rules, proposal workflows, timelocks, roles, and anti-bribery rules for a given DAO context.

*Use when:* Use when an agent needs to design or document a complete DAO governance framework with exact numeric parameters — including voting mechanics, delegation, proposal types, quorum thresholds, timeline durations, and execution roles — for a specific on-chain DAO.

*Not for:* Do not use for real-time on-chain governance execution, vote submission, or querying live proposal state; use a blockchain RPC or governance indexer instead.

**Inputs:**

- `message` (string, required) — Natural-language prompt describing the DAO context and governance requirements. Include token details, supply, holder count, turnout assumptions, treasury setup, and any specific parameters (e.g. lockup duration, whale cap, proposal types) you want the framework to address.

**Returns:** Returns success=true, agent name, an ISO timestamp, and a markdown governance specification in data.response covering voting power formula, per-proposal-type quorum/threshold/timeline table, role definitions, timelock durations, and anti-bribery rules.

**Example:** `{"message": "Design an on-chain governance framework for Dexter DAO (Solana) using the Dexter token EfPoo4wWgxKVToit7yX5VtXXBrhao4G8L7vrbKy6pump. Total supply 1,000,000,000 DEX, 10,000 holders, ~8% typical turnout, treasury holds 15% of supply via 3-of-5 multisig. Include: voting power formula with 7-day lockup linear +20% boost and 2% whale cap; proposer stake and deposit per proposal type; quorum and approval threshold per proposal type; timeline durations; roles and emergency conditions; separate timelocks for treasury vs protocol upgrade; anti-bribery rules."}`

---
