# Onthis Docs

## Onthis Docs

- [Welcome](https://docs.onthis.xyz/overview/welcome.md)
- [Our Contracts](https://docs.onthis.xyz/overview/users/our-contracts.md)
- [How to Use Our Contracts](https://docs.onthis.xyz/overview/users/how-to-use-our-contracts.md): Video & written guides on how to use our contracts on various wallets both mobile & web browser extensions.
- [Onthis Points (Users)](https://docs.onthis.xyz/overview/users/onthis-points-users.md)
- [MetaMask Snap](https://docs.onthis.xyz/overview/users/metamask-snap.md)
- [Fee Breakdown](https://docs.onthis.xyz/overview/users/fee-breakdown.md): Below are the current fees for contracts deployed by Onthis or Onthis Builder Tools.
- [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.
- [Onthis Widget](https://docs.onthis.xyz/overview/dapps/onthis-widget.md)
- [Fee Breakdown](https://docs.onthis.xyz/overview/dapps/fee-breakdown.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.onthis.xyz/overview/welcome.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.
