For the complete documentation index, see llms.txt. This page is also available as Markdown.

API and SDK surface

TaaS is designed to be integrated through APIs and SDKs.

A typical integration surface includes:

Interface
Purpose

Product Registry API

Fetch product metadata, supported networks, token addresses, risk labels, capacity, fees, and redemption terms.

Investor Eligibility API

Check whether a wallet or user is eligible to subscribe, hold, transfer, or redeem.

Subscription API

Route deposits, create subscription records, and issue tokens or vault shares.

Redemption API

Submit redemption requests, check status, and claim settlement assets.

Oracle API

Retrieve latest NAV, historical NAV, update time, signer status, and deviation status.

Attestation API

Retrieve reserve proofs, report hashes, verification timestamps, collateralization records, and service-provider confirmations.

Webhooks

Notify integrators of NAV updates, product status changes, permission changes, subscription events, and redemption events.

These interfaces allow partner platforms to integrate tokenized yield products without directly managing the full operational stack.

Last updated