> For the complete documentation index, see [llms.txt](https://docs.mimicry.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mimicry.org/for-devs/contracts-and-wallets/wallets-reference.md).

# Wallets Reference

### Foundation Treasury

* Historic Treasury: [mimicry.eth](https://app.safe.global/home?safe=eth:0x7fC31aD2662b7A62004d8029956aC6d56D71858a)
* Reserved for Future Use: treasury.mimicry.eth

### Token Vesting Escrow Accounts

All vested tokens will be streamed from these wallets.

* Reserved for Future Airdrop: airdrop.tokenvesting.mimicry.eth
* Escrow for Investors: investors.tokenvesting.mimicry.eth
* Escrow for DAO: dao.tokenvesting.mimicry.eth
* Escrow for Community Rewards: community.tokenvesting.mimicry.eth
* Escrow for Team: crew\.tokenvesting.mimicry.eth

### Contract Manager

Smart contracts will be owned by the following account until we close our public beta and remove contract upgradability.&#x20;

* contractmanager.mimicry.eth

### Insurance

We may opt to capture a portion of revenue into an insurance fund to further protect the protocol. All insurance-related expenses and claims will be paid from this account.

* contractmanager.mimicry.eth

### Gas Tank

We will persistently fund a gas tank to support gasless transactions.

* gastank.mimicry.eth

### Revenue

Various revenue streams will be separated to help ensure the most transparent bookkeeping possible.

* Reserved for revenue from trading fees: tradingfees.revenue.mimicry.eth
* Reserved for revenue from yield farming: farming.revenue.mimicry.eth
* Reserved for revenue from promoted markets: ads.revenue.mimicry.eth


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mimicry.org/for-devs/contracts-and-wallets/wallets-reference.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
