> ## Documentation Index
> Fetch the complete documentation index at: https://docs.attest.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Add proof to anything, on-chain without writing a line of code

## Whenever you need to prove something onchain — *identity, action, ownership, or permission* — you don't need to write a new smart contract or spin up a ZK system.

Attest provides a proof infrastructure to build anything from **network states, DAOs, DePIN, and RWA**. With our **Unified Trust Framework,** developers on Stellar can integrate reputation and trust mechanisms in their dApps.

## Add proof to anything, on-chain without writing a line of code.

AttestProtocol is a Soroban-based framework that lets you attach attestations to any wallet, asset, or event. Whether that's *proof of identity, contribution, credential, or ownership.* No contracts, no infrastructure, no ZK black magic required.

<Tip>
  Think of it like SSL for blockchains — a lightweight trust signal you can apply anywhere.
</Tip>

## An Open Standard for Trust

Using our **Attestation Service** you get an open standard for verifying *statements, transactions, and authorities* — identity proofs **on the blockchain**.

Our **Soroban framework** enhances the reliability of digital interactions on the Stellar Network with a composable blockchain-based **Attestation Service.**

## Use Cases

<CardGroup cols={2}>
  <Card title="KYC Verification" icon="id-card">
    Issue "user is verified" attestations that any dApp can check
  </Card>

  <Card title="Event Attendance" icon="calendar-check">
    Prove someone attended a conference, hackathon, or workshop
  </Card>

  <Card title="DAO Membership" icon="users">
    Verify membership status and roles across applications
  </Card>

  <Card title="Professional Credentials" icon="certificate">
    Issue certifications that users can share and verifiers can trust
  </Card>
</CardGroup>

## Who is this for?

### Attestation Issuers

KYC providers, event organizers, DAOs, and certification bodies who want to:

* Issue verifiable credentials on-chain
* Enable other apps to verify your attestations
* Build reputation without siloed databases

### Verifiers

Applications that need to:

* Check if a user has valid KYC from any trusted provider
* Gate access based on credentials without vendor lock-in
* Query attestations from multiple issuers in one place

### Developers

Teams building:

* Reputation systems using aggregated attestation data
* Credential verification into existing dApps
* Multi-source identity checks

## Key Features

| Feature              | Description                                                        |
| -------------------- | ------------------------------------------------------------------ |
| **Authorities**      | Register as a trusted issuer and create custom attestation schemas |
| **Resolvers**        | Define rules about who can attest — fees, permissions, rewards     |
| **BLS Delegation**   | Sign attestations off-chain, submit on-chain. Submitter pays gas.  |
| **Flexible Schemas** | Define custom attestation structures for any use case              |
| **Multi-Chain**      | Stellar (production) + Solana (beta)                               |
| **Revocable**        | Invalidate attestations when credentials expire or are revoked     |

## Contract Addresses

| Network     | Protocol Contract                                          |
| ----------- | ---------------------------------------------------------- |
| **Testnet** | `CBFE5YSUHCRYEYEOLNN2RJAWMQ2PW525KTJ6TPWPNS5XLIREZQ3NA4KP` |
| **Mainnet** | `CBUUI7WKGOTPCLXBPCHTKB5GNATWM4WAH4KMADY6GFCXOCNVF5OCW2WI` |

## Next Steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create your first attestation in 5 minutes
  </Card>

  <Card title="Authorities" icon="shield" href="/concepts/authorities">
    Register as a trusted attestation issuer
  </Card>

  <Card title="Resolvers" icon="code" href="/concepts/resolvers">
    Define custom validation rules for attestations
  </Card>

  <Card title="How It Works" icon="lightbulb" href="/concepts/how-it-works">
    Understand the architecture
  </Card>
</CardGroup>
