Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/p2pdotme/docs/llms.txt

Use this file to discover all available pages before exploring further.

Contract references are listed in the Contract References section. Source code is pending audits and will be opensourced by june 2026.
The currency expansion framework uses open-source YAML configs. Anyone with local payment-rail knowledge can propose a new currency via PR.
Users call raiseDispute on OrderProcessorFacet. Admins settle via adminSettleDispute with a fault type. Settlement triggers accounting and RP hooks. See Disputes for the full flow.
The protocol uses EIP-2535 Diamond Standard. Functionality is split across facets that share storage, enabling modular upgrades without redeploying the full contract.
RP hooks are whitelisted in the ReputationManager. Order volume updates, dispute penalties, and verification-gated rewards all flow through these hooks. See Reputation.
Token-holder governance (voting model, quorum, progressive decentralization) is documented in For Investors.