# SupraNova Bridge - Bridging ETH to Supra

## Introduction

SupraNova is a cross-chain communication framework developed by Supra. It enables the transfer of assets and messages across blockchains by integrating multiple bridging technologies under a unified architecture.

#### SupraNova does not represent a single bridge protocol. Instead, it supports two different bridging technologies based on use cases:

* [HyperNova](https://supra.com/documents/Supra-HyperNova-Whitepaper.pdf): A trustless bridge protocol that uses the source chain’s consensus layer for event verification using validator signatures.<br>
* [Hyperloop](https://supra.com/documents/Supra-Hyperloop-Whitepaper.pdf): A fast, multi-signature based game-theoretically secure bridge designed for source chains for which HyperNova style trustless bridging is not applicable or feasible or results in high latency (Layer 2 chains).

By combining these models, SupraNova offers both trust-minimized and high-speed bridging capabilities that can be selected per deployment context.

{% hint style="info" %}
**Our first SupraNova release, focuses on bridging native ETH, wETH and USDC from Ethereum to the Supra blockchain, using HyperNova. Bridged ETH and wETH are minted on Supra as supETH (a wrapped token)** **using the FA token standard. Bridges USDC is minted on Supra as supUSDC (a wrapped token) using the FA token standard.**
{% endhint %}

***

### **Future versions of SupraNova will support:**

* Reverse bridging from Supra to Ethereum.
* Asset entry from other EVM chains.
* Application-level services and integrations built on top of validated cross chain messages.

\
**These expansions are made possible without changing the underlying message validation logic powered by HyperNova Core.**


---

# 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://supraoracles.gitbook.io/supra/supranova/readme.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.
