# Authentication

## Authentication

{% stepper %}
{% step %}
Go to <https://dashboard.thornode.io/> to manage your endpoint and rentals access&#x20;
{% endstep %}
{% endstepper %}

### Rental Pricing

| Period  | IP Updates | Thor Pass Price |
| ------- | ---------- | --------------- |
| 2 Hours | 2          | 0.5 SOL         |
| 1 Day   | 3          | 1 SOL           |
| 1 Week  | 5          | 2 SOL           |
| 1 Month | 9          | 4 SOL           |

{% hint style="warning" %}
**Check discord server for the most recent pricing**
{% endhint %}

### Rental Requirements

* Renter must be a member of the Thor Labs Discord server
* Payment must be sent to one of your registered wallets
* Transaction must be recent and verifiable


---

# 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.thornode.io/introduction/node-locations-and-access/authentication.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.
