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

# Order Types

> Understanding BUY, SELL, and PAY order types on P2P Protocol

P2P Protocol supports three types of orders, each serving a different use case:

<Tabs>
  <Tab title="BUY">
    ## BUY Orders

    **You pay fiat and receive stablecoin.**

    Use BUY orders when you want to convert your local currency into stablecoins. You'll send fiat payment through a supported payment rail and receive stablecoins in your wallet.

    **Common use cases:**

    * Converting cash to crypto
    * Entering the stablecoin ecosystem
    * Funding your wallet for other transactions
  </Tab>

  <Tab title="SELL">
    ## SELL Orders

    **You transfer stablecoin and receive fiat.**

    Use SELL orders when you want to convert your stablecoins back into local currency. You'll transfer stablecoins from your wallet and receive fiat payment through a supported payment rail.

    **Common use cases:**

    * Cashing out stablecoins
    * Converting crypto to local currency
    * Withdrawing funds to your bank account
  </Tab>

  <Tab title="PAY">
    ## PAY Orders

    **You transfer stablecoin for payment use cases where fiat settlement rails are involved.**

    Use PAY orders for payment scenarios where you're using stablecoins but the recipient expects fiat settlement through traditional payment rails.

    **Common use cases:**

    * Paying bills or invoices
    * Sending remittances
    * Making merchant payments
  </Tab>
</Tabs>

<Info>
  The order type you choose determines the flow of your transaction and what actions you'll need to take.
</Info>
