What you gain
Verifiable credit lines
Licensed lenders (FSRA, SCA, DeFi vaults) issue per-merchant Schema B
credit-risk attestations pinned to a published underwriting methodology.
Collateral-light, regulator-auditable.
Multi-PSP backbone
One integration → checkout routes through Stripe, PayPal, Telr, Bonum, or
PayMob depending on the buyer’s corridor. You don’t pick — the resolver does.
Agent-shoppable distribution
Your catalog flows to the ACP feed and a per-merchant MCP endpoint. ChatGPT,
Claude, Cursor, and the OpenAI Agents SDK can discover and transact against
your storefront with zero extra wiring.
Privacy-aware verifier surface
Operator + verifiers see the attestation envelope. PII (legal entity name,
banking info, contact details) never leaves the operator console. Public
verifier endpoints return only chain-anchored claims.
Upgrade paths via repayment history
Schema C repayment-history attestations accumulate every settlement event.
Tier rises as performance accrues.
GET /v2/upgrade-preview projects
points-to-next-tier in real time.Append-only audit trail
Every status change, attestation mint, and repayment event is preserved. You
can prove your good standing to a regulator or a new partner without
excavating ticket archives.
Architecture at a glance
Each arrow is either an on-chain attestation, a registry mutation captured in an append-only audit log, or a verifiable settlement event. You — and any regulator or new partner — can reconstruct the full trajectory without trusting droplinked.Onboarding flow
Sign up + publish your catalog
Standard droplinked platform onboarding at
droplinked.com. Same flow you’d expect from a
Shopify-style platform: shop slug, branding, product import, payout wallet
or bank details. This is the existing platform layer — no trust-fabric work
yet.
Verify your storefront surfaces
Confirm your catalog is flowing into the agent-discoverable surfaces.If you run a custom storefront, add the
<meta name="mcp-url"> advertisement tag
to your HTML head so consumer agents auto-discover your MCP endpoint.Request your brand attestation
From the trust-fabric card in your dashboard, click Request brand
attestation. The request walks
PENDING → APPROVED → MINTED (or → REJECTED) — operator-reviewed,
then the orchestrator mints a Schema A BrandAttestation on-chain.
No further action needed; the card polls the status endpoint and
auto-advances.Full walkthrough — including the MCP-tool path for AI-agent onboarding
flows and the easscan verifier link — in
Brand attestation: request → mint → verify.Apply for a credit line
Submit a lending application. droplinked’s
The lender underwrites you against their published methodology, mints a
Schema B
/v2/lender-routing/recommend
surface picks the right-jurisdiction lender for your corridor — exact match
first, GLOBAL fallback.CreditRiskAttestation pinning the methodology hash, and the
EasIssuer.isActive gate enforces that only currently-ACTIVE lenders can
sign.Settle, repay, upgrade
Sales settle through the
checkout-intent-resolver —
one of the 5 PSPs handles the authorization based on your buyer’s corridor.
Repayments against your credit line are recorded as Schema C
RepaymentHistoryAttestation events (append-only). Tier rises as your
repayment record accrues — query
GET /v2/upgrade-preview any time
for the projection.What verifiers see about you
The public verifier surface never exposes operator-only fields. A regulator
querying
GET /v2/lenders/:lenderId/timeline
about a lender that underwrote you sees only event types + status diffs — never
the actor, the reason text, or any PII. The same redaction policy applies to
methodology timeline endpoints and to the public credit-risk attestation
endpoint.Walk the full verifier sequence in
Forensic Chain Workflow to see exactly what fields a
counter-party can re-derive from chain + public reads alone.Multi-PSP from one wire
| PSP | Coverage | Tier |
|---|---|---|
| Stripe | Global backbone — every merchant inherits | T1 |
| PayPal | Global backbone — PayPal-branded checkout | T1 |
| Telr | MENA / GCC corridor | T2 |
| Bonum | Mongolia / GCC corridor | T2 |
| PayMob | Egypt / MENA corridor | T2 |
Discoverability — MCP + ACP
Agent shopping isn’t a future surface. It’s already live:| Surface | Endpoint | What agents do here |
|---|---|---|
| Per-merchant MCP | mcp.droplinked.com/{your-shop-slug}/... | Inventory queries, cart construction, checkout intent creation |
| ACP feed | apiv3.droplinked.com/feed/acp.json | Catalog-wide discovery for shopping agents |
| Storefront advertisement | <meta name="mcp-url"> in your custom storefront <head> | Auto-discovery for agents browsing your domain |
Upgrade preview
Tier promotion is mechanical. As your Schema C repayment-history attestations accumulate, the rollup atGET /v2/upgrade-preview returns:
- Your current credit tier (T1 / T2 / T3 / T4)
- Points-to-next-tier based on cumulative repayment volume + on-time rate
- What unlocks at the next tier (max credit-line uplift, additional lender eligibility, lower-friction routing)
lenderCurrentStatus / attestorCurrentStatus fields. The reconciler never
auto-revokes — see
Trust Fabric — Issuer-state mirroring.
Audit visibility — for you
You can request your full activity log via the operator. The log captures:
- LenderRegistry / MethodologyRegistry status changes that affect your active attestations
- Every Schema B credit-risk attestation mint targeting your
merchantId - Every Schema C repayment-history event linked to your settlements
- Tier promotion + projection deltas surfaced by
GET /v2/upgrade-preview
Privacy commitment
What you DON’T have to do
- Integrate 5 PSPs individually — one droplinked integration covers Stripe, PayPal, Telr, Bonum, PayMob. The resolver picks per transaction.
- Build a custom credit-application UI —
/v2/lender-routing/recommendreturns ranked lenders for your jurisdiction. Use droplinked’s routing. - Build agent-shoppable plumbing yourself — the per-merchant MCP server + ACP feed are platform-shared infrastructure.
- Run your own brand attestation infrastructure — Schema A
(
BrandAttestation) is platform-shared. Your shop slug inherits the verifiability without you minting anything. - Negotiate jurisdiction-by-jurisdiction with lenders — the LenderRegistry + routing surface abstract that work away.
Comparison vs. traditional commerce platforms
| Capability | Shopify + Stripe | Droplinked |
|---|---|---|
| Credit access | Stripe Capital (US/UK/CA only, opaque scoring) | Verifiable Schema B from any registered lender, methodology-pinned, jurisdiction-routed |
| Multi-PSP routing | Single PSP per shop; multi-PSP requires custom build | 5 PSPs from one integration, resolver picks per transaction |
| Agent shoppability | Custom MCP / API work per shop | Per-merchant MCP + ACP feed live by default |
| Audit verifiability | Vendor-side logs only; regulator must trust the vendor | On-chain attestations + append-only registry audit log; regulator verifies without trusting droplinked |
| Onboarding speed | Weeks per PSP, weeks per credit product | Single platform onboarding; PSPs + credit unlock as you go |
Related
- Brand attestation: request → mint → verify — end-to-end Schema A lifecycle walkthrough
- Trust Fabric (EAS Schema v2) — 4-axis architecture overview
- Forensic Chain Workflow — end-to-end verifier walkthrough
- DeFi Lender Onboarding — the lender side of this story
- Upgrade Preview —
/v2/upgrade-previewreference - Checkout Intent Resolver — multi-PSP routing reference
- Lender Routing —
/v2/lender-routing/recommendreference - Connect Your Store — per-shop agent-onboarding flow
- Storefront MCP Discovery —
<meta name="mcp-url">advertisement pattern