# Node Explorer

The Oasis Node Explorer provides all essential details and verifications across the PlayAI Chain. Users can explore tasks, node contributions, network statistics, rewards, and more. Node Owners can manage their nodes, view detailed performance metrics, and perform delegation and undelegation actions with ease.

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

{% embed url="<http://nodeexplorer.playai.network/>" %}

### Node Delegation & Undelegation

Node Owners can access the Keys section within the Oasis Node Explorer to manage their node keys and monitor activity. The delegation process allows owners to assign their node licenses to a burner wallet by entering the wallet address and confirming the transaction. Delegation and undelegation history is available for tracking node transfers and activity.

#### Steps to Delegate/Undelegate Node:

1. Visit the Oasis Node Explorer website.
2. Connect the wallet that holds your node keys.
3. Navigate to the "Keys" section to access your node keys.
4. Select the 'Delegate' or 'Undelegate' option for the specific node key.
5. Enter the burner wallet address used during the node setup if delegating, or remove it if undelegating.
6. Confirm and initiate the transaction to complete the process.

{% embed url="<https://app.usebubbles.com/iN1WXaQAJdzW4nmZgWsNqm/how-to-delegate-undelegate-node-explorer>" %}

### Node Bulk Delegation & Undelegation

The bulk delegation feature allows Node Owners to manage multiple node licenses in one go, streamlining large-scale operations. Using this feature, owners can select multiple nodes and input single burner wallet addresses to delegate or undelegate nodes in a single transaction. This reduces the need for repetitive transactions, making the process efficient for those managing many nodes.&#x20;

#### Steps to Bulk Delegate/Undelegate:

1. Access the Node Explorer and log in using the wallet that holds your PlayAI Oasis Node Keys.
2. Go to the "My Keys" section to view your node keys.
3. Select "Bulk Delegate" or "Bulk Undelegate" from the top menu.
4. Choose the nodes you wish to manage from the list in the table.
5. Confirm your action by clicking "Continue to Delegate" or "Continue to Undelegate" at the top of the page.
6. Finalize the process by initiating the transaction and completing the delegation or undelegation.


---

# 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.playai.network/oasis-nodes/node-explorer.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.
