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

# Present identity with a quote

> How a settlement provider presents Known to Atum when submitting a price quote — available, not required by default.

When you submit a price quote, Atum already knows *which key signed it*. [Atum ID](/get-started/identity/overview) adds a second question: *is that key one Atum recognizes as a settlement provider?*

You answer that by attaching a **presentation** to the quote. The presentation carries your **Known to Atum** credential and is signed with the same account that signed the quote.

<Info>
  Presenting identity is **available**. It is not required to operate a settler agent by default. The [reference agent](/settle-payments/operating-a-settler-agent) can emit a presentation; you do not write the wrapper yourself.
</Info>

## What you present

| Piece             | What it is                                                                           |
| ----------------- | ------------------------------------------------------------------------------------ |
| **Quote**         | The signed price quote you already submit                                            |
| **Presentation**  | A wrapper, signed by the same account, bound to this payment and this environment    |
| **Known to Atum** | The credential Atum issued to that account with role settlement provider (`settler`) |

You receive the Known to Atum credential during onboarding. You do not mint it. Don't copy a credential or presentation from another environment — a presentation is bound to the environment it was minted for and will not verify elsewhere.

This path is only about **your** identity as a settlement provider. It does not attest to the originator or the source-account holder of the payment you are quoting.

## What Atum checks

When identity checks are on for quotes, Atum verifies that:

* The presentation and the quote are signed by the same account
* The presentation is for this payment and this environment
* The attached credential is Known to Atum about that account as a settlement provider
* The credential's signature is valid and unexpired

What to do if a check fails is on [Verifiable presentations](/get-started/identity/verifiable-presentation#if-a-check-fails).

## Relation to running an agent

Identity presentation is one more object on the quote path. It does not change how you [deploy the agent](/settle-payments/integration-guide), fund wallets, or set pricing. Keys, vaults, and liquidity stay yours; Atum still does not operate the agent or hold your funds.

If you are moving to an environment where quote identity is required, Atum will issue the credential for the account your agent signs with and confirm the agent is presenting it.

## Next steps

<CardGroup cols={2}>
  <Card title="What is Atum ID?" icon="id-card" href="/get-started/identity/overview">
    How identity works on the network
  </Card>

  <Card title="Credentials" icon="certificate" href="/get-started/identity/credentials">
    Known to Atum roles, including settlement provider
  </Card>

  <Card title="Operating a settler agent" icon="server" href="/settle-payments/operating-a-settler-agent">
    What you operate vs what Atum provides
  </Card>

  <Card title="Integration guide" icon="rocket" href="/settle-payments/integration-guide">
    Deploy and run the reference agent
  </Card>
</CardGroup>
