User wallet
Stores local signing material, presents transaction facts, applies local risk checks, and signs only after user approval.
VelarumPay routes and validates requests, but it does not move private keys to a server or grant merchants and agents the ability to sign user transactions.
Security starts by defining what each participant can and cannot do.
Stores local signing material, presents transaction facts, applies local risk checks, and signs only after user approval.
Authenticates, validates, routes, stores request state, applies policy, and synchronizes status. It does not sign for users.
Creates requests and reads permitted status within scoped access. It cannot export keys, approve, or sign.
No single label makes a payment safe. The product combines local key custody, deterministic validation, limited connections, and explicit user review.
Seed phrases, private keys, and derived signing material remain on the user's device.
Real payments require the wallet user to review and approve before local signing.
Connections receive limited, explicit capabilities and can be revoked.
Requests and invitations have time boundaries and cannot remain silently actionable forever.
Creation retries are designed not to produce duplicate payment requests.
Request state and events support diagnosis without giving observers signing power.
A transaction context can explain a purchase. It cannot change the network, asset, amount, recipient, contract or issuer, memo, or fee being reviewed.
The Preview remains subject to device testing, deployment exercises, license review, legal review, and release evidence.
Do not include secrets or sensitive user data in the first message. The coordinated disclosure process remains part of Preview readiness.