> For the complete documentation index, see [llms.txt](https://docs.frequencychain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frequencychain.org/10.-staking-rewards-and-economic-participation/10.6-executing-the-staking-transaction.md).

# 10.6 Executing the Staking Transaction

Once a valid staking amount is entered, the user initiates the staking process by confirming the action within the platform interface.

This triggers a transaction request in the connected wallet. The wallet displays:

* the staking amount
* gas fee required
* total transaction cost

After reviewing the details, the user confirms the transaction. The transaction is then submitted to the FreCx network and processed by the protocol.

Upon confirmation, the stake is recorded on-chain and becomes part of the network’s staking registry.

<figure><img src="https://1067227230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLwgYv3BMBEDsxgxyrgOJ%2Fuploads%2FMNrv3l6pN30fWoSPrU1B%2Fsec%2010.4.1.png?alt=media&amp;token=0b1e7b40-02cc-4dca-8702-9940282dbd18" alt=""><figcaption></figcaption></figure>


---

# 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://docs.frequencychain.org/10.-staking-rewards-and-economic-participation/10.6-executing-the-staking-transaction.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.
