Documentation

Integrate Defimec into your signing workflow.

Quickstart guide, REST + WebSocket API reference, and per-chain configuration for Solana, Base, and Arbitrum.

Key topics

Common integration patterns

01

Chain-ID lock

Configure the chain-ID enforcement policy so every signing request is pre-verified against the declared network. Prevent stale-RPC misdirection.

See configuration
02

RPC health probe

Programmatically probe each configured RPC endpoint before routing a transaction. Detect poisoned or stale nodes before your hardware is involved.

API endpoint
03

Calldata decode

Decode raw calldata into human-readable instructions before signing. Supports ERC-20 transfers, DEX swap payloads, EIP-712 typed-data, and Solana instruction decoding.

Decode API
04

Multisig signing

Coordinate multi-signer approvals across chains. Each signer gets a decoded view of the exact transaction they're approving. Treasury tier only.

Multisig guide