# Optimizing Trading with brTOKENS

What makes Arbera's system more efficient is how `brTOKEN` pools work alongside `TOKEN` pools. Instead of relying solely on `TOKEN` liquidity, transactions can be split using aggregators (e.g., OOGA BOOGA) between `TOKEN` and `brTOKEN` pools to optimize outcomes.

#### Example:

A user wants to buy **$50,000** worth of `PORRIDGE`, purchasing directly from the `PORRIDGE` pool would result in **8% slippage**, leaving the user with only **$46,000** worth of `PORRIDGE`.

Splitting the purchase between the `PORRIDGE` and `brPORRIDGE` pools, the user can reduce the overall slippage and fees, ending up with a better outcome.

User splits the purchase:

* **$30,000** towards `PORRIDGE`, which has **5% slippage**, and
* **$20,000** towards `brPORRIDGE`, which also has **5% slippage** due to its smaller size and incurs a **1% Den fee**.

#### Calculations:

**For PORRIDGE (larger pool):**

* **$30,000** with **5% slippage**:  $28,500 worth of `PORRIDGE`.\
  $$30,000 \times (1 - 0.05) = 28,500$$

**For brPORRIDGE (smaller pool with fee):**

* **$20,000** with **5% slippage**: $19,000 worth of `brPORRIDGE`.

  $$20,000 \times (1 - 0.05) = 19,000$$
* After applying the **1% Den fee**:\
  $$19,000 \times (1 - 0.01) = 18,810$$

#### Total Outcome  :

* **$28,500** `PORRIDGE` + **$18,810** `brPORRIDGE` = **$47,310 worth of** `PORRIDGE`


---

# 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.arbera.io/dens/optimizing-trading-with-brtokens.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.
