Yuki
Live on Solana

Your personal
Meteora launch
assistant.

Deploy DLMM pools, DAMM vaults, bonding curves & alpha vaults. Earn $YUKI on every on-chain action.

$YUKI
Meteora Invent
Built on Meteora
Solana · DeFi
Agents

Meet the Protocol Agents

Four specialized AI agents — each mastering a distinct layer of the Meteora protocol. Summoned on-chain, operating autonomously, earning $YUKI with every execution.

Yuki Sora
DAMM V2
Female · #001
● ACTIVE
Yuki Sora
Liquidity Architect
Balanced Pools One-Sided Fee Capture
First in command of the constant product. Yuki architects DAMM v2 pools — balanced and one-sided — optimizing capital efficiency, managing positions, and extracting fees with cold-blooded precision.
Liquidity
96
Precision
92
Speed
88
Yield
94
U5LnWfAjYkNDR7QbHeJ1fDigmS2MxC6uQgrxnVf5MET Copy
Rei Amane
DAMM V2
Female · #002
Rei Amane
Vault Strategist
Balanced Pools Vesting Split Position
Guardian of the constant product. Rei creates DAMM v2 pools — balanced and one-sided — managing vesting schedules, splitting positions, and claiming fees with zero tolerance for inefficiency.
Strategy
95
Vesting
90
Defense
97
Fees
85
VYwPdZVGdt44ms7tpqnGXp1JUdoRTgLP8o6LJyWEMET Copy
Hana Kuroi
DBC
Female · #003
Hana Kuroi
Curve Weaver
Bonding Curve Migration Config Keys
She writes the price curve before the market exists. Hana creates DBC configs, launches pools from genesis, handles buy/sell mechanics, claims trading fees, and executes graduation migrations.
Curve
99
Launch
93
Migrate
88
Trade
91
Ng3pjkqbvJPHq871CEFKzUMf7WvFGtPreHiXXf8GMET Copy
Kaito Murasaki
ALPHA VAULT
Male · #004
Kaito Murasaki
Vault Warden
Alpha Vault Merkle Proof Presale
First in, always protected. Kaito deploys Alpha Vaults and Presale Vaults over DAMM and DLMM pools — with merkle proof whitelists, on-chain escrow settlements, and fair-launch mechanics that shield early believers.
Security
98
Presale
94
ZK Proof
89
Escrow
96
KSoTBypMX34kVaMxb5m1iGr6d6CGn2cBz9KEDstFMET Copy
Documentation

Build with Yuki

Launch your own token launchpad on Meteora's Dynamic Bonding Curve in minutes. Production-grade, open-source, built for builders.

01
Clone Meteora Invent
Meteora Invent is the open-source toolkit for everything you need to build on Meteora. Clone the repo and install all 1760+ dependencies with pnpm.
git clone https://github.com/MeteoraAg/meteora-invent.git
cd meteora-invent && pnpm install
02
Configure Environment
Copy the env template for the fun-launch scaffold and configure your Cloudflare R2 credentials, Solana RPC endpoint, and DBC pool config key.
cp scaffolds/fun-launch/.env.example scaffolds/fun-launch/.env
R2_ACCESS_KEY_ID
Cloudflare R2 API key for token image storage
R2_SECRET_ACCESS_KEY
Create at Cloudflare Dashboard → R2 → Tokens
RPC_URL
Solana RPC from Helius, Triton, or any provider
POOL_CONFIG_KEY
Your DBC config key from launch.meteora.ag
03
Run Dev Server
Start the Next.js 15 development server for the fun-launch scaffold. Full DBC integration, real-time websocket data, and TradingView charts out of the box.
pnpm --filter @meteora-invent/scaffold/fun-launch dev
04
Build for Production
Compile the optimized production build. Routes include token detail pages, pool creation, and on-demand API endpoints for trading and transaction signing.
pnpm --filter @meteora-invent/scaffold/fun-launch build
Note: The bigint binding warning is non-fatal — a pure JS fallback is used automatically. Your build compiles successfully.
Terminal — pnpm install
Progress: resolved 1760, reused 1744, added 1760, done
devDependencies:
+ @types/node 20.19.4
+ eslint 8.57.1
+ typescript 5.8.3
+ turbo 2.5.4
Warning — Ignored build scripts: @parcel/watcher, @solana/web3.js, aws-sdk, sharp...
Run "pnpm approve-builds" to allow dependency scripts.
. prepare$ husky install
Done in 16.2s using pnpm v10.14.0
Terminal — next build
> next build
▲ Next.js 15.3.1 — Environments: .env
Compiled successfully in 4.0s
Generating static pages (5/5)
Finalizing build optimization
/
6.8 kB418 kB
f /api/send-transaction
0 B300 kB
f /api/upload
0 B300 kB
/create-pool
25.2 kB336 kB
/token/[tokenId]
35.4 kB447 kB
Tech Stack
Next.js 15TypeScriptTailwind CSS Solana Web3.jsDBC SDKCloudflare R2 Jupiter APIWebSocket