> ## 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

> Leverage the FIX protocol for crypto trading.

FIX (Financial Information eXchange) is an electronic messaging protocol widely adopted by financial institutions to transmit trading activity such as submitting or canceling orders and receiving execution information. The [FIX API](https://developer.paxos.com/docs/itbit/fix/) is based on FIX 4.2 and modeled after common Forex FIX implementations.

## Get Started

<CardGroup cols={2}>
  <Card title="Onboarding" href="/guides/crypto-brokerage/fix/onboard" icon="user-plus">
    Set Up a Paxos Account, configure connection then certify.
  </Card>

  <Card title="Certification" href="/guides/crypto-brokerage/fix/certify" icon="certificate">
    Test and verify the FIX implementation in Sandbox before going to Production.
  </Card>

  <Card title="Best Practices" href="/guides/crypto-brokerage/fix/best-practices" icon="lightbulb">
    Learn about connection management, sequence number management and testing.
  </Card>
</CardGroup>
