allo.request access →
Vault infrastructure · Hyperliquid

Run your strategy on other people's capital.

Allo is the trustless account your bot trades from. It holds the funds, keeps the books on-chain, and can never let you — or anyone — withdraw what isn't yours.

strategy.ts
import { Allo } from "@allo/sdk";
// 1. Spin up a vault — fees + lockup are yours
const vault = await allo.createVault({
name: "Delta Neutral BTC",
managementFee: "2%",
performanceFee: "20%",
lockup: "7d",
});
// 2. Authorize the bot you already run
await vault.approveAgent(myBot.address);
// 3. That's it. Point your bot at the vault
// and trade — Allo does the rest.

Three steps. Then you just trade.

You bring the strategy. Allo is the plumbing underneath it — capital, accounting, and execution rights — so you never build fund infrastructure again.

01

Create a vault

One call deploys an ERC-4626 vault on HyperEVM. Set your management fee, performance fee, lockup, and cap. LPs deposit USDC and hold shares.

02

Point your bot at it

Approve your existing agent key. Your strategy code doesn't change. Trade every Hyperliquid market — perps, spot, and HIP-3 equities, indices, and commodities.

03

Allo keeps the books

Deposits, redemptions, NAV, and high-water-mark fees are computed on-chain, read straight from HyperCore. Nothing self-reported, nothing off-ledger.

Why LPs trust it

Trust comes from the chain, not from you.

01

Your bot can trade but never withdraw

Hyperliquid enforces it at the protocol level: an approved agent can place and cancel orders, but cannot move funds to any address. Not a promise from us — a rule of the chain.

02

NAV is read on-chain, live

Vault equity comes straight from HyperCore precompiles — including HIP-3 markets — at oracle prices. No trusted oracle, no manager-reported returns. What you see is what's there.

03

Redemptions can't be blocked

If a manager doesn't free up capital for a withdrawal in time, anyone can trigger a pro-rata unwind of the vault's own positions. LPs are never trapped.

Invite-only

We're onboarding the first cohort of managers.

Access is hand-reviewed while we're early. Tell us who you are and what you trade. If it's a fit, we'll send you the SDK, your keys, and a direct line.

Built on Hyperliquid · perps · spot · HIP-3