# 🧾 References, Contracts & Wallets

## 🧾 References, Contracts & Wallets

This page lists key smart contracts, wallet addresses, and trusted external references used across the WTF? ecosystem.

***

### 🛠️ Core Smart Contracts

| Contract                  | Network | Address                                                                                                                                                        |
| ------------------------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| $WTF? Contract Address    | Base    | [`0x9A4D496A08b2df2b1b115d2cDF9c0a5629384b07`](https://basescan.org/token/0x9a4d496a08b2df2b1b115d2cdf9c0a5629384b07)                                          |
| WTF Auction Factory       | Base    | [`https://basescan.org/address/0x57b79847ba773caa585a0993dafaa81a74f5a2bc#code`](https://basescan.org/address/0x57b79847ba773caa585a0993dafaa81a74f5a2bc#code) |
| Pre-Sale Launcher Address | Base    | [`0xf32c518f253375Dff8fd2D40D37450824f48470F`](https://basescan.org/address/0xf32c518f253375dff8fd2d40d37450824f48470f)                                        |
| Token Deployment / DevBuy | Base    | [`0xf32c518f253375Dff8fd2D40D37450824f48470F`](https://basescan.org/address/0xf32c518f253375dff8fd2d40d37450824f48470f)                                        |
| Staking Contract          | Base    | `0x...` tbc                                                                                                                                                    |

> 🔐 All contracts are open-source and verifiable on Basescan.

***

### 🤖 Clanker Integration

WTF? integrates with the **Clanker Protocol** to enable seamless token creation, liquidity routing, and auction-based launches on Base.

Originally built around **Clanker V4**, we’ve temporarily rolled back to **Clanker V3** due to limited ecosystem support for V4 LPs across the Base chain. This ensures broader compatibility with DEX aggregators, charting tools, and DeFi infrastructure.

We’ll continue to monitor support for V4 and migrate back when the ecosystem matures.

* 📚 Clanker Docs: [Clanker GitBook – Core Contracts v4.0.0](https://clanker.gitbook.io/clanker-documentation/core-contracts/v4.0.0)

> 🧠 Clanker enables automated liquidity, fee routing, and trustless token trading - forming the backbone of WTF's technical stack.

***

### 🧾 Official Wallet Addresses

| Purpose              | Address                                                                                                                                                            |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Platform Treasury    | [`0xdFf80DEa17C340aEb19B0B072130a59dcF31788c`](https://basescan.org/address/0xdff80dea17c340aeb19b0b072130a59dcf31788c)                                            |
| Staking Rewards Pool | [`0xdF52a53F3Ae332cDD339F2cb38d4848c96B53402`](https://basescan.org/address/0xdf52a53f3ae332cdd339f2cb38d4848c96b53402)                                            |
| Burn Wallet          | [`0x000000000000000000000000000000000000dEaD`](https://basescan.org/address/0x000000000000000000000000000000000000dead#tokentxns)                                  |
| Vesting Tokens       | [`0x2CDE9919e81b20B4B33DD562a48a84b54C48F00C`](https://basescan.org/token/0x9a4d496a08b2df2b1b115d2cdf9c0a5629384b07?a=0x2cde9919e81b20b4b33dd562a48a84b54c48f00c) |

> ✅ Only interact with addresses listed here or linked from official sources.

***

### 🔗 Additional Resources

* WTF? GitHub
* [WTF? Token on Clanker.world](https://www.clanker.world/clanker/0x9A4D496A08b2df2b1b115d2cDF9c0a5629384b07)
* Dune Dashboard (planned)

***

📌 This page will be continuously updated as new contracts and tools are deployed. Always double-check official announcements and GitBook links before interacting with contracts.


---

# Agent Instructions: 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:

```
GET https://docs.wtfirkin.com/references-contracts-and-wallets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
