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

# Why we exist

> Why the agentic economy needs collateral-backed credit for x402.

Agents are becoming economic actors. They call APIs, buy inference, fetch data, rent compute, and coordinate with other agents.

The financial system they inherit was built for people. It expects accounts, sessions, cards, invoices, prepaid balances, and manual review. That does not match how agents work.

## The problem

Current payment systems make agent commerce hard:

* **Payments were built for people, not agents.** Agents need to make many small decisions without logging in, entering a card, or waiting for account approval.
* **Small payments are not worth processing one by one.** Many agent payments may be cents or fractions of a cent. Traditional systems were not built to clear that cheaply.
* **On-chain settlement is too slow per request.** A useful agent may make hundreds of calls during one task. Each call cannot wait for a transaction to settle.
* **High-volume transaction flow does not scale.** Systems that manage every agent payment as a separate transaction can break down at millions of transactions per second.
* **Prepaid accounts trap capital.** Teams should not have to lock money across many API providers before they know what an agent will use.
* **Failure and disputes are hard to manage.** Sellers need predictable default coverage when a net debtor does not settle. Buyers need a way to limit exposure when something goes wrong.
* **x402 needs more infrastructure around it.** x402 makes paid HTTP requests discoverable, but builders still need credit, collateral, net settlement, and default handling.
* **Adoption still has friction.** Large teams need controls and reliability. Smaller businesses and developers need a path that does not require building billing infrastructure first.

## How 4Mica solves it

4Mica adds a clearing layer for x402. A payer deposits collateral once, signs off-chain payment guarantees as requests happen, and settles net positions later.

<Columns cols={2}>
  <Card title="Small fees" icon="coins">
    Agents can pay tiny fees per request. 4Mica groups obligations into later settlement, so each small payment does not need its own expensive transaction.
  </Card>

  <Card title="Slow settlement" icon="timer">
    Agents spend instantly with signed guarantees. Settlement happens later, after the request succeeds.
  </Card>

  <Card title="Massive volume" icon="chart-line">
    4Mica tracks high-frequency guarantees off-chain and settles net exposure instead of processing every payment on the same transaction path.
  </Card>

  <Card title="Locked capital" icon="lock-keyhole">
    Buyers use one collateral pool across many services instead of prefunding a separate account with each provider.
  </Card>

  <Card title="Defaults and disputes" icon="shield-check">
    Locked collateral covers unpaid net positions according to protocol rules. Buyers can limit exposure through spending policy, collateral, and settlement windows.
  </Card>

  <Card title="x402 adoption" icon="route">
    Sellers can protect routes with x402 and 4Mica instead of building accounts, invoices, subscriptions, or prepaid ledgers.
  </Card>
</Columns>
