# Contract Addresses

## Flowty Contracts

{% hint style="info" %}
All contracts in this list were developed by Flowty. Some, including all Utils contracts, were created collaboratively with other members of the community.
{% endhint %}

|                 |                                                            |                                                            |
| --------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
| Name            | Testnet                                                    | Mainnet                                                    |
| HybridCustody   | [0x294e44e1ec6993c6](https://f.dnz.dev/0x294e44e1ec6993c6) | [0xd8a7e05a7ac670c0](https://f.dnz.dev/0xd8a7e05a7ac670c0) |
| Flowty (Loans)  | [0xe1d43e0cfc237807](https://f.dnz.dev/0xe1d43e0cfc237807) | [0x5c57f79c6694797f](https://f.dnz.dev/0x5c57f79c6694797f) |
| FlowtyRentals   | [0xe1d43e0cfc237807](https://f.dnz.dev/0xe1d43e0cfc237807) | [0x5c57f79c6694797f](https://f.dnz.dev/0x5c57f79c6694797f) |
| NFTStorefrontV2 | [0xb051bdaddb672a33](https://f.dnz.dev/0xb051bdaddb672a33) | [0x3cdbb3d569211ff3](https://f.dnz.dev/0x3cdbb3d569211ff3) |
| Offers          | [0x0d3dc5ad70be03d1](https://f.dnz.dev/0x0d3dc5ad70be03d1) | [0x3c1c4b041ad18279](https://f.dnz.dev/0x3c1c4b041ad18279) |
| LostAndFound    | [0xbe4635353f55bbd4](https://f.dnz.dev/0xbe4635353f55bbd4) | [0x473d6a2c37eab5be](https://f.dnz.dev/0x473d6a2c37eab5be) |
| StringUtils     | [0x31ad40c07a2a9788](https://f.dnz.dev/0x31ad40c07a2a9788) | [0xa340dc0a4ec828ab](https://f.dnz.dev/0xa340dc0a4ec828ab) |
| ArrayUtils      | [0x31ad40c07a2a9788](https://f.dnz.dev/0x31ad40c07a2a9788) | [0xa340dc0a4ec828ab](https://f.dnz.dev/0xa340dc0a4ec828ab) |
| AddressUtils    | [0x31ad40c07a2a9788](https://f.dnz.dev/0x31ad40c07a2a9788) | [0xa340dc0a4ec828ab](https://f.dnz.dev/0xa340dc0a4ec828ab) |

## Core Contracts

{% hint style="info" %}
All contracts in this list are common dependencies to Flowty and many other platforms on Flow
{% endhint %}

|                  |                                                            |                                                            |
| ---------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
| Name             | Testnet                                                    | Mainnet                                                    |
| NonFungibleToken | [0x631e88ae7f1d7c20](https://f.dnz.dev/0x631e88ae7f1d7c20) | [0x1d7e57aa55817448](https://f.dnz.dev/0x1d7e57aa55817448) |
| MetadataViews    | [0x631e88ae7f1d7c20](https://f.dnz.dev/0x631e88ae7f1d7c20) | [0x1d7e57aa55817448](https://f.dnz.dev/0x1d7e57aa55817448) |
| ViewResolver     | [0x631e88ae7f1d7c20](https://f.dnz.dev/0x631e88ae7f1d7c20) | [0x1d7e57aa55817448](https://f.dnz.dev/0x1d7e57aa55817448) |
| FungibleToken    | [0x9a0766d93b6608b7](https://f.dnz.dev/0x9a0766d93b6608b7) | [0xf233dcee88fe0abe](https://f.dnz.dev/0xf233dcee88fe0abe) |
| FlowToken        | [0x7e60df042a9c0868](https://f.dnz.dev/0x7e60df042a9c0868) | [0x1654653399040a61](https://f.dnz.dev/0x1654653399040a61) |


---

# 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.flowty.io/developer-docs/contract-addresses.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.
