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

# Guides

- [How do I get a Pepemon?](https://docs.pepemon.world/guides/a-guide-for-crypto-newbies.md): If you haven't deal with cryptocurrencies and Ethereum before this is a complete guide on how to purchase your first Ether and then convert that into PPBLZ/PPDEX and start claiming your fav Pepemons.
- [Pepechain](https://docs.pepemon.world/guides/pepechain.md): This guide is intended for users who are new to the Pepemon's Pepechain rollup and would like to understand its fundamentals. We will provide you with an easy-to-understand overview of the Pepechain
- [Add Pepechain L2 Testnet to your wallet](https://docs.pepemon.world/guides/pepechain/add-pepechain-l2-testnet-to-your-wallet.md): Pepechain L2 Testnet networkd details and how-to add your wallet and start using the Testnet today.
- [Setup your wallet for Polygon (Matic Chain) and Testnet](https://docs.pepemon.world/guides/setup-your-wallet-for-polygon-matic.md): How to setup your wallet to interact with Pepemon contracts on Matic.
- [Setup your wallet for BSC/BNB (Binance Smart Chain) and Testnet](https://docs.pepemon.world/guides/setup-your-wallet-for-bsc-binance-smart-chain.md): How to setup your wallet to trade Pepemon on BSC/BNB chain and BSC Testnet.
- [How to setup your wallet for Fantom (Opera Chain)](https://docs.pepemon.world/guides/how-to-setup-your-wallet-for-fantom-opera-chain.md): Setting up MetaMask for Fantom mainnet (custom RPC/Mapping mainnet)
- [Discontinued Chains and Bridges](https://docs.pepemon.world/guides/discontinued-chains-and-bridges.md): If you ever held Pepemon since 2020 on another chain than ETH you can use these details to bridge back to Ethereum.


---

# 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://docs.pepemon.world/guides.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.
