# Block Explorer and Staking Interface

## Nominators

[Nominators](/auto-suite/block-explorer-and-staking-interface/nominators.md) can [stake](/autonomys-network/decoupled-execution/staking.md) $AI3 to earn a share of an [operator](/auto-suite/spaceacres-cli/operators.md)'s [$AI3 transaction fees](/autonomys-network/rewards-and-fees.md), and explore blocks via:

* [PolkadotJS](https://polkadot.js.org/apps/#/explorer): Web application with a rich interface.&#x20;
* [Auto Portral (Under Active Development)](https://github.com/autonomys/auto-portal): Staking interface with user-friendly UI. Minor web3 wallet skills required.

Read our [official documentation](http://docs.autonomys.xyz/staking/stake) for guidance and technical details on nomination.


---

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