> For the complete documentation index, see [llms.txt](https://docs.creditcoin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creditcoin.org/cc-enterprise/nominator-guides/nominate-using-the-staking-dashboard.md).

# Nominate using the Staking Dashboard

{% hint style="info" %}
Before continuing, please make sure you have set up a Stash account and Controller account, as mentioned in the [Account Setup](/cc-enterprise/nominator-guides/account-setup.md) section.
{% endhint %}

First, connect your wallet to the [Creditcoin Staking Dashboard](https://cc-enterprise-staking.creditcoin.org/#/overview) by clicking the "Connect" button in the top-right corner. Select your Stash account.

To start nominating, navigate to the Nominate section and click on "Start Nominating". This will open a menu where you can select a Controller account, your reward destination address, the validators you wish to back, and the amount you wish to bond.

> <img src="https://pf-emoji-service--cdn.us-east-1.prod.public.atl-paas.net/atlassian/info_32.png" alt=":info:" data-size="original">
>
> Nominating on Creditcoin is an active role. If some of your elected validators misbehaves, you may lose their funds due to slashing. For more information about how to select good validator refer to the [Selecting Validators](/cc-enterprise/nominator-guides/selecting-validators.md) section.

After clicking on "Continue", the dashboard will show a summary of our staking preferences. Make sure everything is set up as intended and continue.

Your browser wallet should prompt you to sign the transaction. You'll get notified of your transaction status by an alert in the bottom-left corner.

Once your transaction has been confirmed and the next era begins, you’ll officially be participating as an active nominator on the Creditcoin Network. Once your chosen validators are elected, you’ll start earning CTC rewards too!


---

# 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.creditcoin.org/cc-enterprise/nominator-guides/nominate-using-the-staking-dashboard.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.
