# SPS Reward Delegation

&#x20;Splinterlands has a reward delegation option where users can share a percentage of their ranked battle/chest rewards with a secondary account. Navigate to the [SPS dashboard](https://next.splinterlands.com/dashboard/sps), and on the right-hand side click [Reward delegations](https://next.splinterlands.com/sps/reward-delegations):

<figure><img src="/files/SChW5GR4hdWFjBw4g4Kv" alt=""><figcaption></figcaption></figure>

From here, you can either update all of your SPS rewards to another account or granularly choose the type of rewards and the specific percent of SPS rewards you want to delegate.

<figure><img src="/files/52sA68ISmpXmWEb0r98a" alt=""><figcaption></figcaption></figure>

* You can view current delegations at  <https://api.splinterlands.com/players/reward_delegations?username=tech-support>
* Or, you can view a history of delegations at <https://api.splinterlands.com/players/reward_delegation_history?username=tech-support>. The history API supports limit and offset arguments, and by default has a limit of 100 and a max limit of 1000.
* For more information please review the following support article: <https://support.splinterlands.com/hc/en-us/articles/22753898629908-How-to-Manage-your-SPS-Reward-Delegations>


---

# 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://docs.splinterlands.com/splintershards-sps/sps-reward-delegation.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.
