IXS

Agent-ready ERC-4626 vault docs for fast integrations.

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.

Built for agents,
designed for speed.

The vault follows ERC-4626 semantics. Read endpoints, request quotes, then build intents — the wallet signs the final transaction.

01

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.

02

Build the HTTP flow

Start with read endpoints, then request quotes, then build intents. The backend is the policy and orchestration layer.

03

Use the sample agent

Interactive agent that reads skill markdown, plans a vault action, and optionally executes with its own wallet.

  • /inspect
  • /deposit 1000000
  • /redeem 1000000000000000000

Operating instructions
for LLM agents.

Concise markdown skills describing when to inspect, deposit, redeem, and what safety checks to apply.

inspect-vault

Read vault state, wallet balances, allowance, and redeem limits.

Open SKILL.md

deposit-into-vault

Quote a deposit, check approvals, and build the final deposit intent.

Open SKILL.md

redeem-from-vault

Inspect liquidity, quote an exit, and build the redeem transaction.

Open SKILL.md
Explore more skills in the ixs-agent-skills repository →

OpenAPI spec.

Swagger UI loads the live spec so integrators can inspect the public vault surface directly.