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

# Where to Trade

> Swap on Bolt's zero slippage execution layer through live integrations on Sui. Find supported assets, trading interfaces, and upcoming pairs.

Bolt is an execution layer, not a frontend. You trade through partner interfaces that route swaps to Bolt's prop-AMM under the hood. Every swap is executed at the oracle-validated price with zero slippage, regardless of which interface you use.

***

## Live on Sui

Bolt is live on Sui Network through the following integrations. SUI/USDC swaps on all three route directly to Bolt's prop-AMM.

<CardGroup cols={4}>
  <Card title="Cetus" icon="arrow-right-arrow-left" href="https://app.cetus.zone/swap">
    Swap SUI/USDC on Cetus.
  </Card>

  <Card title="FlowX Finance" icon="arrow-right-arrow-left" href="https://flowx.finance/swap/USDC-SUI">
    Swap SUI/USDC on FlowX
  </Card>

  <Card title="Aftermath Finance" icon="arrow-right-arrow-left" href="https://aftermath.finance/trade?from=USDC&to=SUI">
    Swap SUI/USDC on Aftermath.
  </Card>

  <Card title="Hop.ag" icon="arrow-right-arrow-left" href="https://hop.ag/swap/USDC-SUI">
    Swap SUI/USDC on Hop.ag.
  </Card>
</CardGroup>

<Info>
  When you swap on Cetus, FlowX, Hop.ag, or Aftermath, the trade routes through Bolt's on-chain Outpost. The Oracle provides a deterministic reference price, the Settlement Engine matches your order, and you receive your tokens at the quoted rate. The interface is theirs; the execution is Bolt's.
</Info>

***

## Supported assets

<Tabs>
  <Tab title="Live now">
    | Pair       | Base asset | Quote asset | Network     |
    | ---------- | ---------- | ----------- | ----------- |
    | SUI / USDC | SUI        | USDC        | Sui Mainnet |

    <Tip>
      The SUI/USDC pair is the primary trading pair on Bolt's Sui Outpost, with liquidity managed by Bolt's Market Maker for immediate on-chain settlement.
    </Tip>
  </Tab>

  <Tab title="Coming soon">
    Additional asset pairs are in preparation for the Sui Outpost. New pairs will be announced through official channels as they go live.

    <Info>
      Want a specific pair supported? [Book a call](https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ0h8Dz0XD9uiYnrWu6PUHvRfnuoNjXyCJYnzFX8t548I1YO-qnJxJSOrvuWeenqacByagNyyB0E) with the team or reach out on [Telegram.](https://t.me/BoltOnboarding)
    </Info>
  </Tab>
</Tabs>

***

## How it works

When you execute a swap on any Bolt-integrated interface, the transaction follows this path:

<Steps>
  <Step title="You submit a swap">
    Choose your assets and amount on Cetus, FlowX, Hop.ag, Aftermath, or any integrated interface.
  </Step>

  <Step title="Bolt's Oracle provides the price">
    The Oracle delivers a deterministic reference price aggregated from market data. No bonding curve, no price impact.
  </Step>

  <Step title="The Outpost settles on-chain">
    Bolt's on-chain smart contract validates the price against expiry and deviation limits, then executes the swap through the liquidity pool.
  </Step>

  <Step title="You receive your tokens">
    The exact quoted amount lands in your wallet. Zero slippage. The price you see is the price you get.
  </Step>
</Steps>

***

## More integrations coming

Additional DApps, aggregators, and lending markets are integrating Bolt's execution layer on Sui. As new integrations go live, they will appear on this page.

<CardGroup cols={2}>
  <Card title="Integrate Bolt" icon="plug" href="/dex-aggregators">
    Build Bolt's zero slippage execution into your product. See the integrator guides.
  </Card>

  <Card title="Developer Quick Start" icon="code" href="/5-minute-integration">
    Go from install to first swap in five minutes using the TypeScript SDK.
  </Card>
</CardGroup>

<Info>
  Interested in integrating? [Book a call](https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ0h8Dz0XD9uiYnrWu6PUHvRfnuoNjXyCJYnzFX8t548I1YO-qnJxJSOrvuWeenqacByagNyyB0E) with the team or join the [Developer Telegram](https://t.me/BoltOnboarding).
</Info>
