# Token Router Testnet

{% hint style="info" %}
Our testnet infrastructure can be used to integrate Multichain on your Dapp.
{% endhint %}

You can test Multichain router on testnet here: <https://test.multichain.org/#/router>

Networks Supported: Rinkeby, Ftm Testnet<br>

Tokens Supported: $Link

\
Api endpoint for a list of tokens: <https://l2api.anyswap.exchange/v4/tokenlistv4/4002>

<https://l2api.anyswap.exchange/v4/tokenlistv4/4>

How to test?

1. Switch to Rinkeby Testnet
2. Get some $Link at <https://faucets.chain.link/rinkeby>
3. Bridge $Link from Rinkeby to Fantom Testnet at <https://test.multichain.org/#/router>

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


---

# 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.multichain.org/developer-guide/token-router-testnet.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.
