Manual vault
Create a vault
- Connect your wallet on baskit.tech, sign the SIWE prompt once
- Go to /create
- Name your vault (e.g. "BASE SUMMER 2026")
- Add tokens — paste a Base contract address, or pick from the curated list
- Set weights (sliders or Equalize) — must sum to 100%
- Set entry + exit fees (0–3% each)
- Enter the initial ETH amount to deposit (default 0.001)
- Sign DEPLOY + INVEST — single transaction does deploy + wrap + deposit + per-token buys
You land on your vault page with a shareable URL.
Constraints
- 2–10 tokens per basket
- Weights sum to 100%
- Fees 0–3% each (creator slider caps at 3%; protocol adds a fixed 0.5% per side on top)
- Handle is local-only — another user can pick the same name; your vault is uniquely owned by your wallet address
Rebalance
Only the vault creator can rebalance.
- Open the vault page → BASKET section
- Edit weights / add tokens / remove tokens
- Click REBALANCE — one signed tx sells over-weighted tokens to WETH, buys under-weighted ones via the multi-DEX cascade
Failed legs (illiquid pool, broken oracle, etc.) are dropped silently; the rest succeed.
Buy someone else's vault
Anyone with the URL can deposit:
- Open
baskit.tech/vault/<id> - Click BUY SHARES, enter ETH amount, sign one tx
- Receive ERC-4626 shares proportional to your deposit
- The creator earns the entry fee; protocol gets 0.5%
What BUY SHARES actually does: it gives you shares of the vault — a claim on a slice of the whole pot — not the basket tokens directly. When the creator buys, the basket tokens are bought in the same flow. When anyone else buys, the ETH lands as WETH and waits for the creator (or keeper) to invest it. Either way your shares track the vault's value. Full breakdown: How shares & investing work.
Invest idle WETH
If a deposit came from a non-creator wallet, its ETH sits as un-invested WETH until someone with keeper rights deploys it.
- Vault page → COMPOSITION section
- The idle WETH shows as its own row
- Creator clicks INVEST — one flow swaps the float into the basket at the current weights
This is distinct from REBALANCE: INVEST deploys cash as-is, REBALANCE changes the weights/tokens. Use INVEST when you just want parked WETH put to work.
Withdraw
Available to anyone holding shares.
- Vault page → WITHDRAWAL section
- Type shares to burn (or MAX)
- Click WITHDRAW, sign one tx — the vault sells your slice of every token to WETH, sends ETH to your wallet
- Creator earns the exit fee; protocol gets 0.5%
Partial withdraws are fine — you can trim any amount up to your share balance.
Share
Every vault has a permanent public URL:
baskit.tech/vault/<slug>--<id>
Pasting it on X / Farcaster / Telegram triggers the OG card unfurl automatically (Pepe + ticker list + custom title). For tweets posted before today's OG card landed, force re-scrape via the Twitter Card Validator.
Find your vaults
/my-vaults— your owned vaults + fees earned/leaderboard— public ranking by TVL + creator earnings
For the routing details (= which DEXes the cascade probes, what order, ghost-pool defense layers), see DEX coverage.