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

# Wallets Overview

> Multi-currency wallet management

Multi-currency wallet management

<Warning>
  Draft/reference namespace only. Wallet APIs are retained here for tenant-specific overlays and compatibility, not as the reviewed public API default.
</Warning>

## Overview

Wallet endpoints are a reference/compatibility layer for tenants that still expose stored-balance abstractions through Zentra. They are not part of the default reviewed public API surface for every integration.

<Info>
  Use this namespace only if your tenant contract explicitly enables wallet overlays or you are supporting an older integration that has not yet moved to primitive account and ledger flows.
</Info>

## What This Surface Covers

* Managed wallet creation and lookup for enabled tenants.
* Overlay balance reads used by legacy or compatibility-oriented product shells.
* Compatibility transaction history endpoints for tenants that have not fully migrated to primitive ledger reporting.

## Before You Integrate

* Confirm whether wallet balances are authoritative or derived for your tenant.
* Keep all money values in minor units and preserve reference ids for auditability.
* Validate close-out and migration behavior before using wallet overlays in live money movement journeys.

## Quick Links

<CardGroup cols={2}>
  <Card title="Get Wallet" icon="credit-card" href="/api-reference/wallets/get">
    Inspect a single wallet record and its overlay metadata.
  </Card>

  <Card title="Fund Wallet" icon="download" href="/api-reference/wallets/fund">
    Review the overlay funding contract and required reference handling.
  </Card>

  <Card title="Withdraw Wallet" icon="upload" href="/api-reference/wallets/withdraw">
    Check withdrawal behavior, limits, and failure handling for enabled tenants.
  </Card>

  <Card title="Transactions" icon="receipt" href="/api-reference/wallets/transactions">
    Check compatibility transaction history and pagination behavior.
  </Card>

  <Card title="Overlay Review" icon="shield-check" href="/support/contact">
    Confirm whether this namespace should remain enabled for your tenant.
  </Card>
</CardGroup>
