> For the complete documentation index, see [llms.txt](https://docs.shredpay.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shredpay.xyz/developers/introduction.md).

# Introduction

**ShredPay** is a crypto payment and DeFi investment platform. We provide the on-chain plumbing — wallets, payments, swaps, yield — so you can ship products without building blockchain infrastructure from scratch.

## What you can build

| Product                    | Description                                                                                                                                                                                       |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Agent Wallet**           | Give AI agents a secure on-chain wallet they can use through REST or [MCP](https://modelcontextprotocol.io/). Per-key spend limits, address screening, and sponsored gas for swap and DeFi flows. |
| **Payments** *(coming)*    | Accept stablecoin payments with automatic settlement to your treasury.                                                                                                                            |
| **DeFi Vaults** *(coming)* | Programmatic access to curated yield vaults across multiple chains.                                                                                                                               |

Today these docs focus on **Agent Wallet** — our first generally available developer product.

## How ShredPay is structured

ShredPay runs as a set of microservices behind a single API gateway. As a developer you only ever interact with the public surface, but it helps to know the boundaries:

* **Wallet Service** — custodial wallet infrastructure (built on Privy 2/2 key quorum).
* **Agent Service** — the API and MCP server that exposes Agent Wallet capabilities.
* **Screening Service** — runs OFAC and risk checks on every counterparty.
* **DeFi Service** — quotes, markets, position tracking.
* **Router contracts** — on-chain entry point that batches approve + swap + deposit and lets ShredPay sponsor gas.

## Who these docs are for

Developers integrating ShredPay into their own product — whether that's an autonomous agent, a wallet UX, a trading bot, or a backend service that needs to move funds on-chain.

If you are looking for the consumer ShredPay app, see [shredpay.xyz](https://shredpay.xyz).

## Next steps

* **New here?** Start with [Getting Started → Overview](/developers/getting-started/overview.md).
* **Building an agent?** Jump straight to [Agent Wallet → Introduction](/developers/agent-wallet/introduction.md).
* **Want a working request in 60 seconds?** Try the [Direct API quickstart](/developers/agent-wallet/quickstart/direct-api.md).
