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

# Gooeys Contracts

Please ensure that ANY Gooeys contracts you interact with are listed below.

### Gooeys Core / Player NFTs

`0x3154D38F35febE08FD0afdc6c3A1B833a49F69de`\
<https://polygonscan.com/address/0x3154D38F35febE08FD0afdc6c3A1B833a49F69de><br>

### Gooey Fruit

`0x62BCB6dfeB6C7b2E6686e5E6ace7f65281DE5653`\
<https://polygonscan.com/address/0x62BCB6dfeB6C7b2E6686e5E6ace7f65281DE5653><br>

### $GOO Token

`0x6F3Cc27E17a0f2e52D8e7693FF0d892Cea1854bF`\
<https://polygonscan.com/address/0x6F3Cc27E17a0f2e52D8e7693FF0d892Cea1854bF><br>

### $GOO Token Quickswap Pair

`USDC Pair: 0x398cf9d85c8ddf0ab536f3e2c7d7f1e1236fb93d`\
`MATIC Pair: 0x11e8ce3ec0ee6aab254b00d95c1e3f5a59c10c4c`[<br>](https://quickswap.exchange/#/swap?currency0=0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270\&currency1=0x6F3Cc27E17a0f2e52D8e7693FF0d892Cea1854bF)Direct Link to QuickSwap Pair: <https://quickswap.exchange/#/swap?currency0=0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270&currency1=0x6F3Cc27E17a0f2e52D8e7693FF0d892Cea1854bF>

{% hint style="danger" %}
If you are being asked to interact with any Gooeys Contracts and cannot find them in the list above, they are not operated by Dogira Studios, or the Gooeys Team - and are likely a scam!
{% endhint %}


---

# 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://novadao.gitbook.io/goobook/gooeys-contracts.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.
