# Fees

## Operator handling fees

* Every redemption will incur a 10bps fee.
* Every remint will incur a 3bps fee to the Reminter. No fees are charged to the previous Verified Minter.

Remint fees are reviewed periodically and may be adjusted at the Operator's discretion.

## Underlying Asset - Mint/Redeem Rate Limit

<table><thead><tr><th width="117">Asset</th><th width="130">Limiter</th><th width="190">Capacity (USDV)</th><th>Refill Rate (USDV/Second)</th></tr></thead><tbody><tr><td>STBT</td><td>Minting</td><td>100,000,000</td><td>1157</td></tr><tr><td>STBT</td><td>Redemption</td><td>50,000,000</td><td>578</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://docs.usdv.money/docs/concepts/parameters.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.
