attest logo
Hero top vector

We're making trust as
simple as sending tokens.

AttestProtocol is building the verification layer the internet forgot to build. Our protocol, one line of code, infinite proofs. Because proving who you are shouldn't be harder than proving what you own.

Hero bottom vector
10M+
Verifications Processed 500+
500+
Applications integrated
$0
Smart Contract Fees
99.9%
Uptime Since Genesis

Why we're building this

The internet has been around for 50 years. Blockchains for 15. Yet we still can't answer simple questions without rebuilding trust from scratch.

Is this person over 18?
Did this developer contribute to my project?
Does this wallet hold sufficient funds?
Is this user a real human?

Portable

Your verifications travel with you

Programmable

Developers can build with trust, not around it

Permissionless

Anyone can issue or verify proofs

Permanent

Your reputation accumulates over time

We're not building identity — we're building the pipes that let trust flow online.

Built Different. On Purpose.

No Smart Contracts Required

While others deploy complex contracts for simple verifications, we use signed attestations. Cheaper, faster, simpler.

Schema-First Design

Instead of rigid standards, we let the community define what matters. Like HTML for trust - flexible primitives that compose infinitely.

User Sovereignty

Your proofs live in your wallet, not our database. Delete them, share them, stack them. You're in control.

Progressive Decentralization

Start with simple JSON attestations today. Add zero-knowledge proofs when you need them. Complexity is optional.

The Technical Foundation

Why Soroban?

We chose Stellar's Soroban for three reasons

Speed

Sub-second finality for instant verification

Cost

Fractions of a cent per transaction

Scale

Built for millions of users, not thousands

Architecture Principles

Architecture Principles

Chain-agnostic by design. Issue on Soroban. Verify on Ethereum. Use everywhere.

Where this Goes

But the real vision is bigger than roadmaps

Year 1

Replace repetitive KYC across DeFi

Year 2

Become the standard for on-chain reputation

Year 3

Power identity for the entire internet

We imagine an internet where

You never fill out the same form twice
Your contributions are recognized everywhere
Trust is earned, portable, and valuable
Privacy and verification coexist

Building in Public

We're a distributed team of builders who've been in crypto since before it was cool.

Alumni from

Protocol Labs (IPFS/Filecoin)
Coinbase Ventures
Consensys
OpenZeppelin
Stellar Foundation

Led by builders. Funded by believers. Driven by the community.

How we Build

Ship Fast, Learn Faster

Perfect is the enemy of shipped. We build, release, iterate.

Global By Default

Trust has no borders. Neither do we.

Community First

The best ideas come from users. The protocol belongs to everyone.

Open Everything

Open source, open data, open roadmap. Transparency builds trust.

Innovation Focus

We push boundaries and explore new possibilities in trust infrastructure.

Sustainable Growth

Building for the long term with responsible scaling.

The Attest Protocol core team brings experience from

Web3 Experience

Coinbase, Stellar, Ethereum Foundation
Protocol Labs, ConsenSys, OpenZeppelin

Advised by experts in

Decentralized identity (DID/VC)
Regulatory compliance
DAO governance
ZK proof systems

Supported by the builders
of the next internet

Strategic Investors

Coinbase Ventures
Stellar Development Foundation
Alliance DAO
Chainlink BUILD
Placeholder VC

Integration Partners

Civic (KYC)
Gitcoin Passport (Reputation)
Jumio (ID Verification)
Snapshot (DAO governance)
ZK Email (Privacy Attestations)

From Schemas
to sovereignty

What We've Shipped

Schema Marketplace
Authority Directory
Live Explorer & API
SDKs in JS / Python / Rust

What's Coming

Visual Schema Builder
Enterprise ZK Attestation Plugins
Multi-chain Bridge Layer
Attestation-as-a-Service (AaaS)

Help us build the trust layer

For Developers

Build the future of portable verification

For Partners

Trust has no borders. Neither do we.

For Everyone

Join 12,000+ builders in our community

Let's Chat

Contact Information

General:hello@attestprotocol.org
Developers:dev@attestprotocol.org
Partnerships:partners@attestprotocol.org
Press:media@attestprotocol.org

Global Presence

HQ:Distributed (incorporate in Cayman)
Presence:San Francisco, London, Singapore, Lagos

Stop building
verification systems.
Start building trust.

The blockchain economy runs on trust. AttestProtocol makes that trust simple, portable, and universal.

// Verify user KYC status
const verified =
await 
attestprotocol.verify(userAddress, kyc-basic);
That's literally it. One line of code