Problem
There is no page showing live protocol activity.
Sponsors and mentors want to see what loans are
active and how the protocol is performing.
What To Build
Build /explorer page showing:
- Recent loans (paginated table):
borrower wallet, vendor, amount, status,
installments paid/total
- Pool activity (deposits, withdrawals)
- Recent vouches
- Protocol stats bar at top
All data from live API. Refresh every 30 seconds.
No auth required to view.
Files To Touch
- src/pages/Explorer.tsx (new)
- src/router/index.tsx
- src/components/layout/Navbar.tsx (add Explorer link)
Acceptance Criteria
Mandatory Checks Before PR
Problem
There is no page showing live protocol activity.
Sponsors and mentors want to see what loans are
active and how the protocol is performing.
What To Build
Build /explorer page showing:
borrower wallet, vendor, amount, status,
installments paid/total
All data from live API. Refresh every 30 seconds.
No auth required to view.
Files To Touch
Acceptance Criteria
Mandatory Checks Before PR