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

# CashmereLabs Documentation

> Autonomous Monetary Infrastructure for stablecoin mobility, yield, privacy, and on/off ramps.

import { Card, CardGroup, Columns, Table, Callout } from 'mintlify';

## Overview

<img src="https://mintcdn.com/cashmerelabs/kwEsqhtE90_gvZP5/images/hero.jpg?fit=max&auto=format&n=kwEsqhtE90_gvZP5&q=85&s=e135dd89d6e8a91677508e5cb5567fb1" alt="Cashmere hero" width="1200" height="630" data-path="images/hero.jpg" />

CashmereLabs is building the **Autonomous Monetary Infrastructure**: a stablecoin platform that unifies cross-chain mobility, automated yield, privacy-preserving settlement, and seamless access between fiat and crypto. Every product is designed to operate as part of a single super-app experience for treasuries, financial institutions, and builders.

## Strategic Narrative

* **Mission** – deliver stablecoin functionality that is as reliable as core banking infrastructure and as programmable as DeFi.
* **Focus** – native, message-based rails that abstract away chain boundaries, liquidity management, and compliance overhead.
* **Differentiation** – zero-slippage transfers are live today; autonomous yield, privacy-preserving transfers, and unified ramps are in active development.

## Product Pillars

<CardGroup cols={2}>
  <Card title="Mobility" icon="arrow-right-arrow-left">
    Zero-slippage omnichain transfers of native stablecoins. Built on issuers’ burn-and-mint messaging standards such as Circle CCTP and Tether USDT0.
  </Card>

  <Card title="Autonomy" icon="wand-magic-sparkles">
    Agent-driven vaults that continuously allocate stablecoins to the highest risk-adjusted yields across integrated venues.
  </Card>

  <Card title="Privacy" icon="lock">
    Privacy-preserving payment flows with zk proofs and optional disclosure tooling for institutions.
  </Card>

  <Card title="Access" icon="globe">
    Unified fiat ↔ crypto ramps for both EVM and non-EVM networks, abstracting away regional and settlement constraints.
  </Card>
</CardGroup>

## Product Suite

<CardGroup cols={2}>
  <Card title="Cashmere Bridge" icon="bridge" href="/products/bridge">
    <strong>Status:</strong> Production<br />
    Native stablecoin transfers with zero slippage across EVM and non-EVM networks. Eliminates wrapped assets and market-maker inventories.
  </Card>

  <Card title="Cashmere Yield Agents" icon="chart-line" href="/products/yield-agents">
    <strong>Status:</strong> Closed testnet<br />
    Autonomous strategy engine that routes treasury balances toward the highest risk-adjusted APRs with programmatic guardrails.
  </Card>

  <Card title="Cashmere Privacy" icon="eye-slash" href="/products/privacy">
    <strong>Status:</strong> Research & prototyping<br />
    Privacy-preserving stablecoin transfers with selective disclosure for audit and compliance workflows.
  </Card>

  <Card title="Cashmere Gate" icon="money-bill-wave" href="/products/gate">
    <strong>Status:</strong> In development<br />
    Seamless on/off ramps that provide consistent UX across issuers, payment partners, and supported chains.
  </Card>
</CardGroup>

## Economics Snapshot

The CashmereLabs economic model is designed to align long-term infrastructure sustainability with user value.

* **Relayer fees** from zero-slippage transfers.
* **Autonomous yield service fees** on balances managed by Cashmere Yield Agents.
* **On/Off-ramp fees** through Cashmere Gate.
* **Cashmere App monetisation** via premium workflow features and partner revenue shares.

A detailed view of the business model lives in the [Economics](/overview/economics) section.

## System Architecture

<Columns cols={2}>
  <Card title="On-Chain Layer" icon="cubes">
    Smart contracts deployed across EVM, Move, and Anchor environments handle burn, attestation, mint, and settlement logic.
  </Card>

  <Card title="Autonomous Relayers" icon="server">
    Multi-threaded Go services price routes, request attestations, enforce compliance rules, and finalise destination mints.
  </Card>
</Columns>

This modular design allows every product to share the same messaging, compliance, and monitoring stack while remaining independently deployable.

<Table>
  <TableHead>
    <TableRow>
      <TableHeader>Metric</TableHeader>
      <TableHeader>CashmereLabs</TableHeader>
      <TableHeader>Legacy Bridges</TableHeader>
    </TableRow>
  </TableHead>

  <TableBody>
    <TableRow>
      <TableCell><strong>Gas Usage (ETH)</strong></TableCell>
      <TableCell>≈150k units</TableCell>
      <TableCell>270k–300k units</TableCell>
    </TableRow>

    <TableRow>
      <TableCell><strong>Execution Speed</strong></TableCell>
      <TableCell>8s (L2) / 20s (L1)</TableCell>
      <TableCell>30s–60s+</TableCell>
    </TableRow>

    <TableRow>
      <TableCell><strong>Slippage</strong></TableCell>
      <TableCell>0.00%</TableCell>
      <TableCell>Up to 0.50%+</TableCell>
    </TableRow>

    <TableRow>
      <TableCell><strong>Architecture</strong></TableCell>
      <TableCell>Native burn-and-mint</TableCell>
      <TableCell>Wrapped tokens / liquidity pools</TableCell>
    </TableRow>
  </TableBody>
</Table>

## Roadmap Themes

* Launch autonomous yield agents with enterprise controls.
* Ship privacy layer MVP with configurable disclosure policies.
* Deliver unified ramps across strategic geographies and payment partners.

## Learn More

* [What is CashmereLabs?](/overview/what-is-cashmere)
* [Problems We Solve](/overview/problems-we-solve)
* [System Design](/overview/system-design)
* [Backend APIs](/developers/backend-apis)
* [Smart Contracts](/developers/smart-contracts)

<Callout type="success">
  Looking for partner access or enterprise integrations? Contact [contact@cashmere.exchange](mailto:contact@cashmere.exchange).
</Callout>
