Skip to content
@P2Pagos

P2Pagos (p2pagos.com & p2pay.to)

Multi-rail P2P local fiat payment infrastructure with self-custodial settlement in Bitcoin and Stables built in Nuxt on top of BTCPay and Aqua Wallet fork

Español | Português | Русский | Français | Italiano

Translations may be outdated.
Las traducciones pueden estar desactualizadas.

P2Pagos — Open-Source Multi-Rail Payment Infrastructure

Open-source, modular, and agnostic-by-design payment infrastructure for businesses and users that need practical multi-rail payment flows, self-custodial settlement, and more flexible cross-border money movement.

P2Pagos is built around inbound rails, multi-rail offramp and self-custodial settlement. It is designed to make payment architecture more practical across markets, rails, currencies, and jurisdictions, especially where traditional payment access is fragmented, limited, or overly dependent on a single provider.

P2Pagos uses BTCPay Server as the backend and an Aqua Wallet fork as the default settlement wallet.

BTCPay Server was chosen because it is a battle-tested, widely adopted, and community-maintained API and GUI backend with some built-in rails. We also actively contribute to its core and plugin ecosystem.

Aqua Wallet was chosen because it already supports settlement in btc on-chain, multiple stablecoins (USD and BRL for now) by default, and can be integrated from BTCPay Server through the Shamrock protocol with a QR-based connection flow.

Where direct local cashout is not yet native, P2Pagos provides practical guidance around compatible external wallets, cards, and off-ramp tools to improve real usability in Latin America and other supported regions. For instance, across all currently planned settlement chains, we already consider wallets and services such as Belo, Revolut, and Offramp, including card and Google Pay / Apple Pay compatible paths, while more privacy-friendly card and Google Pay options may later be added through planned FixedFloat API work or collaboration with the issuer.


Multi-Rail Payment Architecture Approach

P2Pagos is designed around a few practical choices:

  • Self-custodial by default
  • Agnostic in practice — the usable rail and settlement path matter more than ideology
  • Multi-rail by design — different markets need different ways to pay and cash out
  • Modular — inbound rails, offramps, flows, and services can be enabled or left out depending on the use case
  • Open source — the public components remain MIT licensed, with long-term maintenance and development supported by revenue from the paid closed-source offering

If an inbound rail does not already settle into an asset supported by the Aqua wallet fork, P2Pagos aims to convert further into the supported asset that is cheapest and most functional for that case.


Architecture

flowchart LR

subgraph walletWrap["/wallet (MIT)"]
  walletPlatform["Aqua fork (MIT) / (iOS & Android)"]
  seedMono["seed phrase"]
  seedMarket["seed phrase"]
  seedTeam["seed phrase / xpub"]
end

mono["/mono (MIT)"]
monoBtcpay["BTCPay Server (MIT)"]

subgraph docker["Docker"]
  marketplace["/marketplace (closed-source)"]
  marketBtcpay["BTCPay Server (MIT)"]
  bridge["/bridge"]
  kyc["/kyc"]
  pyCompliance["/py-compliance"]
end

team["/team"]
otherWallet["/wallet (MIT)"]
builtMarket["built on"]
builtTeam["built on"]

dashboard["/dashboard (MIT)"]

seedMono --> mono
seedMarket --> marketplace
seedTeam -.-> team
otherWallet --> marketplace

mono --> monoBtcpay
marketplace --> marketBtcpay
dashboard --> marketplace

marketplace -.-> builtMarket
builtMarket -.-> mono

team -.-> builtTeam
builtTeam -.-> mono

marketplace --> bridge
marketplace --> kyc
marketplace --> pyCompliance

style team stroke-dasharray: 6 6
style builtMarket fill:transparent,stroke:transparent,color:#999
style builtTeam fill:transparent,stroke:transparent,color:#999
style walletPlatform fill:transparent,stroke:transparent,color:#999

click otherWallet "https://github.com/P2Pagos/wallet" "_blank"
click mono "https://github.com/P2Pagos/mono" "_blank"
click bridge "https://github.com/P2Pagos/bridge" "_blank"
click kyc "https://github.com/P2Pagos/kyc" "_blank"
click pyCompliance "https://github.com/P2Pagos/py-compliance" "_blank"
Loading

Closed-source repos are only available to team members and not to external collaborators. Some modules may be open-sourced at a later stage.

These integrations are closed source because they require enhanced verification for the marketplace admin and for users involved in high-value transactions. They also finance all open-source development.

For these integrations, Blockchange.expert can advise a structured plan either under a Paraguay EAS or a US LLC. This consultancy service is ready to deploy today by booking an integration call at https://www.blockchange.expert/en/#call or by email asynchronously.


Inbound Multi-Rails

Rail Status Currency Payment Methods Settlement Fee Verification
BTC Implemented SATS On-chain & Lightning Bitcoin On-chain None None
USDT Implemented USD Liquid & Polygon USDT Liquid & Polygon None None
Peach (p2p-api-integration) testing Global Any Bitcoin On-chain High None
RoboSats (p2p-api-integration) testing Global Any Bitcoin On-chain High None
Mostro (p2p-api-integration) evaluating Global Any Bitcoin On-chain High None
Guardarian (cex-api-integration) planned USD, EUR, GBP, CAD, AUD, JPY, TRY, PLN, SEK Credit/Debit Cards & Google/Apple Pay Bitcoin On-chain Medium Enhanced
Paygate (cex-api-integration) planned Global Credit/Debit Cards USDT Polygon Medium None
DePix (cex-api-integration) planned BRL Pix BRL on Liquid Low None
Kamipay (cex-api-integration) planned BRL Pix USDT Polygon Low None
MtPelerin (cex-api-integration) planned EUR & CHF SEPA Bitcoin On-chain OR USDT Polygon Low Standard
Bitzed (cex-api-integration) planned ZMW Mobile Bitcoin On-chain Low None
Matbea (cex+p2p-api-integration) planned RUB Yandex Pay, Sberbank, Tinkoff, YooMoney, SBP P2P, Mobile phone Bitcoin On-chain Low None

Multi-Rail Offramp

Cashout Status Currency Payment Methods Verification
dLocal early stage LATAM / Africa / Asia & Middle East bank transfer standard
Ueno Bank post moonshot.md PYG / USD bank transfer / card-popup standard
Freedomia Card planned USD limited settlements card / Google Pay none

Referral code for one month free: Freedomia


Service Modules

Service Status Scope Purpose Default
ip-detection testing global IP geolocation and currency detection enabled by default for currency detection based on Cloudflare country location; detailed notes will be covered in a separate blog post about a Proton VPN vulnerability ignored by the security team; ipinfo requires a free lifetime API key
tor testing global Tor reverse proxy for onion and Tor-based integrations enabled if consumed by an enabled rail
cors testing global CORS reverse proxy for target APIs enabled if consumed by an enabled rail
market testing global market aggregation and external offers enabled if consumed by an enabled rail

Active and Planned Repositories

Single user orchestrator MIT repository.

It assembles inbound rails, settlement flows, and supporting services into one workspace. Active development is currently centered here.

A MIT fork of the Aqua Flutter Wallet for P2Pagos, with an embedded Nuxt app to manage /mono settings and connect to BTCPay via the Shamrock protocol.

dashboard

Nuxt-based MIT app, intended to handle payment flows through an embedded interface in the /wallet Flutter app.

marketplace

Closed-source repository for multi-user marketplace integrations of the /mono repo.

bridge

Closed-source integration module for Bridge.xyz-based fiat reception and payout orchestration within marketplace flows.

kyc

Closed-source integration module for enhanced verification, admin-level checks, and user onboarding flows tied to high-value marketplace transactions.

py-compliance

Closed-source Paraguay-specific module for accounting, reporting, and local compliance-oriented marketplace operations.


Early Use Cases Around Us

Some of the clearest use cases are already emerging from our immediate network.

  • A construction company opportunity is already active through Marta, with real demand for receiving higher-value crypto payments in Paraguay.
  • A content creator with an international audience in the health and wellness space wants to open an agency for local businesses that want to rank better on Google Maps, appear in featured snippets, and manage DNS-related work. In that flow, P2Pagos can be the payment method, while the businesses paying him may be located in Paraguay, broader LATAM, or even the Philippines.
  • During a recent weekend in the Chaco, another close Italian contact described two business lines that fit our payment approach very well:
    • assistance with Paraguayan paperwork such as cédula, residency, driver’s license, certificado de vida y residencia, and RUC opening
    • a low-cost hostel for backpackers and digital nomads booking from abroad without local Paraguayan bank accounts

Some of these businesses may be considered high-risk by mainstream payment processors even when they are not inherently problematic. Our payment method fits them well precisely because it is settlement-first, cross-border, and less dependent on local banking constraints.


Use Cases for Multi-Rail Payments

P2Pagos is aimed at cases where standard payment stacks are too limited, too fragile, or too dependent on a single provider.

Typical use cases include:

  • cross-border businesses
  • businesses that need multi-rail inbound payments
  • merchants that want crypto settlement with broader payment reach
  • users in emerging markets
  • high-risk but lawful businesses
  • builders that want modular, self-hostable payment infrastructure
  • Bitcoiners and crypto enthusiasts

It is not meant to be presented as a universal fit for every merchant.


Current Status

P2Pagos is still evolving.

Some components exist as working integrations, others are partial, experimental, or still being assembled into the main orchestrator. The repositories should be read as active infrastructure work, not as a finished product suite.


Community & Contact


Project inspired by BitPagos in 2014

Pinned Loading

  1. mono mono Public

    Orchestrator repo for P2Pagos. It assembles payment rails, business flows, and support services into a single Nuxt-based workspace.

    JavaScript

  2. wallet wallet Public

    Forked from AquaWallet/aqua-wallet

    A fork of Aqua Wallet for P2Pagos, with an embedded Nuxt app /dashboard to manage /mono settings and connect to BTCPay via the Shamrock protocol.

    Dart

Repositories

Showing 5 of 5 repositories

Top languages

Loading…

Most used topics

Loading…