# Staking

- [Yields API](https://staked.gitbook.io/staked/staking-api/yields-api.md): Pull current and historical yield data for all assets supported by our infrastructure.
- [Delegations](https://staked.gitbook.io/staked/staking-api/delegations.md): Delegate assets to Staked and start earning.
- [Node Provisioning API](https://staked.gitbook.io/staked/staking-api/node-provisioning-api.md): Dynamically provision nodes and receive staking transactions to sign.
- [Reporting API](https://staked.gitbook.io/staked/staking-api/staking-reporting-api.md): Everyone loves seeing the additional crypto they are earning. Staked provides an API for full access to the details.


---

# 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://staked.gitbook.io/staked/staking-api.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.
