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

# Web3Crypt RPCs

We provide reliable, high-performance Remote Procedure Call (RPC) endpoints, enabling seamless interaction with various blockchain networks. Whether you're a developer or a business, our services are designed to support your blockchain projects with speed, security, and efficiency.

In addition, we offer our p2p so that node runners can have a more robust connection.

Take a look at our RPCs and p2p nodes in the different projects.

<figure><img src="/files/WZK05KuGt13kMBmoUtao" alt=""><figcaption><p>Web3Crypt</p></figcaption></figure>


---

# 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.amis13.tech/archive/web3crypt-rpcs.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.
