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

# Links

<table><thead><tr><th width="217.98451943875904" align="center">Website</th><th width="224">Objectives</th><th>Link</th></tr></thead><tbody><tr><td align="center">Website</td><td>Learn about Neko</td><td><a href="https://www.nekotoken.xyz/">https://www.nekotoken.xyz/</a></td></tr><tr><td align="center">NEKO Contract</td><td>NEKO token contract</td><td><a href="https://nearblocks.io/token/ftv2.nekotoken.near">https://nearblocks.io/token/ftv2.nekotoken.near</a></td></tr><tr><td align="center">Ref Finance</td><td>Buy NEKO on Ref Finance</td><td><a href="https://app.ref.finance/#ftv2.nekotoken.near">https://app.ref.finance/#ftv2.nekotoken.near</a></td></tr><tr><td align="center">Fortune Pool NFT Staking</td><td>Stake Good Fortune Feline NFTs </td><td><a href="https://stakev2.nekotoken.xyz/ ">https://stakev2.nekotoken.xyz/ </a></td></tr><tr><td align="center">Fortune Factory</td><td>Bake NEKO into COOKIE to earn protocol fees and participate in the IFO</td><td><a href="https://factory.nekotoken.xyz/">https://factory.nekotoken.xyz/</a></td></tr><tr><td align="center">CoinMarketCap</td><td>Track NEKO on CMC</td><td><a href="https://coinmarketcap.com/currencies/neko/ ">https://coinmarketcap.com/currencies/neko/ </a></td></tr><tr><td align="center">CoinGecko</td><td>Track NEKO on CG</td><td><a href="https://www.coingecko.com/en/coins/neko ">https://www.coingecko.com/en/coins/neko</a></td></tr><tr><td align="center">DexScreener</td><td>NEKO &#x3C;> USDC chart</td><td><a href="https://dexscreener.com/near/refv1-3804">https://dexscreener.com/near/refv1-3804</a></td></tr><tr><td align="center">Buy Good Fortune Felines</td><td>Trade Good Fortune Feline NFTs on Paras</td><td><a href="https://paras.id/collection/nft.goodfortunefelines.near">https://paras.id/collection/nft.goodfortunefelines.near</a></td></tr><tr><td align="center">Buy Freaky Felines</td><td>Trade Freaky Feline NFTs on Paras</td><td><a href="https://paras.id/collection/ff.nekotoken.near">https://paras.id/collection/ff.nekotoken.near</a></td></tr><tr><td align="center">NEKO v2 Migration</td><td>Migrate to NEKO v2</td><td><a href="https://stake.nekotoken.xyz/">https://stake.nekotoken.xyz/</a></td></tr><tr><td align="center">Discord</td><td>Get to know the community, get involved, ask questions</td><td><a href=" https://discord.gg/Hye7ud9HNF
"> https://discord.gg/Hye7ud9HNF</a></td></tr><tr><td align="center">Twitter</td><td>Stay up to date on latest news, engage, share content</td><td><a href="https://twitter.com/nekotoken_xyz">https://twitter.com/nekotoken_xyz</a></td></tr><tr><td align="center">YouTube</td><td>Watch NEKO YouTube videos</td><td> <a href="https://www.youtube.com/channel/UC5XWJZsHCXRKnsr3dSY9AAw">https://www.youtube.com/channel/UC5XWJZsHCXRKnsr3dSY9AAw</a></td></tr><tr><td align="center">TikTok</td><td>Watch Neko TikToks</td><td><a href=" https://www.tiktok.com/@nekostillisnear"> https://www.tiktok.com/@nekostillisnear</a></td></tr><tr><td align="center">Instagram</td><td>Get to know the community, engage</td><td><a href="https://www.instagram.com/nekoisnear">https://www.instagram.com/nekoisnear</a></td></tr><tr><td align="center">NEAR Social</td><td>Follow Neko on NEAR Social</td><td><a href="https://near.social/mob.near/widget/ProfilePage?accountId=nekosocial.near">https://near.social/mob.near/widget/ProfilePage?accountId=nekosocial.near</a></td></tr><tr><td align="center">Facebook</td><td>Follow Neko on Facebook</td><td><a href="https://www.facebook.com/NEKOisNEAR/">https://www.facebook.com/NEKOisNEAR/</a></td></tr><tr><td align="center">/r/NEKOisNEAR</td><td>Subreddit for all things Neko and NEAR Protocol</td><td><a href="https://www.reddit.com/r/NEKOisNEAR/">https://www.reddit.com/r/NEKOisNEAR/</a></td></tr><tr><td align="center">Spotify</td><td>Listen to the Neko Morning Show on Spotify</td><td><a href="https://open.spotify.com/show/6QUuiXVuAl8eRLwOhoonxn?si=acdeb2d654a748e2">https://open.spotify.com/show/6QUuiXVuAl8eRLwOhoonxn?si=acdeb2d654a748e2</a></td></tr><tr><td align="center">Medium</td><td>Read technical information and important updates</td><td><a href="https://medium.com/@TroveLabs">https://medium.com/@TroveLabs</a></td></tr></tbody></table>


---

# 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://neko-token.gitbook.io/nekopaper/welcome/links.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.
