> For the complete documentation index, see [llms.txt](https://cooking-city-launchpad.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cooking-city-launchpad.gitbook.io/docs/cooking-points/claim-your-points/exporting-my-wallets.md).

# Exporting my wallets

Suppose you’ve traded contract addresses (CAs) ending with **“cook”** using custodial wallets on trading platforms like Axiom, GMGN, BullX, etc.. In that case, you’ll need to **move your custodial wallet to a decentralized wallet** (like Phantom) to claim your points.

#### **Here’s the why:**

Cooking City’s point system is tied to your wallet address. It tracks your trading activity based on the specific wallet that executed the trades for “Cook” coins.

If you traded “Cook” coins on custodial trading platforms like Axiom, GMGN, BullX, the platform generated a custodial wallet for you in the background, which means the wallet address that executed your trades isn’t directly accessible unless you export it.

#### **“Chef, Can I Skip This Part?”**

Yes, if:

1. You already have your private key or key phrases written down somewhere safe.
2. You traded Cook coins directly using a decentralized wallet. In that case, just connect your wallet to Cooking City and claim your points.

### Guide for each platform:

* [Axiom](https://cooking-city-launchpad.gitbook.io/docs/cooking-points/claim-your-points/exporting-my-wallets/axiom)
* [Photon](https://cooking-city-launchpad.gitbook.io/docs/cooking-points/claim-your-points/exporting-my-wallets/photon)
* [GMGN](https://cooking-city-launchpad.gitbook.io/docs/cooking-points/claim-your-points/exporting-my-wallets/gmgn)
* [Bloom](https://cooking-city-launchpad.gitbook.io/docs/cooking-points/claim-your-points/exporting-my-wallets/bloom)
* [Pepeboost](https://cooking-city-launchpad.gitbook.io/docs/cooking-points/claim-your-points/exporting-my-wallets/pepeboost)
* [BullX](https://cooking-city-launchpad.gitbook.io/docs/cooking-points/claim-your-points/exporting-my-wallets/bullx)
* [Trojan](https://cooking-city-launchpad.gitbook.io/docs/cooking-points/claim-your-points/exporting-my-wallets/trojan)
* [Maestro](https://cooking-city-launchpad.gitbook.io/docs/cooking-points/claim-your-points/exporting-my-wallets/maestro)
* [AVE.AI](https://cooking-city-launchpad.gitbook.io/docs/cooking-points/claim-your-points/exporting-my-wallets/ave.ai)
* [MEVX](https://cooking-city-launchpad.gitbook.io/docs/cooking-points/claim-your-points/exporting-my-wallets/mevx)
* [BananaGun](https://cooking-city-launchpad.gitbook.io/docs/cooking-points/claim-your-points/exporting-my-wallets/bananagun)
* [UniversalX](https://cooking-city-launchpad.gitbook.io/docs/cooking-points/claim-your-points/exporting-my-wallets/universalx)
* [BonkBot](https://cooking-city-launchpad.gitbook.io/docs/cooking-points/claim-your-points/exporting-my-wallets/bonkbot)


---

# 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://cooking-city-launchpad.gitbook.io/docs/cooking-points/claim-your-points/exporting-my-wallets.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.
