-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Copy of: Lay3rLabs/WAVS#720
What I'm thinking about:
- batching logic (config:
batch_size,batch_timeout_secs) - packet filtering (
allowed_operators[]) - prevent submitting the same packet twice
- submission triggers (trigger: "immediate" | "batch_full" | "timeout") - when to actually submit the batch
- packet ordering? (order_by: "timestamp" | "priority") - how to order packets within a batch
Optional, just an idea:
- value thresholds (
min_total_amount,max_total_value) - only submit if the combined amount of tokens in the batch is within certain threshold
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels