# Links and contracts

bookmark this page. anything not on it isn't us.

## the site

* **home**: <https://baseicbrawlers.com>
* **handbook** (you're reading it): <https://docs.baseicbrawlers.com>
* **mint**: <https://baseicbrawlers.com/mint>
* **duel**: <https://baseicbrawlers.com/duel>
* **leaderboard**: <https://baseicbrawlers.com/leaderboard>
* **graveyard**: <https://baseicbrawlers.com/graveyard>
* **marketplace**: <https://baseicbrawlers.com/market>
* **history (full duel log)**: <https://baseicbrawlers.com/history>
* **your roster**: <https://baseicbrawlers.com/me>

## socials

* **discord**: <https://discord.gg/RjvBEA5CVd>
* **x / twitter**: <https://x.com/BASEicBrawlers>
* **telegram**: <https://t.me/baseicbrawlers>
* **github**: <https://github.com/baseicbrawlers/baseic-brawlers>

## get eth on base

* **base bridge**: <https://bridge.base.org> (eth from ethereum mainnet to base)
* **coinbase exchange withdraw**: straight to your base address from the coinbase app, free.

## contract addresses

**base mainnet (chain 8453)**: pinned in **#links** on the discord, and visible on basescan via the deploy events. don't trust an address that isn't on this gitbook page or in #links.

## things we never do

* we never DM you first.
* we never ask for your seed phrase or private key.
* we never run "surprise airdrops" you have to claim by signing a transaction.
* we never partner with a project you've never heard of and ask you to mint there.
* we never have a "support agent" who's not a labelled mod in the discord.

anyone doing any of those things is a scammer. block, report, post in #help so we can ban them.

## acknowledgements

* **base** for the chain.
* **chainlink VRF** for the rarity shuffle.
* **unicrypt** for the LP lock contract.
* **aerodrome** for the launch DEX.
* **opensea-compatible metadata** for off-site discoverability.
* **coinbase wallet sdk** for smart wallet integration.
* **walletconnect** for mobile wallet connectivity.

most of all: every player who's bought a brawler. the project doesn't exist without you.

GM, brawlers.


---

# 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.baseicbrawlers.com/docs/gitbook/links.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.
