# Adding Funds to Your Account

If you have insufficient funds to process a job, you will have to add tokens to your account in order to submit the job. Additionally, if you run out of RNDR in your account while your job is in progress, your job will be paused until you add more tokens to your account.

RNDR Credits and RNDR Tokens can be added in the Render Network Portal by following the following steps:

1. In the left hand menu, click *"Add RNDR"*
2. A window will appear prompting you to deposit funds (see below).&#x20;
3. Select the *"Add RNDR Credits"* tab or *"Add RNDR Tokens"* tab
4. Enter how many Credits or Tokens you would like to purchase or load, then continue.

![This portal can also be reached by clicking on your balance directly ](/files/-MYvTCqUGEGzHp0ZaJgR)

![Hitting "Continue to Checkout" will redirect to the selected payment provider](/files/-MYvWYfURvZqYNPGCyeX)

![Hitting "Deposit RNDR" will open Metamask](/files/-MYvWlvBQftkGFiYVxse)

You can add RNDR tokens to your account using Metamask - please see a guide for this [here](https://vimeo.com/343770307).

{% hint style="danger" %}
**\[IMPORTANT]**: If you are using RNDR Tokens, please use the new RNDR contract address: [**0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24**](https://etherscan.io/token/0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24)
{% endhint %}

You can read information about migrating tokens to the new address [**here**](https://medium.com/render-token/rndr-token-migration-instructions-7db3ee8941a)**.** The Render Network interface will also prompt you to migrate if you have not done so already.


---

# 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://know.rendernetwork.com/getting-started/how-to-get-started/adding-tokens-to-your-account.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.
