> For the complete documentation index, see [llms.txt](https://qubetics.gitbook.io/qubetics-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qubetics.gitbook.io/qubetics-docs/getting-started/delegator-application-user-guide/setup-delegator-bond.md).

# Setup Delegator Bond

Delegation allows you to stake your tokens with a validator of your choice. Validators perform critical network functions such as block validation and transaction processing. By delegating, you support the validator’s operations while earning rewards.

<figure><img src="/files/uKOhj29mb8d7yrQlVQ3w" alt=""><figcaption></figcaption></figure>

### **Enter Staking Details**

* **Amount to Stake**
  * Enter the number of TICS tokens you wish to stake in the **Enter amount to stake** field.
  * Click the **MAX** button if you wish to stake the maximum number of tokens available.

<mark style="color:blue;">**Important: After entering the amount, the user needs to click on the "Submit" button, which will open the Keplr wallet, and the user needs to sign the transaction.**</mark>&#x20;

### **Submit the Transaction**

* Double-check all details for accuracy.
* Click the **Submit** button to initiate the bonding process.
* Your wallet may prompt you to confirm the transaction.

### **Wait for Account Update**

* After submitting, note the message below the input fields: **"Your account status may take some time to update and reflect on the dashboard."**
* Check back later to confirm your transaction and view updated account details.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://qubetics.gitbook.io/qubetics-docs/getting-started/delegator-application-user-guide/setup-delegator-bond.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
