Superstate API

Superstate tokenised-fund integration for permissioned fund-share tokens. The current USTB adapter is read-only: it combines ERC-20 outstanding supply with the issuer’s documented continuous NAV/share endpoint. It deliberately does not provide public subscription, transfer or redemption execution because these actions require Superstate eligibility and settlement controls.

The historical reader uses archive-block calls to totalSupply() and the documented getChainlinkPrice() endpoint. A token response marked stale or invalid produces an explicit historical error instead of an estimated price.

eth_defi.tokenised_fund.superstate.constants

Reviewed Superstate tokenised-fund deployments.

eth_defi.tokenised_fund.superstate.vault

Read-only adapter for Superstate permissioned tokenised funds.

eth_defi.tokenised_fund.superstate.historical

Historical supply and NAV reader for Superstate fund tokens.

eth_defi.tokenised_fund.superstate.backfill

Backfill the reviewed Superstate USTB lead and its NAV history.