Minimum Income Proof
Proves that total or average income met a threshold during a selected period. Example:The subject received at least 1,000 USDC between January and March 2026.
Frontend Flow
The frontend exposes proof creation at:- connect Freighter,
- request and sign a wallet challenge,
- sync Stellar testnet payments,
- classify payments as income or non-income,
- select eligible income payments,
- enter a threshold and date window,
- create a signed minimum-income credential,
- open the public verification page for the resulting proof ID.
API Flow
Response
The response includes:proofId,- proof status,
- signed credential payload,
- public verification URL,
- contract anchoring result,
- disclosed claim summary,
- expiration timestamp.