ExoHub Connect integrates your wallet with the blockchain as a non-custodial authentication layer. Authenticate your wallet once, authorise scoped dApp access, and sign every transaction locally — your keys never leave your device.
Powered exclusively by ExoHub
Every session follows the same audited handshake: negotiate a provider, prove key ownership, then authorise scoped access.
Security begins at the handshake. The dApp requests the ExoHub provider over EIP-1193, and the session is negotiated over an encrypted transport — no key material is ever transmitted.
Authenticate your wallet by signing a time-bound challenge on-device — secp256k1 or Ed25519, EIP-712 typed data. Off-chain and gasless: ownership is proven without broadcasting anything.
Authorise dApp interactions with scoped, revocable permissions — one verified identity across DeFi, NFTs, DAOs and games on 50+ networks. Every transaction is signed locally and broadcast only with your consent.
One provider, every chain, every wallet. The ExoHub Connect SDK exposes a typed EIP-1193 provider and a ready-made Connect button — wire it once, ship everywhere.
The connection layer is built on proven standards and an open, audited codebase. ExoHub never holds, sees or transmits your private keys.
Key custody
Keys are generated on-device from a BIP39 seed and guarded by the ExoHub secure enclave. Recovery is your seed — never ours.
Signature schemes
secp256k1 and Ed25519 signing with EIP-712 typed-data support. Signatures are produced on-device; we cannot sign for you.
Session layer
EIP-1193 provider, WalletConnect v2 and JSON-RPC over WebSocket. One session spans 50+ networks with scoped, revocable permissions.
Verifiability
An open, audited signing flow. Non-custodial and non-intermediated — no server holds key material at any point in the session.
The exact parameters of the connection layer, as shipped in protocol v2.4.1.
| Transport | EIP-1193 · WalletConnect v2 · JSON-RPC over WebSocket |
| Signing algorithms | secp256k1 · Ed25519 · EIP-712 typed data |
| Chain support | EVM · Solana · Bitcoin · 50+ networks |
| Session protocol | Off-chain challenge-response · 5-minute TTL · scoped permissions |
| Gas model | Zero gas for authentication · zero broadcast on sign |
| Custody model | Non-custodial · keys generated, stored and signed on-device |
| SDK | @exohub/connect · TypeScript-first · EIP-1193 provider |