{"name":"Streaming Quadratic Voting","description":"Continuous quadratic voting with adjustable streams","endpoints":{"POST /voters":"Register voter with initial credits","GET /voters/:id":"Get voter status and allocations","POST /voters/:id/credits":"Add credits to voter","POST /proposals":"Create a proposal","GET /proposals":"List all proposals with vote counts","GET /proposals/:id":"Get proposal details","POST /proposals/:id/allocate":"Allocate votes to proposal (adjustable)","POST /proposals/:id/distribute":"Distribute funds based on QV results","GET /health":"Health check","GET /test/e2e":"End-to-end test"},"note":"Votes cost quadratically: 1 vote = 1 credit, 2 votes = 4 credits, 3 votes = 9 credits"}