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

Wealth

SoDEX Wealth lists two product lines on ValueChain. Discover them at runtime with the Wealth API and branch on fundType. Do not apply the vault request/claim flow to a SoDEX RWA token, or the reverse.

fundType

Product

What to do

escrow_vault

Vault

Asynchronous deposit and redemption against the fund's vault contracts.

clob

SoDEX RWA token

A CLOB-listed token (for example vQQQ, vVOO). Not a vault. Do not call requestDeposit / requestRedeem.

Each fund has its own fundId, fundStatus, and (for vaults) underlying asset, minimums, contracts, and settlement timing.

A vault request does not mint shares or return assets in the same transaction. Track settlement and claim only when the result was not automatically delivered. The vault spends a ValueChain balance of the underlying asset. If that balance is still on an external network, move it with Mirror Protocol first.

Mainnet Wealth API: https://mainnet-gw.sodex.dev/api/v1/wealth

Start here

QuickstartWealth ContractsReferralsVault Lifecycle

Vault how-tos (direct or signed submit, settlement) are under Vault Lifecycle.

API Reference

Wealth API

How it fits into SoDEX

A vault does not credit Spot or Perps. Vault shares are the fund's ERC-20 on ValueChain. Whether to claim is decided by User Fund History (claimable, delayedPending) and the on-chain request — not by assuming every request needs claimDeposit or claimRedeem.

A clob fund is a SoDEX RWA token that trades on SoDEX CLOB. Use Trading for that market; the vault pages on this hub do not apply.

Last updated