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

# Introduction

> Learn what Reinx is and how it works

Reinx is the financial command center for your AI workforce. It gives each AI agent its own funded wallet — with spending controls enforced at the platform level, not by the agent's code.

## How it works

Your agents connect to Reinx through the MCP server or REST API. Each agent gets:

* A **crypto wallet** (non-custodial, USDC on Base/Polygon/Arbitrum/Optimism + Solana) for payments and agent-to-agent transactions
* **Independent spending rules** — per-payment limits, recipient controls, velocity caps, approval thresholds
* A **virtual card** (Visa & Mastercard) for merchant payments — launching with the card program

Every transaction is checked against your rules by Reinx's infrastructure before any money moves. Even a fully compromised agent cannot bypass its spending controls.

## Key concepts

| Concept            | Description                                               |
| ------------------ | --------------------------------------------------------- |
| Crypto Wallets     | Non-custodial wallets, USDC-native, gas sponsored         |
| Virtual Cards      | One card per agent, network-enforced limits (coming soon) |
| Spending Policies  | Six layers of protection, deterministic enforcement       |
| Approve/Deny       | Human-in-the-loop for transactions above your threshold   |
| Agent Health Score | Behavioral trust score (300–850), coming soon             |

<Info>
  All financial controls are enforced by infrastructure, not by the agent's code. Even a fully
  compromised agent cannot bypass its spending rules.
</Info>

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Give your agent a funded wallet with spending controls in minutes.
  </Card>

  <Card title="MCP Tools" icon="plug" href="/mcp-tools/overview">
    Connect Claude, ChatGPT, or any MCP-capable agent to Reinx.
  </Card>

  <Card title="Authentication" icon="key" href="/api-reference/authentication">
    Get an API key and make your first request.
  </Card>

  <Card title="Agents API" icon="robot" href="/api-reference/agents">
    Create and manage agent accounts programmatically.
  </Card>
</CardGroup>
