Problem
Sponsors have no way to see their earned yield.
The API does not calculate yield based on share
price changes.
What To Build
- Create src/modules/yield/yield.service.ts
- GET /sponsors/yield endpoint
- Daily yield snapshots via BullMQ
Files To Touch
- src/modules/yield/ (new)
- src/modules/sponsors/sponsors.controller.ts
- supabase/migrations/[ts]_yield_snapshots.sql
Acceptance Criteria
Mandatory Checks Before PR
Problem
Sponsors have no way to see their earned yield.
The API does not calculate yield based on share
price changes.
What To Build
Files To Touch
Acceptance Criteria
Mandatory Checks Before PR