# xchain-thornode

This section for the XChain Thornode package provides an overview of the operational workflow and mechanisms involved in interacting with Thornodes, which are critical components of the Thorchain network infrastructure.&#x20;

Thornodes serve as validators and liquidity providers within the Thorchain ecosystem, facilitating asset swapping and liquidity provision across different blockchain networks.

Thornode Module for XChainJS Clients

#### BASEURLS <a href="#baseurls" id="baseurls"></a>

* [THORNODE\_API\_9R\_URL](https://midgard.ninerealms.com/)

### Modules <a href="#modules" id="modules"></a>

* Thornode module has been created using openapi-generator-cli to auto-generate rest api reading from [Yaml spec](https://thornode.ninerealms.com/thorchain/doc/openapi.yaml)
* This library exposes all the Api's outlined in the swagger doc [Doc site](https://thornode.ninerealms.com/thorchain/doc)

For more information about the API of the package, please click [here](https://docs.xchainjs.org/xchain-docs/xchain-thornode/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/thorchain/xchain-thornode.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.
