> 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/network/move/overview.md).

# Overview

Welcome to the Supra Move Layer 1 network documentation. Supra's MoveVM is a high-performance blockchain designed to support secure and scalable decentralized applications. As part of Supra's vertically integrated L1 ecosystem, MoveVM offers developers a robust platform to build and deploy applications using the Move programming language, renowned for its safety and efficiency.

Incorporating native services such as oracles, verifiable randomness, automation, and cross-chain communication, Supra's MoveVM enables the creation of "Super dApps" that are both composable and performant. This documentation provides comprehensive resources to help you get started, from setting up the Supra CLI to deploying your first Move smart contract and dApp. Whether you're new to Move or an experienced developer, this guide will support you in harnessing the full potential of Supra's MoveVM.

***

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td><mark style="color:red;"><strong>Getting Started →</strong></mark></td><td></td><td><a href="/supra/network/move/getting-started.md">Getting Started</a></td></tr><tr><td></td><td><mark style="color:red;"><strong>Network Information →</strong></mark></td><td></td><td><a href="/supra/network/move/network-information.md">Network Information</a></td></tr><tr><td></td><td><mark style="color:red;"><strong>Learn Move 101 →</strong></mark></td><td></td><td><a href="/supra/network/move/learn-move.md">Learn Move 101</a></td></tr><tr><td></td><td><mark style="color:red;"><strong>Move Book →</strong></mark></td><td></td><td><a href="/supra/network/move/move-book.md">Move Book</a></td></tr><tr><td></td><td><mark style="color:red;"><strong>TypeScript SDK →</strong></mark></td><td></td><td><a href="/supra/network/move/typescript-sdk.md">TypeScript SDK</a></td></tr><tr><td></td><td><mark style="color:red;"><strong>Rest API →</strong></mark></td><td></td><td><a href="/supra/network/move/rest-api.md">Rest API</a></td></tr><tr><td></td><td><mark style="color:red;"><strong>Token Standards →</strong></mark></td><td></td><td><a href="/supra/network/move/token-standards.md">Token Standards</a></td></tr><tr><td></td><td><mark style="color:red;"><strong>Supra Dapp Templates →</strong></mark></td><td></td><td><a href="/supra/network/move/dev/supra-dapp-templates.md">Supra Dapp Templates</a></td></tr><tr><td></td><td><mark style="color:red;"><strong>Supra Move VS Code Extension →</strong></mark></td><td></td><td><a href="/supra/network/move/dev/supra-move-vs-code-extension.md">Supra Move VS Code Extension</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/network/move/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.
