# xchain-mayanode

This section for the XChain Mayanode library elucidates the operational workflow and underlying mechanisms employed to facilitate interaction with the Mayanode blockchain network.

Mayanode Module for XChainJS Clients

### Modules

Mayanode module has been created using open API-generator-cli to auto-generate rest api reading from: <https://mayanode.mayachain.info/mayachain/doc//openapi.yaml>

This library exposes all the APIs outlined in the swagger doc: <https://mayanode.mayachain.info/mayachain/doc>

For more information about the API of the package, please click [here](https://docs.xchainjs.org/xchain-docs/xchain-mayanode/docs/index.html)


---

# 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://xchainjs.gitbook.io/xchainjs/protocols/mayaprotocol/xchain-mayanode.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.
