You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently fractional shares can only be sold at fixed prices via listings. Add a Dutch auction mechanism where the price decreases over time until a buyer accepts.
Description
Currently fractional shares can only be sold at fixed prices via listings. Add a Dutch auction mechanism where the price decreases over time until a buyer accepts.
Acceptance Criteria
create_dutch_auction(token_id, shares, start_price, end_price, duration)messagebid_dutch_auction(auction_id)message — buyer pays current descending pricecancel_dutch_auction(auction_id)message (seller only, before any bid)