# Import Custom Token

Importing the custom token Solidity code is done via the [Remix Ethereum IDE](https://remix.ethereum.org/) (Ethereum's integrated development environment). You can read more about ERC20 tokens in [this GitHub repo](https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/contracts/token/ERC20).

![Screen for importing a custom token](/files/-LzfjbPW8CC4R5IFrW_N)

1. Start of by getting the Solidity code for an ERC20 token from [this GitHub gist](https://gist.github.com/eorituz/a779c0277f2fc5c935e2b2f62e49da49).
2. Enter the URL for the [Remix Ethereum IDE](https://remix.ethereum.org/) in your browser.
3. Under **"Environments"** click **"Solidity"**.
4. Under **"File"** choose to import from **"Gist"**.
5. In the pop-up that appears enter the ID, *a779c0277f2fc5c935e2b2f62e49da49*, of the gist you just viewed.

If the import was successful you should be able to open the imported code from the file explorer on the left hand side menu.


---

# 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://raiden-network.gitbook.io/raiden-network/using-raiden-on-testnet/use-custom-token/import-custom-token.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.
