export_spiko_denomination

Documentation for eth_defi.tokenised_fund.spiko.vault.export_spiko_denomination function.

export_spiko_denomination(chain_id, symbol)

Export a non-transferable currency-denomination record.

Spiko fund subscriptions can settle through issuer-operated routes, but the fund-token contract does not expose an ERC-4626 asset token. This accounting-only record makes the issuer NAV currency explicit without advertising a public ERC-20 dealing route.

Parameters
  • chain_id (int) – EVM chain id of the Spiko product.

  • symbol (str) – ISO currency symbol used by the issuer NAV oracle.

Returns

Token-like non-transferable currency metadata.

Return type

dict[str, object]