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

# Getting started

> High-level HTTP API for wallet operations on the Canton Network, designed for institutional workflows.

Cantor8 Enterprise Wallet is a **Scala-based service** that provides a high-level HTTP API designed for wallet operations and secure communications with the Canton Ledger.

It is built for institutions that need a hardened, OIDC-secured, high-throughput wallet service backing their treasury, settlement, or custody workflows — without owning the underlying ledger plumbing.

## Overview

C8 Enterprise Wallet provides:

* Support for any token standard enabled on the C8 backend
* Pre-approval for incoming token-standard transactions with 1-step transfer
* Automated UTXO management
* Auto-batching with in-memory or PostgreSQL storage
* USDC Bridge support
* Optional API authentication through Keycloak or Auth0
* Self-custodial wallet operation

## What you'll find here

<CardGroup cols={2}>
  <Card title="Common use cases" icon="list-check" href="/enterprise-wallet/common-use-cases">
    How partners apply C8 Enterprise Wallet and the value it delivers.
  </Card>

  <Card title="Authentication" icon="shield-halved" href="/enterprise-wallet/authentication">
    OIDC-compliant security layer with dual-layer caching.
  </Card>

  <Card title="Auto-Batch" icon="layer-group" href="/enterprise-wallet/auto-batch">
    Optional background engine that aggregates transfers for high throughput.
  </Card>

  <Card title="Configuration" icon="sliders" href="/enterprise-wallet/configuration">
    Environment variables, IdP setup, and database tuning.
  </Card>

  <Card title="Docker compose deployment" icon="docker" href="enterprise-wallet/docker-compose-deployment">
    Build and run the service in containers.
  </Card>
</CardGroup>
