> ## 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.

# Value Transfer API

> Single, unified interface for cross-chain value transfers across 150+ blockchains.

The Value Transfer API provides a single, unified interface for cross-chain value transfers. Move tokens across 150+ blockchains using one API.

<Info>
  Contact the LayerZero team to obtain an API key for production use.
</Info>

## Getting Started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/v2/developers/value-transfer-api/quickstart">
    Execute your first cross-chain transfer in minutes using the quote-then-execute pattern.
  </Card>

  <Card title="Overview" icon="book-open" href="/v2/developers/value-transfer-api/overview">
    Learn how the Value Transfer API works, supported routes, key benefits, and use cases.
  </Card>
</CardGroup>

## Examples

<CardGroup cols={2}>
  <Card title="EVM Example" icon="ethereum" href="/v2/developers/value-transfer-api/examples/evm">
    Complete TypeScript example using viem for EVM-to-EVM cross-chain transfers.
  </Card>

  <Card title="Solana Example" icon="sun" href="/v2/developers/value-transfer-api/examples/solana">
    Complete TypeScript example for Solana cross-chain transfers with transaction building.
  </Card>
</CardGroup>

## Technical Reference

<CardGroup cols={2}>
  <Card title="Contracts" icon="file-contract" href="/v2/developers/value-transfer-api/contracts/overview">
    How the Wrapper and Delegate contracts handle bridge execution and token approvals, plus safety guidelines.
  </Card>

  <Card title="API Reference" icon="code" href="/v2/developers/value-transfer-api/api-reference/overview">
    Explore all endpoints with interactive testing: chains, tokens, quotes, and more.
  </Card>
</CardGroup>
