One wallet. Three shards. No single point of failure.
Your key is split between your device, a policy-aware co-signer and a hardware passkey recovery shard.
Hold, send, swap and recover frontier assets with 2-of-3 threshold security, smart-account execution and a privacy stack designed for real operations.
ThresholdKentra coordinates custody, policy, privacy and recovery without handing control to a custodian.
Your key is split between your device, a policy-aware co-signer and a hardware passkey recovery shard.
A hardware-backed recovery shard can combine with the co-signer for emergency key rotation or fund migration.
ERC-5564 stealth addresses create one-time destinations, with screened privacy infrastructure on the roadmap.
Every stage has a clear boundary and no single shard has enough authority to spend.
A typed TypeScript SDK built on Viem exposes the same smart-account and signing primitives used by the Kentra desktop client.
import { PrivatumWallet } from
"@privatumrh/robinhood-chain-sdk";
const wallet = await PrivatumWallet.connect();
await wallet.transfer({ asset: "USDG", privacy: "stealth" });Destination gas is separated from relayer margin so the actual spread can be measured. The rebate connects to the $KENTRA ecosystem incentive layer.
Move ETH or USDG using Relay routing and quotes.
Only actual relayer margin becomes rebate-eligible.
The rebate accrues after the bridge settles.
Desktop, SDK, swaps, stealth receive, recovery and bridge flows stay anchored to the same 2-of-3 model.
Custody first. Open infrastructure second. Privacy expands in layers without weakening recoverability.
ERC-4337 smart accounts, 2-of-3 threshold sharding, passkey recovery and a Tauri v2 desktop client.
A typed TypeScript toolkit built on Viem with guides and audit-ready threshold primitives.
Low-slippage routing with transparent quotes, slippage controls and policy-checked execution.
Threshold ECDSA and blind co-signing with ZK policy proofs.
ERC-5564 stealth addresses, receiver unlinkability and screened privacy pools.
Additional EVM adapters and L2 networks using one portable shard model.
Keep the local shard encrypted in your operating-system keystore.
Technical answers about custody, recovery and settlement.
Kentra Protocol is a self-custodial smart wallet and open developer toolkit engineered for Robinhood Chain, an Arbitrum-powered EVM L2 with Chain ID 4663. It supports USDG and native ETH with no single point of failure.
Your private key is split into three independent shards: one on your device, one with the policy co-signer, and one for passkey recovery. Any two can authorize, while no single party can move funds alone.
The passkey recovery shard can combine with the co-signer shard to initiate emergency key rotation or fund migration without exposing a seed phrase.
No. Kentra Protocol operates only the automated co-signer shard. Every transaction requires a 2-of-3 quorum.
Kentra Protocol is built natively for Robinhood Chain with native ETH for gas and settlement and USDG as a core stablecoin rail.
Explore the architecture, developer tools and roadmap to native privacy.