# Changes from v1 to v2

Bridge Protocol v2 is a major overhaul of the v1, whose purpose was to bring Bridge Protocol from a then experimental tool to a truly institutional-grade solution to manage digital securities on the blockchain.

The table below shows an overview of the key differences between the two versions:

|                        | Bridge Protocol v1 | Bridge Protocol v2 |
| ---------------------- | ------------------ | ------------------ |
| Token upgradability    | ❌                  | ✅                  |
| Multi-asset compliance | ❌                  | ✅                  |
| Governance features    | ❌                  | ✅                  |
| Gas optimization       | ❌                  | ✅                  |
| Compliance delegation  | ❌                  | ✅                  |
| User interface         | ❌                  | ✅                  |
| Multi-chain            | ❌                  | ✅                  |


---

# 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://developers.mtpelerin.com/bridge-protocol/changes-from-v1-to-v2.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.
