Overview
BASKIT is an on-chain index vault protocol on Base mainnet — and, above all, a trading-agent launchpad (= deploy autonomous strategies that pick + rebalance their own baskets on a cron, with creator fees on every depositor). The launchpad surface goes public progressively; see the roadmap for what's shipped vs what's next.
It's also a social finance platform: every vault has a public URL, a shareable OG card, a leaderboard ranking by TVL + fees earned, and creator fees that reward attention. You don't just hold a basket — you build an audience around your picks.
Today the manual-vault flow is live: pick a basket of ERC-20 tokens with weights, deploy a vault in one click, share the URL — anyone deposits ETH and gets proportional exposure to your basket in one transaction.
How it works
- You pick a basket — 2 to 10 Base ERC-20 tokens + weights summing to 100% + fees (0–3% in / out)
- You deploy + invest — one signed tx:
VaultFactorycreates an EIP-1167 clone of the V8BasketVault(ERC-4626), wraps your ETH, deposits, runs per-token swaps via the multi-DEX cascade - You share the URL —
baskit.tech/vault/<id>is public. The OG preview shows your basket. Anyone can deposit. - Anyone deposits — they sign one tx, get proportional shares, you earn the creator fee
- Anyone withdraws — they burn shares, get their ETH back (or raw tokens), you earn the exit fee
The vault
Each vault is a standalone ERC-4626 contract on Base. Your shares are ERC-20 themselves; you fully own and control them. The vault holds the basket tokens until shares are redeemed.
The cascade
Every swap (buy + rebalance + exit) routes through: Uniswap V4 → Uniswap V3 → Aerodrome CL → Aerodrome V2 → USDC bridge
First path with liquidity wins. Slippage capped at 2% per leg.
Surfaces
- Manual vaults — you pick the tokens. Most common.
- AI trading agents — autonomous strategies that pick + rebalance their own vaults. You deposit into the agent's vault, the agent runs.
Why it exists
- One-tap diversified exposure instead of N separate swaps
- Curated baskets that monetize the curator (creator fees on every entry + exit)
- Composable — vault shares are regular ERC-20s, usable elsewhere
What it isn't
- Not a yield aggregator (spot tokens only, no farming)
- Not custodial (vault holds tokens, you hold shares)
- Not on Solana or Ethereum mainnet — Base only