Clutch Protocol

Decentralized ride-sharing blockchain

Open-source stack for on-chain ride lifecycle, client-side signing, and instant CLT payouts to drivers.

Alpha Software ยท Testnet Live

Explore the stack

How it fits together

Demo App / Your dApp + SDK โ†’ Clutch Hub API (GraphQL / WS + faucet) โ†’ Clutch Node (blockchain, WebSocket RPC) โ†’ Clutch Explorer (indexer + UI)

  1. Build unsigned tx โ€” the app asks the Hub API for an unsigned transaction payload
  2. Sign client-side โ€” the user signs the hash locally (keys never sent to server)
  3. Submit signed tx โ€” the app sends signed RLP hex to the Hub, which forwards to the node
  4. Validate & mine โ€” the node verifies signature/nonce, applies state, includes in a block

See the full architecture overview and ride lifecycle.