Supported Families
LINEARSTEPHYBRIDTRANCHERECURRING
Who Can Pause or Resume
- only the stream sender
- only while the stream is in the correct status
ACTIVEto pausePAUSEDto resume
Pause Flow
Build the pause transaction
The app calls
POST /api/streams/:id/pause with the sender address in x-user-address.Resume Flow
Build the resume transaction
Click Resume on a paused stream. The app calls
POST /api/streams/:id/resume.What Pause Means
- vesting-based schedules stop progressing while paused
- recurring schedules stop accruing new payment windows while paused
- no value is paid out by the pause transaction itself

