# Bluespade fees

1. **Staking and revenue share**

<table><thead><tr><th width="237">Staking</th><th>Details</th></tr></thead><tbody><tr><td><strong>Revenue Share</strong></td><td><p>30<strong>%</strong> to $BLU stakers </p><p>50<strong>%</strong> of fees directed to $BLP holders </p><p>20% to team and operations wallet</p></td></tr></tbody></table>

2. **Bluespade fees**

<table><thead><tr><th width="244">Pricing</th><th>Details</th></tr></thead><tbody><tr><td><strong>Trading Fees</strong></td><td><strong>0.1%</strong> of position size.</td></tr><tr><td><strong>Borrow Fees</strong></td><td>(assets borrowed) / (total assets in pool) * <strong>0.01%</strong> per hour.</td></tr></tbody></table>

3. **Liquidation fees**

<table><thead><tr><th width="239">Liquidation</th><th>Details</th></tr></thead><tbody><tr><td><strong>Minimum Margin Ratio</strong></td><td>1%</td></tr><tr><td><strong>Liquidation Fee</strong></td><td>$5 USD</td></tr><tr><td><strong>Liquidation Scenario</strong></td><td><p></p><p><strong>Full liquidation (no user collateral remaining)</strong></p><ul><li><mark style="color:orange;">original collateral &#x3C; loss</mark></li><li><mark style="color:orange;">(original collateral - loss) &#x3C; (borrow fee + margin fee)</mark></li><li><mark style="color:orange;">(original collateral - loss) &#x3C; (borrow fee + margin fee + Fixed Liquidation Fee (5USD))</mark></li></ul><p><strong>Partial liquidation (user collateral remaining)</strong></p><ul><li>(<mark style="color:orange;">original collateral - loss) * 100 &#x3C; position size</mark></li></ul></td></tr></tbody></table>


---

# 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://bluespadecrosschain.gitbook.io/bluespade-docs/ecosystem/interactive-blocks.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.
