# Smart Contracts

All of WaxFusion's smart contracts are fully open source and available for viewing on Github. In this section you will find a list of our contracts, descriptions of what they do, and links to their Github repositories.

Furthermore, our contracts are audited by the WAX team, and under a 4 of 6 multisig permission structure - which means that we can not make any changes to them without 3 other signatures.

The permissions for each contract can be found at the following URLs.

| Contract     | Link                                            |
| ------------ | ----------------------------------------------- |
| dapp.fusion  | <https://waxblock.io/account/dapp.fusion#keys>  |
| token.fusion | <https://waxblock.io/account/token.fusion#keys> |
| pol.fusion   | <https://waxblock.io/account/pol.fusion#keys>   |
| cpu1.fusion  | <https://waxblock.io/account/cpu1.fusion#keys>  |
| cpu2.fusion  | <https://waxblock.io/account/cpu2.fusion#keys>  |
| cpu3.fusion  | <https://waxblock.io/account/cpu3.fusion#keys>  |


---

# 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.waxfusion.io/smart-contracts.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.
