# Frequently Asked Questions (FAQs)

### What is pooled bonding in THORChain?

Pooled bonding allows users to delegate their RUNE to an existing node operator instead of running a node themselves. This enables participation in node rewards without the technical burden.

### Is pooled bonding safe?

While pooled bonding is a powerful tool to earn real yield, it carries **real risks**. When you delegate your RUNE, you're trusting the node operator to act responsibly. **You can lose your RUNE.**

### What could go wrong if I delegate to the wrong node?

A malicious or negligent operator could:

* Get slashed and cause loss of funds.
* Block your withdrawal requests indefinitely. (Keep your RUNE locked in the network until they leave or get removed by the protocol)

### Can I withdraw my RUNE whenever I want?

**NO**. Your RUNE is locked in the node’s bond. If the operator refuses to exit or misbehaves, your funds might remain inaccessible until the network forcefully evicts them, which could take time. You onlu cand unbond your RUNE when nodo is on state standby.

### How do I choose a trustworthy node?

We recommend doing your own research:

* Look into the node's stats.
* Check past behavior and performance.
* Interact with them directly if possible, for now on X. RUNEBond will offer tools to make this research easier and onchain— but your due diligence is key.

### Is there any upside to all this risk?

**YES**. Delegating to a reliable node can generate **real, sustainable yield** on your RUNE while contributing to THORChain’s security. But rewards must always be weighed against the risks.

### If I delegate to a Standby node, will I earn yield? When does a Standby node become Active?

When you delegate to a Standby node, you won’t earn yield right away. Standby nodes don’t participate in the network and therefore don’t generate yield. A Standby node becomes Active during a churn — a rotation process that usually occurs every 3 days — **only if it is among the Standby nodes with the highest total bond**. Time spent in Standby has no influence on activation. You can check which nodes are waiting to enter the network at [thorchain.net/nodes](https://thorchain.net/nodes). There is a limit to the number of new nodes that can enter the network on each churn.


---

# 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/frequently-asked-questions-faqs.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.
