---
name: services-dev.ixs.finance
description: services-dev.ixs.finance exposes a single API endpoint that returns a paginated catalog of IXS tokenized vaults across multiple chains. It provides vault metadata including contract addresses, underlying asset details (USDC), whitelist requirements, and status flags, but does not support any transactional operations.
host: services-dev.ixs.finance
---

# services-dev.ixs.finance

IXS Finance is a tokenized vault platform. This host serves agents that need to discover and enumerate available vaults before taking action elsewhere — for example, resolving a vault's contract address or checking whether a vault requires whitelisting prior to deposit. It covers the discovery layer only; execution (deposits, withdrawals, swaps) and real-time performance data are out of scope for this host.

## When to use this host

Use this host when an agent needs to enumerate available IXS vaults, resolve a vault's on-chain contract address, determine which network a vault is deployed on, or check whitelist and status requirements before attempting to interact with a vault. Do not use this host for executing deposits, withdrawals, or token swaps — those operations require a separate execution-layer integration not present here. Do not use this host for real-time vault performance metrics or yield data; the metrics field is currently null in all responses. If an agent needs live NAV, APY, or TVL data, a different data source must be used.

## Capabilities

### Vault Discovery

Retrieves the full paginated catalog of IXS tokenized vaults, supplying contract addresses, chain identifiers, underlying USDC asset metadata, whitelist flags, and status information needed to identify and qualify vaults before interaction.

- **`fetch-ixs-vaults`** — Returns a paginated list of IXS tokenized vaults across chains, including contract addresses, underlying asset metadata, whitelist requirements, and status flags.

## Skill reference

### `fetch-ixs-vaults`

**IXS Vaults Catalog** — Returns a paginated list of IXS tokenized vaults across chains, including contract addresses, underlying asset metadata, whitelist requirements, and status flags.

*Use when:* Use when an agent needs to discover available IXS tokenized vaults, their on-chain contract addresses, supported networks, underlying USDC asset details, or whitelist/status information before interacting with a vault.

*Not for:* Do not use for executing deposits, withdrawals, or swaps into vaults; this endpoint only retrieves vault metadata. Not suitable for real-time vault performance metrics — the metrics field is null in current responses.

**Returns:** Returns ok=true and a data object containing a paginated items array of vault records with chainId, contractAddress, routeId, underlyingAsset USDC metadata, requiresWhitelist, and status fields.

**Example:** `GET https://services-dev.ixs.finance/x402/vaults`

---
