Connect wallets via QR code scanning to approve blockchain transactions while keeping private keys secure on the user's device. Enables multi-step bridge and swap operations through automated transaction and signature handling.
Pin nonce, EIP-1559 fees, and gas limit for a prepared EVM transaction; compute and return the Ledger blind-sign hash for user confirmation before calling send_transaction.
Pin nonce, EIP-1559 fees, and gas limit to compute a deterministic pre-sign RLP hash for Ledger blind-sign. Returns the hash block for user confirmation before sending the transaction.
Self-custodial crypto portfolio and DeFi MCP server. Read balances and positions (Aave, Compound, Morpho, Uniswap V3, Lido, EigenLayer) across Ethereum, Arbitrum, Polygon, and Base, and prepare transactions for approval on a Ledger via WalletConnect.
Exposes 8DX DEX aggregator REST endpoints as tools for AI agents, enabling token discovery, quotes, swaps, limit orders, and wallet execution via WalletConnect.
Pair a directly-connected Ledger device for Bitcoin signing. Enumerates all four address types (legacy, P2SH-segwit, native segwit, taproot) for a given account index, with BIP44 gap-limit scanning.
Forward a prepared transaction to a Ledger device for user signing. EVM transactions require a prior preview and confirmation; TRON uses direct USB connection. Blocks until user approves or rejects on the device.
Pair a Ledger device connected via USB for TRON signing. Reads the address at m/44'/195'/<accountIndex>'/0/0 and caches it for use with other TRON tools. Call once per account index before preparing transactions.
Check WalletConnect session status and cached Ledger pairings to resolve wallet references (e.g., 'my wallet', 'account 2') to concrete addresses before executing transactions or portfolio queries.
Initiate a WalletConnect v2 pairing with Ledger Live. Returns a URI and QR code to paste into Ledger Live's WalletConnect screen to complete pairing. Works with EVM chains.
Check local configuration status to diagnose setup issues. Returns config path, RPC sources, API key presence, and actionable hints for rate limits or demo mode.
Checks local configuration status, reporting RPC sources, API key presence, and setup hints to help diagnose connection issues and guide reconfiguration.
Propose a Safe multisig transaction: wrap an inner action into a SafeTx, compute EIP-712 hash, return unsigned tx for on-chain approveHash, preserving WalletConnect anti-phishing scope.
Pairs a directly-connected Ledger with the TRON app open to enable TRON signing. Reads the device address at the specified account index and caches it for subsequent use.
Pair a directly-connected Ledger device for Litecoin signing. Enumerates four BIP-44 address types for a given account index, tolerating individual type failures.
Enumerate Bitcoin addresses (legacy, segwit, native segwit, taproot) from a connected Ledger device via USB, scanning receive and change chains with BIP44 gap-limit logic.