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

# Trading apps resource page

Privy gives you all the tools you need to build world-class trading experiences—securely, seamlessly, and at scale. Whether you're launching a new DEX, building a trading bot, or integrating on-chain swaps, Privy's infrastructure lets you focus on building great user experiences.

## Trusted by leading trading apps

Privy powers leading trading apps such as [Hyperliquid](https://hyperliquid.xyz), [pump.fun](https://pump.fun), [dYdX](https://dydx.trade), [Vector](https://apps.apple.com/us/app/vector-buy-memecoins-crypto/id6502968192), [Jupiter](https://jup.ag), and [BananaGun](https://www.bananagun.io/).

From instant wallet creation and flexible authentication to robust transaction controls and automated gas management, Privy's platform powers every step of the trading journey. With support for embedded and external wallets, cross-chain transactions, and granular transaction policy controls, you can deliver the features your users expect—without compromise.

***

## Common trading flows

* **[Create a wallet](/wallets/wallets/create/create-a-wallet)**: Learn how to create and manage wallets for your users on any chain.
* **[On-ramp funds](/wallets/funding/overview)**: Let users buy crypto with fiat, Apple Pay, or Google Pay.
* **[Send a transaction](/wallets/using-wallets/ethereum/send-a-transaction)**: Sign and send transactions from your app backend or client.
* **[Off-ramp](/recipes/off-ramp-guide)**: Let users cash out to fiat with top providers.

Our battle-tested infrastructure, rich on-chain integrations, and developer-friendly APIs make it easy to build, customize, and scale your trading experience. Security and compliance are built in from day one, so you can launch with confidence.

***

## Build your own trading app

Privy makes it easy to build, customize, and scale your trading experience. Check out some of our guides to help you get started building your own trading app.

<CardGroup cols={2}>
  <Card title="Telegram trading bot guide" icon="robot" href="/recipes/telegram-bot" arrow>
    Guide to building a Solana trading bot for Telegram.
  </Card>

  <Card title="Flashbots integration" icon="robot" href="/recipes/flashbots-protect" arrow>
    Learn how to integrate with Flashbots to avoid bot attacks.
  </Card>

  <Card title="Hyperliquid Guide" icon="lightning" href="/recipes/hyperliquid-guide" arrow>
    Integrate with the Hyperliquid SDKs to make trades on Hyperliquid.
  </Card>

  <Card title="Morpho Guide" icon="bank" href="/recipes/yield/morpho-guide" arrow>
    Learn how to integrate with Morpho lending protocol using Privy wallets.
  </Card>

  <Card title="Request server-side access to user wallets" icon="server" href="/recipes/wallets/session-signer-use-cases/server-side-access" arrow>
    Configure custom control models where both users and your server can execute transactions with
    specific permissions.
  </Card>

  <Card title="Execute limit orders" icon="chart-candlestick" href="/recipes/wallets/session-signer-use-cases/limit-orders" arrow>
    Request server-side access to user wallets to execute limit orders when users are offline.
  </Card>

  <Card title="Onramp with Stripe" icon="credit-card" href="/recipes/stripe-headless-onramp" arrow>
    Enable users to fund wallets with Stripe's crypto onramp.
  </Card>

  <Card title="Configure confirmation modals" icon="forward-fast" href="/recipes/react/manage-wallet-UIs" arrow>
    Learn how to disable transaction confirmations for faster trading.
  </Card>

  <Card title="Implement robust policies" icon="shield-check" href="/controls/overview" arrow>
    Set up transaction policies to protect users and control spending limits on Ethereum and Solana.
  </Card>
</CardGroup>
