# Revenue / Cost

Lista DAO’s primary revenue includes (but not limited to) the following:

1. lisUSD borrowing fees
2. ETH withdrawal fees
3. LST rewards and operation Commission fees

<table data-header-hidden><thead><tr><th width="113"></th><th width="144"></th><th width="252"></th><th></th></tr></thead><tbody><tr><td>Asset</td><td>Item</td><td>Description</td><td>Status</td></tr><tr><td>LISTA</td><td>Early Unlock Fee</td><td>Users pay a premium in order to claim their locked LISTA before the locking period ends.</td><td>Live</td></tr><tr><td>lisUSD</td><td>Liquidation Fee</td><td>During liquidation, the collateral is sold off to repay the debt, and a liquidation fee is charged. you can refer to the loan liquidation process <a href="https://docs.bsc.lista.org/v/eglish-new/introduction/collateral-debt-position/collateral/loan-liquidation">here</a>.</td><td>Live</td></tr><tr><td>lisUSD</td><td>Minting Fee</td><td><p>When users borrow lisUSD, a one-time borrow fee will be charged.</p><p><br></p><p>Example:<br>If users borrow 101 lisUSD, users will receive 100lisUSD, the borrowing fee is calculated based on 101 lisUSD</p></td><td>Coming soon</td></tr><tr><td>lisUSD</td><td>Borrowing Fee</td><td>When users borrow lisUSD, they incur borrowing fees in the form of interest rates. The longer they hold the borrowed amount, the more interest they accumulate over time.</td><td>Live</td></tr><tr><td>ETH</td><td>Withdrawal Fees</td><td>If users wish to withdraw ETH immediately without waiting 7-8 days, they must pay a withdrawal fee.</td><td>ETH: Live</td></tr><tr><td>slisBNB</td><td>Liquid staking rewards and operation Commission fees</td><td>Lista DAO earns a share of liquid staking rewards that comes from slisBNB. Lista DAO also charges a small operation commission fee when slisBNB is minted</td><td>Live</td></tr></tbody></table>

### Lista DAO’s General Operational Cost

Lista DAO’s operational costs includes (but may not be limited) to the following:

1. lisUSD single staking pool
2. Risk buffer fund
3. Operational cost

<table data-header-hidden><thead><tr><th width="126"></th><th width="149"></th><th width="402"></th><th></th></tr></thead><tbody><tr><td>Asset</td><td>Item</td><td>Description</td><td>Status</td></tr><tr><td>lisUSD</td><td>lisUSD Single staking pool</td><td><p>Users who stake lisUSD in this pool will earn lisUSD rewards.</p><p><br></p><p>By the end of August 2024, LISTA token emissions will be used instead of lisUSD to incentivize this pool instead.</p><p><br></p></td><td>Live</td></tr><tr><td>lisUSD</td><td>Risk Buffer Fund</td><td><p>A risk buffer for lisUSD is set aside, which serves to cover any potential shortfalls that may happen during black swan events.</p><p><br></p></td><td>Live</td></tr><tr><td>Lista DAO</td><td>Operational cost</td><td>A portion of Lista DAO’s revenue will be set aside for operational costs, which will be calculated manually.</td><td>Live</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.bsc.lista.org/governance/lista/revenue-cost.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.
