---
title: Markets & Trading
seoTitle: Solana DeFi Development, Markets, Swaps, and Trading
description:
  Build trading systems, integrate DEXs and oracles, and run financial
  applications on the chain where DeFi settles in milliseconds for fractions of
  a cent.
---

Solana's single global state, ~400ms block times, and sub-cent fees make it the
home of onchain finance and DeFi: every program - DEXs, lending markets,
oracles, perps - is composable within a single atomic transaction. This section
is the workflow layer for building financial applications; it links down to
[Core Concepts](/docs/core/transactions) and the
[cookbook](/developers/cookbook) for the underlying mechanics.

<DocsDiagram
  src="/assets/docs/diagrams/markets-overview.svg"
  alt="Market data becomes a quote and signed transaction that onchain programs execute atomically"
/>

## Start building

<Cards>
  <Card title="Add Solana to your exchange" href="/docs/defi/exchange">
    Deposits, withdrawals, and account handling for exchanges and custodians
  </Card>
</Cards>

## Ship reliably

<Cards>
  <Card title="Protect against MEV" href="/docs/defi/mev-protection">
    Keep transactions out of sandwich attacks
  </Card>
  <Card title="Stake-weighted QoS" href="/docs/defi/stake-weighted-qos">
    Guaranteed transaction lanes for latency-sensitive flows
  </Card>
</Cards>
