Smart Contract Integration

Add compliance checks directly into your protocol — 3 lines of Solidity

Our AttestationStore contract is the central registry where all verified credentials live. It's deployed on Fuji and ready for you to query. Think of it as a compliance database that lives on-chain.

Want to block unverified users from depositing funds? Just add one line: require(kumply.getTier(user) >= 2). That's it. Your smart contract now enforces compliance automatically.

Copy, Paste, Done

Simple Solidity interfaces that drop right into your existing contracts. No architectural changes needed.

Fast & Cheap Lookups

Checking a user's compliance status costs almost nothing in gas. It's a simple storage read — no computation overhead.

Tested & Auditable

Full test coverage. Open-source contracts. Third-party security audit in progress.