Tracked as SR-005 in ISSUES.md.
Every checked item below links to the code that implements it. Every unchecked item has
no implementation in src/ yet.
- Asset verification system —
src/asset_verification.rs - Integration with fiat on/off ramps (via SEP-24) —
backend/src/sep24-service.ts - Multi-currency support — fee corridors and the currency/FX API
(
set_fee_corridor,fee_breakdown_corridor,api/) - Batch remittance processing —
batch_create_remittances,create_batch_remittance,confirm_batch_payout,batch_settle_with_netting(tests:src/test_batch_create.rs) - Agent reputation system —
get_agent_reputation,set_min_agent_reputation(tests:src/test_agent_stats.rs) - Dispute resolution mechanism —
raise_dispute,resolve_dispute(tests:src/test_dispute.rs)
- Mainnet security audit
- Oracle-backed FX rates (current corridor fees are admin-configured, not oracle-fed)
- Time-locked escrow tiers (today's
create_escrowhas a single global TTL, not per-tier lock durations)