# How does it work?

The entire system operates through transactions with memos on the THORChain network.\
The listing, whitelist request, monitoring of each request’s status, etc., are all public on the blockchain within the transaction history of the official RUNEBond address.

* [Address link](https://thorchain.net/address/thor1xazgmh7sv0p393t9ntj6q9p52ahycc8jjlaap9)

RUNEBond only indexes this information and displays it in a user-friendly way for platform users.\
This means that any interface can also retrieve this information to display it on their own platform.\
The specific RUNEBond memos are described here:

* [Node listing.](/runebond/sections/bond-your-rune/markdown/list-your-node.md#list-your-node-manually)
* [Whitelist request.](/runebond/sections/bond-your-rune/images-and-media/how-to-request-whitelist-as-a-bond-provider.md#request-whitelist-node-manually)

To avoid spam, the RUNEBond platform rules out any transaction with a value of less than **0.1 RUNE**.

If you are interested in offering the functionality as part of your interface, get in touch with us. We have open DMs on our [X account.](https://x.com/RUNEBondApp)


---

# 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://thorbond.gitbook.io/runebond/others/how-does-it-work.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.
