> 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/sir-i-am-in-for-the-tech.md).

# Contracts, Analytics, Bridges

Original contracts were deployed by the DAO on ETH network.

Original ENS of the dao has been since the genesis

`pepemonworld.eth`

## :paperclip:Official contracts

PPBLZ [Contract](https://etherscan.io/token/0x4D2eE5DAe46C86DA2FF521F7657dad98834f97b8).&#x20;

PPDEX [Contract](https://etherscan.io/token/0xf1f508c7c9f0d1b15a76fba564eef2d956220cf7).

## :scientist:Dune Analytics

Get all the details about Pepemon economy with beautiful charts and instant updated information

Pepeboard by wiz1989 <https://dune.xyz/wiz1989/pepeboard>

Pepeboard by Pepemasters <https://dune.xyz/pepemon/pepenalytics-0-0-1>

## :chains:L1s, L2s availability

PPBLZ and PPDEX are available on other EVM blockchains.

{% hint style="info" %}
Always check the validity of your PPBLZ or PPDEX against the contracts in this page. They were originally deployed on ETH. No other tokens will be accepted in Pepemon world, don't get scammed :bangbang:\
\
Always better to join our Discord community and ask before doing something that you don't fully understand:v:
{% endhint %}

BSC and Fantom was supported by [Multichain](https://app.multichain.org/#/router)

Polygon through the [native bridge](https://wallet.polygon.technology/bridge/).


---

# 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/sir-i-am-in-for-the-tech.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.
