> ## 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 Stellar Contracts

> Overview of Stellar Soroban Contracts on LayerZero V2. Learn the architecture, features, and how to get started building crosschain applications on Stellar.

LayerZero extends its universal messaging protocol to [Stellar](https://stellar.org/) via [Soroban](https://soroban.stellar.org/), Stellar's smart contract platform. Developers can now build **Omnichain Applications (OApps)** and **Omnichain Fungible Tokens (OFTs)** that connect Stellar to any LayerZero-supported chain.

Stellar Soroban contracts are written in **Rust** and compiled to WASM. LayerZero's Stellar integration follows the same protocol design as other supported chains, with Soroban-specific adaptations for authorization, storage, and token handling.

### Stellar Soroban Contracts

<Columns cols={3}>
  <Card title="Getting Started on Stellar" icon="rocket" href="/v2/developers/stellar/getting-started">
    Learn the key differences between EVM and Stellar development for LayerZero.
  </Card>

  <Card title="Build an OApp" icon="code" href="/v2/developers/stellar/oapp/overview">
    Create an Omnichain Application (OApp) on Stellar using Soroban smart contracts.
  </Card>

  <Card title="Build an OFT" icon="coins" href="/v2/developers/stellar/oft/overview">
    Deploy an Omnichain Fungible Token (OFT) on Stellar with crosschain transfer support.
  </Card>
</Columns>

<br />

#### Stellar Protocol Configurations

<Columns cols={3}>
  <Card title="Configure Security Stack" icon="shield-halved" href="/v2/developers/stellar/configuration/dvn-executor-config#dvn-configuration">
    Configure which decentralized verifier networks (DVNs) secure your messages.
  </Card>

  <Card title="Configure Executor" icon="wrench" href="/v2/developers/stellar/configuration/dvn-executor-config#executor-configuration">
    Configure who executes your messages on the destination chain.
  </Card>

  <Card title="Set Execution Options" icon="flask" href="/v2/developers/evm/configuration/options">
    Set the amount of gas to deliver to the destination chain.
  </Card>
</Columns>

### Tooling and Resources

Stellar Soroban development uses Rust and the Stellar CLI. For more information, see the [Soroban Getting Started Guide](https://soroban.stellar.org/docs/getting-started).

* **[Stellar CLI](https://developers.stellar.org/docs/build/smart-contracts/getting-started/setup)**: Build, deploy, and interact with Soroban contracts.

* **[LayerZero Scan](https://layerzeroscan.com/)**: Track crosschain messages involving Stellar.

* **[Ecosystem Tools](/v2/developers/ecosystem-tools)**: Explore community-built tools and integrations.

You can also ask for help or follow development in the [Discord](https://layerzero.network/community).
