Own example.com?
Claim it for free to configure webhooks and resolve feedback with USDC rewards. No wallet connection needed — the proof itself names your wallet.
Option A — DNS TXT record
_stablefeedback.example.com TXT "stablefeedback-verify=<your-wallet>"
Option B — well-known file
https://example.com/.well-known/stablefeedback.txt
→ stablefeedback-verify=<your-wallet>
Report an issue with example.com
Free, no signup:
curl -X POST https://stablefeedback.dev/api/feedback
-H 'Content-Type: application/json'
-d '{
"target": "example.com",
"description": "What went wrong"
}'