# Block Trade

## Block Trade

**Block Trade** enables Loopring DeFi users to execute large trades with minimal slippage by tapping into centralized exchange (CEX) liquidity — all while maintaining full self-custody of assets.

This solution is designed for users who want to trade significant amounts of tokens without splitting orders or experiencing excessive price impact on traditional DEXs.

***

### Key Benefits

* **Minimal Slippage**\
  Block Trade sources liquidity directly from CEXs to match large orders without fragmenting them across shallow DEX pools.
* **Self-Custody**\
  Trades are initiated and authorized directly from your wallet. Assets are never handed over to a third party.
* **Flexible Execution**\
  Choose between partial immediate fills or full fills that may require a brief waiting period for optimal liquidity.
* **Efficient Settlement**\
  Streamline large token swaps without needing to break them into smaller transactions.

***

### How It Works

Block Trade uses Loopring’s smart contract infrastructure and off-chain coordination to:

* Aggregate liquidity quotes from integrated CEX sources
* Present trade options (**Prioritize Speed** vs. **Prioritize Quantity**)
* Allow users to execute in a single, seamless transaction

{% hint style="success" %}
💡 Block Trade is ideal for high-value trades where minimizing slippage is more important than transaction speed.
{% endhint %}

***

### Getting Started

1. Connect your wallet and navigate to the **Block Trade** section.
2. Select your preferred fill method (**Prioritize Speed** or **Prioritize Quantity**).
3. Choose the token you want to sell and the token you want to receive.
4. Enter the amount and review the estimated quote.
5. Confirm the trade and sign the transaction.

***

## 🔗 Quick Access

* [How Block Trade Works](/block-trade/how-block-trade-works.md)
* [Trading Options](/block-trade/trading-options.md)
* [Supported Tokens & Pairs](/block-trade/supported-tokens-and-pairs.md)
* [Risks & Considerations](/block-trade/risks-and-considerations.md)
* [Block Trade FAQ](/block-trade/block-trade-faq.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-defi.loopring.io/block-trade.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
