# Habtor Network

{% hint style="info" %}
**!!! Important Update !!!**\
Habtor Network implemented OVM 2.0, therefore no more custom changes are needed for L1 contracts to be deployed to Habtor. **No more code re-factoring is required to migrate to Habtor Network with OVM 2.0**
{% endhint %}

Habtor Network is an Optimistic Rollup that combines the great open source work done by [Optimism](https://community.optimism.io) with the research and development effort of the Enya & Boba team on swap-based onramp, fast exit and cross-chain bridging. We chose to build on Optimism because it is essentially a modified version of Ethereum, which makes it relatively easy to ensure EVM and Solidity compatibility, minimizing the efforts required to migrate smart contracts from L1 to L2.

{% hint style="info" %}
Our documentation is a work in progress. If you have questions or feel like something is missing [open an issue](https://github.com/habtorcom/optimism-v2/issues) in the GitHub repo for this site.
{% endhint %}


---

# 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.habtor.com/habtor-network.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.
