List your node
🧭 Overview
Section titled “🧭 Overview”Listing a node lets a node operator publish a node to accept bonding requests from users. Once listed, the node becomes visible in the public node directory and is open to whitelist applications.
Listing is done entirely on-chain, by sending a transaction with a memo. It is not an official THORChain MEMO, but a MEMO that leaves an on-chain record that the operator has listed the node in RUNEBond and the conditions under which it was listed.
The goal is to keep everything on-chain so that the reputation of both nodes and users can be evaluated by anyone. To avoid spam with this kind of memos, these transactions are always sent to the official RUNEBond address and must send an amount of 0.1 RUNE.
👨💻 List your node manually
Section titled “👨💻 List your node manually”✅ New Listing Format (V2)
To manually list a node, you can simply send a transaction to the address thor1xazgmh7sv0p393t9ntj6q9p52ahycc8jjlaap9 with a minimum of 0.1 RUNE and a memo following this format:
TB:V2:LIST:<node-address>:<min-amount>:<total-bond-target>:<fee-percentage>Parameters:
node-address: Your node’s THORChain address (must start withthor1)min-amount: Minimum amount a bond provider can delegate (in base units).
→ Example:1 RUNE = 100000000total-bond-target: Desired total bond amount for your node (in base units). This value is used to calculate your node’s bond capacity. Must be greater thanmin-amount.fee-percentage: Commission charged to bond providers, in percentage format (0–100).
→ Example:100= 1%
🛑 Deprecated Format
Section titled “🛑 Deprecated Format”The old memo format:
TB:LIST:<node-address>:<node-operator-address>:<minimum-bond-amount>:<max-bond-capacity>:<fee>is now deprecated and will no longer be accepted for new listings. If your node is already listed using the old format, you do not need to take any action. Your node will remain listed and continue to function as expected.
🗑️ Delist your node
Section titled “🗑️ Delist your node”If you no longer want your node to appear in the node list interface, you must send a transaction using the format described below.
✅ Manual Delisting Format
Send a transaction to the following address:
thor1xazgmh7sv0p393t9ntj6q9p52ahycc8jjlaap9
with a minimum of 0.1 RUNE and the following memo format:
TB:DELIST:<node-address>Parameter:
node-address: The THORChain address of the node you wish to delist (must start withthor1).
Once this transaction is confirmed, your node will be removed from the RUNEBond bonding interface.
⚠️ The node’s detail page will still be accessible via the search bar and to users who already hold a whitelist with that node. However, it will no longer appear in the list of available nodes for new whitelist requests. This ensures that bond providers can still review the node’s information and contact the operator through the platform if needed.