We never ask for a seed phrase
There is no field anywhere in Droppy that accepts a private key or recovery phrase. Any site or person asking for yours is trying to rob you.
Security
Droppy is non-custodial payment software. It never holds your funds and never sees a key. What it does hold is the record of what was paid — so the honest question is how that record is protected, and how it is proven.
First principles
There is no field anywhere in Droppy that accepts a private key or recovery phrase. Any site or person asking for yours is trying to rob you.
Payments move directly from your customer's wallet to yours. Droppy is not a custodian and cannot move, freeze or reverse a payment.
Payment status comes from a server-side read of the chain. Nothing a page script claims can mark a payment paid.
Authentication
Authorization
A connected wallet is a claim, not proof. Every merchant endpoint derives the acting address from the signed session and ignores whatever the request body says.
Settlement integrity
Verifying the same transaction repeatedly converges on one stored result. Re-checks update the confirmation count but never rewrite the original settlement time.
A hash already recorded against a link is refused for any other, enforced by an application check, a row-locking transaction, and a unique index on the hash in PostgreSQL.
Amounts are stored as exact base units, never floats. An amount too precise for the asset is rejected rather than silently rounded, so the figure shown always equals the figure demanded.
A payment only counts if it reached this link's address, in this link's asset, on this link's chain. Everything else is a failure with a reason.
Platform
Honest limits
We would rather answer them before you take your first payment than after.