# Deposit & withdraw

Deposits and withdrawals of BMT are managed through the same section of the Intel Desk, called “Your BMT.” You need to deposit tokens in your voting pool to participate in this community-driven investigation platform, allowing you to submit cases and vote. Both deposits and withdrawals can be made at any time. More details are provided below

<figure><img src="/files/0F1eJAPdXILjYobW7MBx" alt=""><figcaption><p>Your BMT Section</p></figcaption></figure>

## Deposit $BMT

Depositing BMT in your voting pool is straightforward. Go to the section “Your BMT” on the Intel Desk. Ensure your wallet is connected, and we’ll automatically detect your BMT balance. You can manually input an amount or use the percentage bar to select a portion of your total holdings

Approve the messages from your Solana wallet, and your BMT will be successfully deposited on the Intel Desk.

## Withdraw $BMT

BMT can be withdrawn at any time after being deposited. However, we’ve introduced a fee for users who withdraw too quickly. This discourages behaviours like depositing BMT, voting on one case, and immediately withdrawing all tokens, as well as preventing spammers and system gaming

The withdrawal fee starts high at 20% on the first day to deter such activities but decreases rapidly over time. It is halved after 48 hours (τ) and drops to less than 1% after 10 days. This structure ensures fair use while still providing flexibility for users.

Here’s the exact fee formula:

$$
\text{fee}(t) = \frac{\text{fee}\_{\text{0}}}{1 + \left(\frac{t}{\tau}\right)^2}
$$

Where:

* fee\_0= 20%
* τ = 48 hours

<figure><img src="/files/8uyU6TxOZdUzskYLuXah" alt=""><figcaption></figcaption></figure>

Here’s an approximate breakdown of the fee structure:

| Time After Deposit | Approximate Fee (%) |
| ------------------ | ------------------- |
| Day 0              | 20%                 |
| Day 2 (48 hours)   | 10%                 |
| Day 14             | 0.4%                |
| Day 30             | <0.1%               |


---

# 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://wiki.bubblemaps.io/intel-desk/deposit-and-withdraw.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.
