# Difference between V2\&V3

**Differences between V2 and V3**

| V2                                                                                                                                                                                                              | V3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>Two-way</strong>: Assume Chain A is the native chain, and Chains B/C are the destination chains.</p><ul><li>Chain A to Chain B ✅</li><li>Chain A to Chain C ✅</li><li>Chain B to Chain C ❌</li></ul> | <p><strong>Multiple-way</strong>: Assume Chain A is the native chain, and Chains B/C are the destination chains. </p><ul><li>Chain A to Chain B ✅</li><li>Chain A to Chain C ✅</li><li>Chain B to Chain C ✅</li></ul>                                                                                                                                                                                                                                                                                                                              |
| <p><strong>Liquidity</strong>: </p><ul><li><span data-gb-custom-inline data-tag="emoji" data-code="1f604">😄</span> Not required </li></ul>                                                                     | <p><strong>Liquidity</strong>: </p><ul><li><span data-gb-custom-inline data-tag="emoji" data-code="1f622">😢</span> Required when token was already issued on two or more chains </li><li><span data-gb-custom-inline data-tag="emoji" data-code="1f622">😢</span> Required when token is using hybrid model (check last chapter Multichain V2 No.4) </li><li><span data-gb-custom-inline data-tag="emoji" data-code="1f604">😄</span> Not required when token was issued on just one chain and uses standard contracts on other chains </li></ul> |

**Note**: V2 and V3 have no visual differences on the [**UI**](https://app.multichain.org/#/router) side.&#x20;


---

# 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/listing-and-integration/token-listing/difference-between-v2-and-v3.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.
