Roadmap
Shipped (2026-05)
- V12 BasketVault — ERC-4626 with per-token
totalAssets()sanity bound, soft-skip on non-standard transfers (= one fee-on-transfer token can't brick the whole vault's redeems), and 5%/block default value-cap (vs 25% pre-V12) bounding compromised-keeper drain - Multi-DEX cascade — Uniswap V4 (vanilla + 11 trusted hooks) → V3 → Aerodrome Slipstream → Aerodrome V2 → V3 USDC bridge → Aerodrome V2 USDC bridge → Uniswap V2 (direct + VIRTUAL bridge). Depth-rank between candidate paths defeats ghost-pool spam.
- Oracle auto-wirer — 10-min cron that registers V4 PoolKeys on
BaskitMultiDexOracleas new tokens enter the system - AI agent launchpad — self-serve
/agents/createflow. Any user spins up their own autonomous trading agent — filters, take-profit / stop-loss ladders, source weights, smart-wallet mirror, fee schedule. Custom agents are publicly depositable from day one; creator earns the in/out fees on every follower. This is what BASKIT is, fundamentally — a launchpad for on-chain strategies. The manual-vault surface is the warm-up. - Three protocol agents — ECHO NARRATIVE / DEGEN / CONVICTION. Public templates of the launchpad showing what's possible at each cadence × signal-mix point.
- Smart-wallet mirror — agent picker can boost candidates that followed wallets are buying
- Rug-screen — bytecode pattern matches (mintable / pausable / blacklistable) + deployer-history check + multi-DEX liquidity floor auto-disqualify candidates before the picker reaches them
- OG cards — Pepe + ticker preview on every vault / agent URL for X / Farcaster / Telegram unfurls
- $BASKIT buyback — 90% of protocol fees auto-route to open-market $BASKIT buybacks; remaining 10% covers infra
In progress
- V9 oracle — sanity check on PATH 1 (V3 TWAP) so misconfigured tokens don't break the oracle cascade upstream of the V12 vault defense
- Fee update mechanism — 24h timelocked
queueFees → acceptFeesso creators can adjust their vault's fee schedule without redeploying - Honeypot sim-sell — pre-pick
eth_callsimulating a sell against the candidate's pool. Detects the 99%-sell-tax class that slips the pattern-match rug-screen.
Next
- Cross-vault rebalancer — single tx that rebalances multiple vaults you own
- Vault performance index — public time-series of every vault's NAV for charting + comparison
- Bridge integration — deposit from Ethereum mainnet / Arbitrum / Optimism via Across or LayerZero
- Token-gated vaults — opt-in restriction where only holders of a given token can deposit
- Twitter / Farcaster bots — auto-tweet on big deposits / rebalances / leaderboard rankings
Considered
- Yield-bearing positions — vaults that hold Aave aTokens / Compound cTokens / staked LP — would require oracle support for yield-bearing assets
- Multi-chain deployment — Optimism, Arbitrum, Solana
- Vault-of-vaults — meta-baskets that hold other vault shares as constituents
Not on the roadmap
- Custodial flows (= we take your keys)
- Centralised pricing oracle (= relies on Chainlink or similar; we use on-chain DEX state instead)
- Token launches via the protocol (= we route through existing DEXs only)