> ## Documentation Index
> Fetch the complete documentation index at: https://docs.layerzero.network/llms.txt
> Use this file to discover all available pages before exploring further.

# LayerZero V2 Aptos Move Standards

> Overview of Aptos Move Standards on LayerZero V2. Learn the architecture, features, and how to get started building. LayerZero enables secure crosschain...

**Move** is a safe and flexible programming language for smart contracts, initially developed for the Libra (now Diem) blockchain and later adopted by blockchains like Aptos.

With the introduction of LayerZero support for **Aptos Move**, developers can now build omnichain applications (OApps) on Aptos Move-based chains such as **Aptos**, **Initia**, and **Movement**.

<Info>
  All of these chains utilize the same version of Move based on the [**Aptos flavor**](https://aptos.dev/en), meaning the Move modules in this section all natively support each chain.
</Info>

## LayerZero Move Contract Standards

<Columns cols={2}>
  <Card title="OApp Standard" icon="wrench" href="/v2/developers/aptos-move/contract-modules/oapp">
    The Omnichain Application (OApp) Standard, the boilerplate base for implementing crosschain messaging.
  </Card>

  <Card title="OFT Standard" icon="wrench" href="/v2/developers/aptos-move/contract-modules/oft">
    Extension of OApp, combining the fungible token standard with core bridge logic to create Omnichain Fungible Tokens.
  </Card>
</Columns>

## Configuration

<Columns cols={3}>
  <Card title="Deploy / Wire Aptos (CLI)" icon="wrench" href="/v2/developers/aptos-move/create-lz-oapp/start">
    Configure which decentralized verifier networks (DVNs) and Executors secure your messages.
  </Card>

  <Card title="Aptos Executor Options" icon="wrench" href="/v2/developers/evm/configuration/options">
    Configure how much gas limit and native gas token should be delivered during message execution.
  </Card>

  <Card title="Protocol Configurations" icon="wrench" href="/v2/developers/aptos-move/configuration/dvn-executor-config">
    Configure which decentralized verifier networks (DVNs) and Executors secure your messages.
  </Card>
</Columns>

<br />

<Tip>
  To find all of LayerZero's contracts for Aptos Move, visit the [**LayerZero V2 Protocol Repo**](https://github.com/LayerZero-Labs/LayerZero-v2/packages/layerzero-v2/aptos/contracts).
</Tip>

## Tooling

LayerZero provides developer tooling to simplify the contract creation, testing, and deployment process on Move-based chains:

* LayerZero Scan: A comprehensive block explorer, search, API, and analytics platform for tracking and debugging your omnichain transactions.

You can also ask for help or follow development in the Discord.
