# Wise Team Reimbursement

Prior to deploying the WISE contract, the Wise team will determine its total expenses incurred in developing and launching WISE.  These will include wages paid to developers, fees paid to lawyers, marketing spend, and the cost of the audit.

This expense total is represented in the contract source code as a hardcoded amount of 2,000 ETH.

When the LT Epoch closes and the Circulation Epoch begins, the total ETH sent into the LT gets divided into two buckets:

* 10% of the LT ETH (not to exceed 2,000 ETH)
* All remaining LT ETH

The 10% (or less) bucket of ETH is then transferred to an ethereum address owned by the Wise team.  The other bucket (90%+) is sent to Uniswap to create the first liquidity pool for WISE.


---

# 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.wisetoken.net/wise-token/wise-ethereum/wise-contract-functionality/circulation-epoch/wise-team-reimbursement.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.
