# Portfolio & History

## Portfolio

Users can find everything about themselves on the Node Management Platform, including their nodes and records.

### Your Node <a href="#cq36j3ghczxj" id="cq36j3ghczxj"></a>

* **Name**: The node name
* **Status**:
  * **Online in green**: the node is functional
  * **Online** **in yellow**: 10 days until expiration
  * **Offline**: The node is down, but the undelegate function is still in effect
* **Type**: the identity status
* **Expiration Time (UTC)**: the expiration date of the node

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

### Your  Delegated <a href="#yeibkf9h29x2" id="yeibkf9h29x2"></a>

This shows the user's record of delegating and staking actions.

* Account: the name of the pool
* Delegate: The amount delegated by the user
* Unclaimed Rewards: the amount of unclaimed reward

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

Also, users can change the reward address by clicking the “Claim” button and inputting the desired address.

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

## History <a href="#id-8uxh4red22wt" id="id-8uxh4red22wt"></a>

The History page records user operations and their history on Rangers Scan. The columns are as follows:

* **Validator Location**: Name of the node on which the user performs the operation
* **Filter**:
  * **All**: contains delegate actions and undelegate actions
  * **Delegate**: only contains the delegate actions
  * **Undelegate**: only contains the undelegate actions
* **Value**: The RPG quantity of the interaction
* **Date Time (UTC)**: Consistent with the time on [Rangers Scan](https://scan.rangersprotocol.com/)
* **Scan Link**: click to land on [Rangers Scan](https://scan.rangersprotocol.com/)

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

&#x20;


---

# 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://rangersprotocol.gitbook.io/rangersprotocol/node-manangement-platform/portfolio-and-history.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.
