# REAPP > Open-source agentic payments infrastructure: bounded mandates, TypeScript SDKs, Express verification, AP2 bridging, and live Stellar testnet demonstrations. REAPP separates adaptive agent planning from deterministic financial authority. A principal grants a scoped mandate; the contract and verification layers enforce merchant, asset, budget, expiry, sequence, and resource constraints. The live site demonstrates both permitted payments and contract-enforced rejection paths. ## Start here - [REAPP SDK documentation](https://reapp.live/): Install the published packages and understand the end-to-end consumer and merchant flow. - [Express payment flow](https://reapp.live/express): Pay-per-use API fulfillment with settlement and one-time redemption verification. - [AP2 mandate bridge](https://reapp.live/ap2): Canonical intent and transaction mandate checks, signatures, scope, expiry, and replay protection. - [CLI](https://reapp.live/cli): Initialize actors, create a mandate, pay, inspect evidence, and exercise rejection paths. ## Live demonstrations - [Research agent](https://reapp.live/research): An AI agent buys paid sources until the on-chain budget is exhausted. - [Video paywall](https://reapp.live/video): Three permitted pay-per-use unlocks followed by a rejected fourth payment. - [Composite mandates](https://reapp.live/composites): Multiple agents coordinate a group buy and atomic clearing result. - [Toolkit preview](https://reapp.live/t2): Guided access to newer REAPP demonstrations. ## Packages and source - [@reapp-sdk/core](https://www.npmjs.com/package/@reapp-sdk/core/v/0.2.2): Mandates, contract-enforced payments, and agent.fetch(). - [@reapp-sdk/stellar](https://www.npmjs.com/package/@reapp-sdk/stellar/v/0.2.1): Typed Stellar contract client, signers, and network configuration. - [@reapp-sdk/ap2](https://www.npmjs.com/package/@reapp-sdk/ap2/v/0.1.0): Version-pinned AP2 mandate bridge. - [@reapp-sdk/express-middleware](https://www.npmjs.com/package/@reapp-sdk/express-middleware/v/0.1.0): Express settlement and redemption verification. - [reapp-protocol-cli](https://www.npmjs.com/package/reapp-protocol-cli/v/0.1.1): Terminal workflows and testnet demos. - [Protocol repository](https://github.com/reapp-protocol/reapp-protocol): Contracts, SDK packages, tests, and examples. - [Full implementation context](https://reapp.live/llms-full.txt): One plain-text technical brief for assistants working with the protocol. ## Research companion - [REAPP NETWORK](https://reapp.network/): Independent research and architecture field guide for agentic payments. - [Agentic payments field guide](https://reapp.network/agentic-payments): Definitions, lifecycle, protocols, controls, and implementation model. The live site uses Stellar testnet and ephemeral demonstration actors. Never use production secrets or mainnet credentials in these demos. Verify current package versions, contract identifiers, and network configuration against the visible page and source repository.