Create flow
- Call
POST /api/v1/yellow/channel/createwith recipient, token, amount. - Receive generated stealth address and announcement data.
- Backend publishes announcement with channel metadata to registry.

Discover flow
- Recipient calls
POST /api/v1/yellow/channel/discoverwith keys. - API scans registry and returns discovered channels.
Practical caveats
- Fund and close endpoints return placeholder tx hashes in current backend behavior.
- Final settlement is dependent on external Yellow infra and not fully executed by this backend.
