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

# Sample Projects

> Real-world apps and bots you can build on the XentFi API

Browse implementations by category using the navigation on the right.

## Payments & Commerce

<CardGroup cols={2}>
  <Card title="Cross-Border E-Commerce Gateway" icon="cart-shopping" href="https://github.com/xentfi/sample-ecommerce-gateway">
    Accept USDC/EURC from global customers and auto-settle into stable or native assets.

    **Stack:** Next.js, Node.js, XentFi API
    **Platform:** Web
  </Card>

  <Card title="Multi-Chain Unified Tip Jar" icon="coins" href="https://github.com/xentfi/sample-tip-jar">
    One donation link that accepts tips across multiple chains and routes them to a master wallet.

    **Stack:** Next.js, XentFi API
    **Platform:** Web
  </Card>
</CardGroup>

## Wallet & Ledger Management

<CardGroup cols={2}>
  <Card title="Multi-Tenant SaaS Sub-Ledger" icon="layer-group" href="https://github.com/xentfi/sample-sub-ledger">
    Issue individual crypto deposit wallets to thousands of platform users under one master account.

    **Stack:** Node.js, PostgreSQL, XentFi API
    **Platform:** Web / SaaS
  </Card>

  <Card title="Custodial Web3 Neo-Banking App" icon="mobile" href="https://github.com/xentfi/sample-neobank">
    Mobile banking experience with real-time balances, portfolio tracking, and deposit alerts.

    **Stack:** React Native, Node.js, XentFi API
    **Platform:** Mobile (iOS/Android)
  </Card>
</CardGroup>

## Settlement & Treasury Automation

<CardGroup cols={2}>
  <Card title="Automated Yield & Treasury Rebalancer" icon="chart-line" href="https://github.com/xentfi/sample-treasury-rebalancer">
    Auto-routes idle treasury funds into yield protocols or cold storage once thresholds are met.

    **Stack:** Python, Worker/Cron, XentFi API
    **Platform:** Backend / Bot
  </Card>

  <Card title="OTC Desk Escrow Settlement Route" icon="handshake" href="https://github.com/xentfi/sample-otc-desk">
    Programmatic rules that convert incoming assets and adjust slippage for high-volume OTC trades.

    **Stack:** Node.js, XentFi API
    **Platform:** Backend / Trading Desk
  </Card>

  <Card title="Stablecoin DCA Bot" icon="robot" href="https://github.com/xentfi/sample-dca-bot">
    Monitors deposits and auto-executes swaps into USDC at set thresholds.

    **Stack:** Node.js, XentFi API
    **Platform:** Bot
  </Card>
</CardGroup>

## Security & Compliance

<CardGroup cols={2}>
  <Card title="Asset Recovery & Whitelisting Pipeline" icon="key" href="https://github.com/xentfi/sample-asset-recovery">
    Securely link and import existing self-custodial wallets into the platform.

    **Stack:** Node.js, XentFi API
    **Platform:** Web / Backend
  </Card>

  <Card title="AML/Risk Scoring Pipeline" icon="shield-halved" href="https://github.com/xentfi/sample-aml-scoring">
    Continuously audits whitelisted wallets against blacklisted addresses and flags risk.

    **Stack:** Python, XentFi API
    **Platform:** Backend
  </Card>
</CardGroup>

## Monitoring & DevOps

<CardGroup cols={2}>
  <Card title="Network Event Monitor & Chat Bot" icon="bell" href="https://github.com/xentfi/sample-event-monitor-bot">
    DevOps bot that watches wallet activity and alerts your team in Slack/Discord when thresholds are crossed.

    **Stack:** Node.js, Slack/Discord SDK, XentFi API
    **Platform:** Bot / DevOps
  </Card>
</CardGroup>
