> For the complete documentation index, see [llms.txt](https://docs.fraktal.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fraktal.io/developers/contracts.md).

# Contracts

Documentation is a work-in-progress. If you would like to contribute to it, please reach out on the [Fraktal discord](https://discord.com/invite/P6fCPvtZtq).

Contracts Repo can be found [here](https://github.com/FraktalNFT/contracts)

Audits can be found [here](https://github.com/FraktalNFT/audits)

### Contract Addresses

**FraktalNFT** 0x8F3D19eFE7c9e7411EC8B14e02c2699b5F669628&#x20;

**PaymentSplitterUpgradeable** 0x65fD1b44f13222E6e3e5c722e104cb22AB24B4D8&#x20;

**PaymentSplitterUpgradeable Proxy** 0x424B9C55Af06701b10be750A37419a83Fcf4399A&#x20;

**FraktalFactory** 0x9e7F9d3638Fe2EFda02672B22F3c09238fFa63Ca&#x20;

**FraktalFactory TransparentUpgradeableProxy** 0x5DF977d385254D9a66ab8cD35e87E1E0c419b135

**FraktalMarket** 0x583414B844Ecc120E4AcaBC952aD73E8FB331F5c&#x20;

**Fraktal Market TransparentUpgradeableProxy** 0x244763Ea2039D880B62D2BA427d8919Eba6ee50B&#x20;

**FraktalAirdrop** 0x3CAf9755CE1b3db4eCF6498058E4cC5AD98446E9&#x20;

**StakingPoolForUniswapV2Tokens** 0x9286Ea5E9b22262D4C1f142F1DD35Ffb1EaacD03&#x20;

**TradingRewardsDistributor** 0x2BA1B4cE0dedc2eE0dA59EEf31a25de42AdBe0C5&#x20;

**FeeSharingSystem** 0x1Cc3830FAA8fCa86D7Bd20E3d1E8C5FDf2a9D0F4&#x20;

**FeeSharingSystem TransparentUpgradeableProxy** 0xa74a87Da1E4c6f3a742D3e4DDe6750a957Ca3aC3

**FeeSharingSetter** 0x6E541a513BD6dDD9b0BFD3103ee88E2bf501E3fE

**ProxyAdmin** 0xfA4b3c3A375ED28E830c7309b9B7d3057373cb32&#x20;

### Contract Admins

**Fraktal DAO Gnosis Safe** 0xfe94655fe300C4961b05985FDE83c02672D3A8f1

**Fraktal Dev Gnosis Safe** 0x00458F2B92d1722d0D44bbFfA961A73E5107475d

\*Fraktal DAO Gnosis Safe owns all contracts except **TradingRewardsDistributor** which is owned by a Fraktal Dev Multisig because it is required to have merkle roots updated daily to distribute trading reward allocations, **FraktalMarket** to withdraw accrued ETH fees, and **FeeSharingSystem** which must be called every 6500 blocks to distribute ETH rewards. We are working to automate these processes to enable ownership to transfer over the the Fraktal DAO gnosis safe.


---

# 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://docs.fraktal.io/developers/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.
