> For the complete documentation index, see [llms.txt](https://wasabix-finance.gitbook.io/wasabix_finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wasabix-finance.gitbook.io/wasabix_finance/code/codebase-overview.md).

# Codebase overview

### Introduction

All our repositories are stored on Github. Most of them are public, and you can freely submit an issue or a pull request. Make sure you read this whole guide, and the guidelines specific to each repository before.

### Contracts

WASABI : [0x896e145568624a498c5a909187363AE947631503](https://etherscan.io/token/0x896e145568624a498c5a909187363AE947631503)\
waUSD : [0xc2db4c131adaf01c15a1db654c040c8578929d55](https://etherscan.io/address/0xc2db4c131adaf01c15a1db654c040c8578929d55)\
waBTC: [0xfd8e70e83e399307db3978d3f34b060a06792c36](https://etherscan.io/token/0xfd8e70e83e399307db3978d3f34b060a06792c36)\
waETH: \
Y.U.M. : [0x5cefb9f7c53a1b0c78e239b2445ddd2d362b7076](https://etherscan.io/address/0x5cefb9f7c53a1b0c78e239b2445ddd2d362b7076#code)

### Multisig wallet and signers

Multisig wallet1:\
[0xAE12469bf1ddB16082C010DFaBD293010bB8D5f5](https://etherscan.io/address/0xAE12469bf1ddB16082C010DFaBD293010bB8D5f5#code)\
Signers: \
0x1CA1d9b9F7F0B35F8B4355aC26c1CE61a16aab27\
0xCfB6789E27577cB07dFc7e51907Ce8bD16923BB7 0xEfB586dc3843DE400daa6ADe290F93d4B07eC57a 0x462b5D15190678b9AF21e92316e683C368aa3ecF 0xD58db499769676Be8200DCbC6c22e0a6Dd7Da68b

Multisig wallet2 with 2 hrs timelock(for updating all parameters): \
[0x503a241DA85f5005513f588e66b3332E952b47dA](https://etherscan.io/address/0x503a241da85f5005513f588e66b3332e952b47da#code)\
Signers: \
[0xb5dcdd7bdcc83f258cbf895ee45b2130578619b7](https://etherscan.io/address/0xb5dcdd7bdcc83f258cbf895ee45b2130578619b7), [0x4e665c92cbd0116fcc906514c46407a3f642ca70](https://etherscan.io/address/0x4e665c92cbd0116fcc906514c46407a3f642ca70), [0x0fab7db1a774f062607cc001168b5904393b3470](https://etherscan.io/address/0x0fab7db1a774f062607cc001168b5904393b3470), [0xddd759b76eb61972289e6a95f4e3bf06f2398b3a](https://etherscan.io/address/0xddd759b76eb61972289e6a95f4e3bf06f2398b3a), [0xac70ecd8a13a0812ee3768df7fef2f5df9637f40](https://etherscan.io/address/0xac70ecd8a13a0812ee3768df7fef2f5df9637f40)&#x20;

Multisig wallet3(for emergency only): \
0xE64Ae4420d4824c3FFc55296178e30481CC95c25\
Signers: \
0x0faB7Db1A774f062607Cc001168B5904393B3470\
0x4E665c92CBd0116fcc906514C46407a3F642ca70\
0xAC70eCd8A13a0812Ee3768Df7fef2f5dF9637f40\
0xB5dcdD7bDCC83f258cBF895Ee45b2130578619B7\
0xdDd759b76Eb61972289e6a95f4E3BF06F2398B3A<br>

\
\
\ <br>


---

# 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:

```
GET https://wasabix-finance.gitbook.io/wasabix_finance/code/codebase-overview.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.
