Skip to main content

Introduction

Clutch Protocol is a decentralized ride-sharing blockchain with on-chain ride lifecycle, client-side signing, and instant CLT payouts to drivers. Built on a custom non-EVM blockchain.

Key Features

  • Driver-first payments — Drivers receive most of each fare; optional referrer fees up to 4% (default 2%+2%) on RidePay
  • Instant payouts — Drivers receive CLT as passengers pay via on-chain transactions
  • Transparent & secure — On-chain transactions with cryptographic security and full auditability
  • Developer-friendly — JavaScript SDK, GraphQL API, Docker deployment, block explorer
  • Decentralized — Aura consensus with distributed validator nodes
Governance

Community governance (DAO) is on the roadmap and described on the marketing site. It is not yet implemented in the current codebase.

Architecture Overview

ComponentDescription
Clutch NodeBlockchain core with Aura consensus, custom transaction format
Clutch Hub APIApplication-to-node bridge (GraphQL + faucet)
Clutch Hub SDKJavaScript/TypeScript SDK for client-side signing
Clutch ExplorerBlock indexer, REST API, and web UI
Clutch DeployFull-stack Docker Compose deployment
Demo AppReference React app for passenger/driver ride flows
ResourceURL
Documentationhttps://docs.clutchprotocol.io
Demo apphttps://demo.clutchprotocol.io
Stage demohttps://app-stage.clutchprotocol.io
npm SDKhttps://www.npmjs.com/package/clutch-hub-sdk-js
Docker packagesDocker images · GHCR org · Docker Hub

CLT economics

Ride payments and validator rewards are separate:

LayerMechanismDefault
RidePayReferrer fees + driver remainder2% request + 2% offer per payment
BlocksFixed reward to block author50 CLT per block

Example: 10 CLT fare, one full RidePay, both referrers set → request referrer 1 CLT, offer referrer 1 CLT, driver 8 CLT.

Validators are not paid from ride fares; they earn block_reward_amount when authoring blocks.

Full details: CLT Economics

Status

Alpha Software

Clutch Protocol is in active development. APIs may change without notice. Use at your own risk.