> For the complete documentation index, see [llms.txt](https://academy.autonomys.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.autonomys.xyz/auto-suite/block-explorer-and-staking-interface/nominators.md).

# Nominators | Stake to Earn $AI3

Any $AI3 token holder can nominate ([stake](/autonomys-network/decoupled-execution/staking.md) $AI3) to their preferred [operator](/auto-suite/spaceacres-cli/operators.md)'s nomination pool in exchange for a share of the [transaction fees](/autonomys-network/rewards-and-fees.md) that operator earns. Nominators increase the operator's total stake and therefore their chance of producing a [transaction bundle](/autonomys-network/decoupled-execution/domains.md) and earning fees, but also share in any slashing risks. This creates a symbiotic relationship between operators and nominators that incentivizes optimal performance and enhances network security and efficiency.

## Auto Portal

To begin staking $AI3 to operators, visit the [Auto Portal](https://auto-portal-web.vercel.app/dashboard) (under development, expect bugs). The standard [polkadot.{js}](https://polkadot.js.org/apps/#/extrinsics) interface is also available for those who prefer more options. To learn more, read our [nominator documentation](http://docs.autonomys.xyz/staking/stake/).


---

# 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://academy.autonomys.xyz/auto-suite/block-explorer-and-staking-interface/nominators.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.
