Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 832 Bytes

File metadata and controls

21 lines (11 loc) · 832 Bytes

Frequently Asked Questions

What is Velo?

Velo is an open-source platform for escrow-backed, privacy-aware cash liquidity flows on Stellar.

Is Velo production-ready?

The repository contains the core architecture and initial implementation, but some parts remain under active development and should be treated as evolving infrastructure.

How do I start contributing?

Begin with the README and CONTRIBUTING guide, then select a small issue or documentation improvement.

Where does settlement happen?

Settlement logic is centered in the Soroban smart contracts, with the API layer coordinating integration.

How are payments authenticated?

The current API uses a payment-aware challenge flow based on an x402-style header pattern. This is a placeholder for stronger on-chain verification in future iterations.