Trust · no KYC

Verify your account

KLIP’S never asks for an identity document. An account is trustworthy because its work and its money are public: every clip, every decision and every USDC movement is written into a hash-chained ledger that is anchored on Solana. Here is exactly how to check any account, yours or someone else’s, in four steps.

  1. 01

    Take the account id

    Every member has one public account id, a UUID. Yours is filled in below when you are signed in; anyone else's appears in the address bar of their public klipper profile. That id is the only identifier KLIP’S ever needs: no name, no document, no passport.

  2. 02

    Pull the account's ledger records

    The lookup below returns every entry the chain holds for that id: clips submitted, approvals, refusals, disputes, deposits credited, payouts requested, retried, sent or refunded. Each row carries its sequence number, its own hash and the hash of the record before it.

  3. 03

    Follow the links back to the chain head

    A row's prev_hash must equal the hash of row n-1. Open the public ledger, recompute the whole chain in your browser and confirm the head hash matches. If a single record had been edited or removed after the fact, every later hash would stop matching.

  4. 04

    Match the money against Solana

    Rows that moved USDC carry a Solana transaction signature. Open it in an explorer and check the amount, the destination and the timestamp against the ledger row. The chain head itself is written into a Solana memo transaction, so the whole history is timestamped by the network, not by us.

Account lookup

Sign in to fill your own id automatically. Anyone can check any id, the data is public by design.

Why this replaces paperwork
  • Nothing to hand over. An email and a Solana wallet are enough to work and get paid on KLIP’S. There is no identity file to lose, leak or sell.
  • Reputation is earned in public. A klipper’s delivery history, approvals, refusals and certification are all visible on their profile and reflected in the ledger.
  • Money is checkable by anyone. Payouts and refunds carry Solana signatures. A payout that failed and was retried shows every attempt, so no movement can quietly disappear.
  • Tamper-evident by construction. Records are append-only and hash-linked, and the head is anchored on Solana. Editing history after the fact would break every later hash, publicly.