Understand the ERC-4626 flow
Deposits and mints create shares. Redeems and withdraws burn shares. Preview-style reads give agents deterministic inputs before they build a transaction.
IXS exposes a simple HTTP API for discovering vault state, quoting actions, and building transaction payloads for a tokenized ERC-4626 vault on Base Sepolia.
GETTING STARTED
The vault follows ERC-4626 semantics. Read endpoints, request quotes, then build intents — the wallet signs the final transaction.
Deposits and mints create shares. Redeems and withdraws burn shares. Preview-style reads give agents deterministic inputs before they build a transaction.
Start with read endpoints, then request quotes, then build intents. The backend is the policy and orchestration layer.
Interactive agent that reads skill markdown, plans a vault action, and optionally executes with its own wallet.
/inspect/deposit 1000000/redeem 1000000000000000000Agent Skills
Concise markdown skills describing when to inspect, deposit, redeem, and what safety checks to apply.
Read vault state, wallet balances, allowance, and redeem limits.
Quote a deposit, check approvals, and build the final deposit intent.
Inspect liquidity, quote an exit, and build the redeem transaction.
API REFERENCE
Swagger UI loads the live spec so integrators can inspect the public vault surface directly.