01
When to add Peerlytics
| Product need | Surface |
|---|---|
| Create delegated deposits | @usdctofiat/offramp, no API key |
| List your own seller inventory | deposits(address), no API key |
| Choose the best buyer route | @peerlytics/sdk planRoutes() |
| Show public take links safely | Peerlytics actions.take, nullable for private liquidity |
| Orderbook and explorer context | Peerlytics v1 API |
| Production lifecycle reads | Peerlytics deposits and intents API |
02
What Peerlytics adds
- Pick the route with real depth before showing a buyer a rate or action.
- Show market-aware UX for platforms and currencies your users actually use.
- Open public take links only when liquidity is not whitelist-hooked private liquidity.
- Run backend jobs that reconcile deposits, fills, intents, and route state.
03
Integration path
- 01Ship the free deposit path first with @usdctofiat/offramp.
- 02Add @peerlytics/sdk when it needs route planning, explorer reads, deposits, intents, or market state.
- 03Use Peerlytics credits when usage moves beyond local testing.