# warp.green | Docs

## warp.green Docs

- [FAQ](https://docs.warp.green/users/readme.md)
- [Bridge Guide](https://docs.warp.green/users/xch-bridge-guide.md): How to bridge ETH from Base to Chia using the warp.green bridge, Metamask, and the reference Chia wallet
- [Creating a New Wrapped CAT](https://docs.warp.green/users/creating-a-new-wrapped-cat.md): Make your CAT available on Base
- [Contact Us](https://docs.warp.green/users/contact-us.md)
- [Introduction](https://docs.warp.green/developers/introduction.md)
- [Contract Addresses](https://docs.warp.green/developers/contract-addresses.md)
- [warp.green](https://docs.warp.green/developers/warp.green.md)
- [EVM - Sending And Receiving Messages](https://docs.warp.green/developers/warp.green/evm-sending-and-receiving-messages.md)
- [Chia - Sending Messages](https://docs.warp.green/developers/warp.green/chia-sending-messages.md)
- [Chia - Receiving Messages](https://docs.warp.green/developers/warp.green/chia-receiving-messages.md)
- [Collecting Signatures](https://docs.warp.green/developers/warp.green/collecting-signatures.md)
- [ERC-20 Bridge](https://docs.warp.green/developers/erc-20-bridge.md)
- [Wrapping ERC-20s](https://docs.warp.green/developers/erc-20-bridge/wrapping-erc-20s.md)
- [Unwrapping ERC-20s](https://docs.warp.green/developers/erc-20-bridge/unwrapping-erc-20s.md)
- [MilliETH](https://docs.warp.green/developers/erc-20-bridge/millieth.md)
- [CAT Bridge](https://docs.warp.green/developers/cat-bridge.md)
- [Wrapping CATs](https://docs.warp.green/developers/cat-bridge/wrapping-cats.md)
- [Unwrapping CATs](https://docs.warp.green/developers/cat-bridge/unwrapping-cats.md)
- [Wallets](https://docs.warp.green/validators/wallets.md)
- [Deployment](https://docs.warp.green/validators/deployment.md)
- [Attestations](https://docs.warp.green/validators/attestations.md)
- [Rekeying](https://docs.warp.green/validators/rekeying.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.warp.green/users/readme.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.
