> For the complete documentation index, see [llms.txt](https://supraoracles.gitbook.io/supra/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supraoracles.gitbook.io/supra/overview.md).

# Overview

One chain. Full developer stack.

Supra is more than a Layer 1. It’s a full-stack, high-performance blockchain ecosystem built to support the next generation of decentralized applications. Whether you’re building DeFi, GameFi, AI/ML protocols, or cross-chain solutions, Supra provides the tools to move faster and scale with confidence.

With ultra-fast finality, low-latency oracles, secure automation, and seamless bridging, Supra brings everything together in one vertically integrated platform.

***

## Start Building with the Full Supra Stack

**Ready to build?**&#x20;

We’ve made it easy to get started regardless of your background. \
Select your preferred VM and unlock the next generation of dApps.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:red;"><strong>Get Started on MoveVM →</strong></mark></td><td>Build secure, high-performance smart contracts with Move.</td><td><a href="https://supraoracles.gitbook.io/supra/network/move/">MoveVM</a></td></tr><tr><td><mark style="color:red;"><strong>Get Started on EVM →</strong></mark></td><td>Deploy Solidity smart contracts using familiar EVM tools.</td><td><a href="https://supraoracles.gitbook.io/supra/network/evm/">SupraEVM</a></td></tr></tbody></table>

***

### Native Oracles: Real-Time, Reliable, and Customizable

Supra’s native oracle network brings unmatched speed and precision to on-chain data delivery.

* **Data Feeds** – Pull and push-based price feeds with fast refresh rates and multi-source aggregation.
* **dVRF (Distributed Verifiable Random Function)** – A next-gen dVRF system that delivers secure, provably fair randomness optimized for performance-critical applications like gaming, NFTs, lotteries, and more.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:red;"><strong>Explore Data Feeds →</strong></mark></td><td>Access real-time, multi-source price data on-chain.</td><td><a href="/supra/oracles/data-feeds.md">Data Feeds</a></td></tr><tr><td><mark style="color:red;"><strong>Explore dVRF (Randomness) →</strong></mark></td><td>Generate secure, verifiable on-chain randomness.</td><td><a href="broken://spaces/pGVprscCeQzW0QYcaJS9/pages/KNqM62uwVlFaX1V3L0r1">Broken link</a></td></tr></tbody></table>

***

### Native Automation: Set-and-Forget Smart Contract Execution

Supra's 0-block delay automation framework lets you schedule and trigger smart contract functions with zero upkeep. Built directly into the execution layer.

* **Use Cases** – Automated liquidations, recurring payments, rebalancing strategies, yield harvesting, and more.
* **Developer Friendly** – No external keepers or centralized intermediaries required.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:red;"><strong>Explore Automation →</strong></mark></td><td>Schedule and execute smart contracts automatically on-chain.</td><td><a href="https://supraoracles.gitbook.io/supra/automation/">Automation Network Registry</a></td></tr></tbody></table>

***

### Native SupraNova Bridge: Fast, Secure, Modular Interoperability

SupraNova is our flagship bridge — a secure, modular, and composable interoperability protocol that allows fast asset and message transfers between Supra and other ecosystems. Supporting 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.
* [**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).

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:red;"><strong>Explore SupraNova Bridge →</strong></mark></td><td>Transfer assets and messages securely across chains.</td><td><a href="https://supraoracles.gitbook.io/supra/supranova/">SupraNova Bridge</a></td></tr></tbody></table>

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://supraoracles.gitbook.io/supra/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
