Skip to Content
Symmio Trading-SDK — the SDK surface for builders on HyperEVM
CoreInstantLayerOverview

InstantLayer

The InstantLayer contract manages delegated signer access for instant actions. SYMM Trading-SDK exposes the delegation reads as separate APIs: one reads the raw expiry timestamp from delegations, and one reads the contract’s computed active status from isDelegationActive.

Contract reference: SYMMIO perps-core v0.8.5 docs .

Each method has its own page with the full signature, parameters, return shape, examples, and query options.

Reads

Writes

Types

Query options

Each read ships a matching …QueryOptions factory and a …QueryKey builder for TanStack Query. See each read’s page for the exact call.

Raw ABI

The instantLayerAbi export is available for consumers that want to call the contract directly with viem. The InstantLayer address is resolved per chain from the config (config.getChainConfig(chainId)), not exported as a standalone constant.

Last updated on