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

# Support

## Support

Stuck on a trade, launch, or fee claim? Reach out — never share seed phrases or private keys.

***

### Contact

| Channel  | Link                                           |
| -------- | ---------------------------------------------- |
| Email    | <charlesohana69co@gmail.com>                   |
| X        | [@ZardozPad](https://x.com/ZardozPad)          |
| Telegram | [t.me/alphatracker](https://t.me/alphatracker) |
| App      | [zardoz.fun](https://zardoz.fun)               |

***

### Common issues

| Problem                   | What to try                                              |
| ------------------------- | -------------------------------------------------------- |
| Trade reverts             | Increase slippage; confirm RH ETH for gas                |
| Wallet not connecting     | Switch network to Robinhood Chain (4663)                 |
| Token missing on Discover | Indexer lag — wait 1–2 min or open `/token/0x…` directly |
| Bundle row fails          | Fund that vault wallet individually                      |
| Launch reverts            | Check `launchValue + 0.002 ETH fee + gas`                |
| Can't claim fees          | Connect wallet that owns on-chain fee rights             |
| Google wallet locked      | Unlock from account menu                                 |

***

### Security

{% hint style="danger" %}
Zardoz support will **never** ask for your seed phrase, private key, or password.
{% endhint %}

* Vault trading wallet keys stay in your browser — back them up when generated
* Verify contract addresses on [Blockscout](https://robinhoodchain.blockscout.com) before large trades
* Use official URLs only: `zardoz.fun`, `zardoz.gitbook.io/zardoz-docs-1`

***

### Legal

| Document        | URL                                              |
| --------------- | ------------------------------------------------ |
| Privacy         | [zardoz.fun/privacy](https://zardoz.fun/privacy) |
| Terms           | [zardoz.fun/terms](https://zardoz.fun/terms)     |
| Origin / naming | [zardoz.fun/origin](https://zardoz.fun/origin)   |

***

### For partners & indexers

Technical integration: Indexer integration · HTTP APIs

Back to Welcome


---

# 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://zardoz.gitbook.io/zardoz-docs-1/support.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.
