Request for whitelist

🧭 Overview
This page allows a user to submit a whitelist request to a selected node operator in order to be eligible to bond RUNE. The user must input their THORChain wallet address and the amount they intend to bond, respecting the node's minimum requirements.
🧾 Input Fields
THORChain Wallet Address
The user's wallet address used to bond. Must be a valid THORChain address (thor1...
).
Intended Bond Amount (RUNE)
The amount of RUNE the user wishes to bond. Must be equal to or greater than the node's minimum bond.
Submitting a whitelist request requires sending a transaction to the network. While this is not an official MEMO recognized by the THORChain protocol, it is a custom MEMO designed to leave an on-chain record of the user's intent to bond to a specific node and under what conditions.
This approach ensures that all interactions—both from node operators and users—are transparently recorded on-chain, allowing anyone to evaluate their activity and reputation over time.
To prevent spam, whitelist request transactions must:
Be sent to the official THORBond address
Include a MEMO with the request details
Send exactly 0.1 RUNE as a signal of intent
This small amount acts as a minimal deterrent against misuse, while preserving full traceability and decentralization of the bonding coordination process.
👨💻Request whitelist node manually
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:WHT:<node-address>:<wallet-address>:<intended-rune-amount>
Last updated