> 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/welcome.md).

# Welcome

## Zardoz Documentation

![](https://gateway.pinata.cloud/ipfs/Qmdz2Dr6SWdJXbMHUrdRQJ5bv3rDb1dvPuyBmuJ4arxRpb)

**Zardoz** is a launchpad and trading terminal for [Robinhood Chain](https://robinhoodchain.blockscout.com) (chain id **4663**). Find new tokens, buy and sell, run multi-wallet bundles, launch Instant tokens or passthrough external pads, farm Uniswap V3 liquidity, claim creator fees, and index launches — all from [zardoz.fun](https://zardoz.fun).

| Link             | URL                                            |
| ---------------- | ---------------------------------------------- |
| App              | <https://zardoz.fun>                           |
| Docs (this site) | <https://zardoz.gitbook.io/zardoz-docs-1/>     |
| X                | [@ZardozPad](https://x.com/ZardozPad)          |
| Telegram         | [t.me/alphatracker](https://t.me/alphatracker) |
| Support email    | <charlesohana69co@gmail.com>                   |

***

### What you can do on Zardoz

| Area                | Summary                                                                                                                                            |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Discover**        | Live board of Robinhood Chain tokens — filters by pad, mcap, age, heat                                                                             |
| **Trade**           | Single-wallet buys/sells with Pro (GeckoTerminal) or Lite charts                                                                                   |
| **Bundle**          | Fire coordinated buys/sells across vault wallets on one token                                                                                      |
| **Launch**          | **Instant** (V3 factory), **Curve** (1–20% trade fee), **Direct LP** (V2 seed), or passthrough **NOXA, Flap, Bankr, trench, Bags, Klik**, and more |
| **Farm**            | Concentrated Uniswap V3 LP — deposit, claim, compound, rebalance, close                                                                            |
| **Signals & Watch** | Cluster buys, heat spikes, KOL / smart-wallet directory                                                                                            |
| **Portfolio**       | Holdings, PnL, vault wallets, creator fee claims                                                                                                   |
| **APIs**            | Public JSON feeds for tokens, launches, candles, trades, signals — no auth for read routes                                                         |

***

### Platform fee (all launchpads)

Every launch through Zardoz — **Instant, Curve, Direct LP, and external pads** — routes a **0.002 ETH** platform fee through the on-chain **LaunchFeeRouter** (`0xB36Bd2A864cB5AD202c2b66Ba20C4e2da9484151`). The fee is only kept if the wrapped launch succeeds. Referrers earn **50%** (0.001 ETH) when a valid ref address is attached.

See Platform fees & referrals for router ABI, claim flow, and ref links.

***

### Canonical Instant factory (indexers)

| Role              | Mainnet address                                                                                                                          |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| Instant factory   | [`0xDabBB88c68bb44512b917d3AD3298669330954BD`](https://robinhoodchain.blockscout.com/address/0xDabBB88c68bb44512b917d3AD3298669330954BD) |
| Launch fee router | [`0xB36Bd2A864cB5AD202c2b66Ba20C4e2da9484151`](https://robinhoodchain.blockscout.com/address/0xB36Bd2A864cB5AD202c2b66Ba20C4e2da9484151) |
| Fee vault         | [`0xd390f16A02133928bF6943eF3637e65cF78EE988`](https://robinhoodchain.blockscout.com/address/0xd390f16A02133928bF6943eF3637e65cF78EE988) |
| LP locker         | [`0xd10bac75248cC975Edc5770a71144a7549594b4e`](https://robinhoodchain.blockscout.com/address/0xd10bac75248cC975Edc5770a71144a7549594b4e) |

Public launch feed: `GET https://zardoz.fun/api/launches?network=mainnet&limit=80`

Platform id for Trenches / terminals: **`zardoz`**

***

### Table of contents

Everything lives in one doc tree — no separate “trader vs developer” sections.

1. Getting started
2. How Zardoz works
3. Page map & app routes
4. Wallets
5. Discover & signals
6. Trading a token
7. Bundle trading
8. Launching tokens
9. Claiming fees
10. Farm (Uniswap V3)
11. Zardoz Instant contracts
12. External launchpads
13. Platform fees & referrals
14. HTTP APIs (full reference)
15. Indexer integration
16. Pin API & metadata
17. Chain, RPC & explorers
18. Support

**OpenAPI:** interactive reference for `zardoz-api` is attached to this GitBook org (spec in repo: `docs/openapi/zardoz-api.yaml`).

***

*Last updated July 2026. On-chain addresses are public configuration; this document contains no private keys or server secrets.*


---

# 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/welcome.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.
