> ## Documentation Index
> Fetch the complete documentation index at: https://paxos-0ac97319-jg-test-1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Propose, approve and manage two-way atomic transfers.

![Settlements Profiles](https://mintlify.s3.us-west-1.amazonaws.com/paxos-0ac97319-jg-test-1/images/settlement-profiles.png)

Use the Settlements API to facilitate simultaneous exchange of pre-funded assets.
Automate a variety of use cases that require two-party approval, including
net settlement of over-the-counter trades, withdrawal requests for tri-party collateral, payment requests, and bilateral settlement for marketplace end users.

The simple request-and-approval workflow supports both one-directional and bidirectional transactions to allow a user to receive an asset (for example, send USDP) or simultaneously send and receive assets (for example, send USD and receive BTC and ETH).
Only when all parties are in agreement and assets are fully funded does the Settlements API allow for change of custody.
Upon completion, all settled assets are immediately available for trading, transferring, withdrawal or other supported activities.

## Settlement Workflow

The settlement workflow requires two parties to complete: The Source Profile owner who [initiates](/api-reference/endpoints/settlement/create-transaction) the transaction and the Target Profile owner who [approves](/api-reference/endpoints/settlement/affirm-transaction) the transaction.
Most integrations follow a similar workflow:

1. Both parties agree on the transaction details and share counterparty Profile IDs outside of the Paxos Platform (for example, via email, Telegram, or other application).
2. The Source Profile owner [submits the transaction](/api-reference/endpoints/settlement/create-transaction) to the settlement platform.
3. The Target Profile owner receives a [notification](/guides/settlements/notification), reviews the transaction details and [approves the transaction](/api-reference/endpoints/settlement/affirm-transaction).
4. Both parties fund the associated Profiles via deposits if the requisite balances are not already present.
5. Settlement (movement of assets between Profiles) occurs soon after both parties have sufficient assets on the platform.
6. Once the transaction [settles](/guides/settlements/status), both parties can immediately utilize the new balance.

## Get Started

<CardGroup cols={2}>
  <Card title="Quickstart" href="/guides/settlements/quickstart" icon="rocket">
    Set up and complete the settlement workflow in the Sandbox environment.
  </Card>

  <Card title="Statuses" href="/guides/settlements/status" icon="list-check">
    Learn more about settlement statuses.
  </Card>

  <Card title="Notifications" href="/guides/settlements/notification" icon="bell">
    Understand how settlement notifications work.
  </Card>

  <Card title="FAQ" href="/guides/settlements/faq" icon="circle-question">
    Get answers to common questions about the Settlements API.
  </Card>
</CardGroup>
