# Builders

- [Become a Builder](https://docs.onthis.xyz/overview/builders/become-a-builder.md)
- [Session 1 (Deploy Contracts)](https://docs.onthis.xyz/overview/builders/become-a-builder/session-1-deploy-contracts.md)
- [Session 2 (Feedback)](https://docs.onthis.xyz/overview/builders/become-a-builder/session-2-feedback.md)
- [Session 3 (Updated Token Launcher)](https://docs.onthis.xyz/overview/builders/become-a-builder/session-3-updated-token-launcher.md)
- [How to build Onthis Contracts](https://docs.onthis.xyz/overview/builders/how-to-build-onthis-contracts.md)
- [Token Launcher](https://docs.onthis.xyz/overview/builders/how-to-build-onthis-contracts/token-launcher.md): How to launch your own ERC20 token.
- [Bridge + Swap](https://docs.onthis.xyz/overview/builders/how-to-build-onthis-contracts/bridge-+-swap.md): How to deploy your own bridge + swap contract that bridges ETH from any chain to swap into any token.
- [Token Bundles](https://docs.onthis.xyz/overview/builders/how-to-build-onthis-contracts/token-bundles.md): How to deploy smart contract which auto-allocates incoming ETH into multiple tokens based on set %.
- [Onthis Points (Builders)](https://docs.onthis.xyz/overview/builders/onthis-points-builders.md)
- [ENS Naming](https://docs.onthis.xyz/overview/builders/ens-naming.md): How to assign contracts an ENS domain.


---

# 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.onthis.xyz/overview/builders.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.
