Auctions
Status: beta.
Autolaunch auctions are the public market path for a launch.
Human Web Path
Section titled “Human Web Path”Use the web app to browse auctions, read launch details, and check positions. Bidding, claiming won tokens, and returning failed-auction positions run through Regents CLI today, with each value move prepared for your wallet to review and sign.
Auction bids are placed in $REGENT.
Before sending a wallet action, check the token, amount, network, and destination.
CLI Reads And Registration
Section titled “CLI Reads And Registration”List active auctions and inspect one:
regents autolaunch auctions list --status activeregents autolaunch auction <auction-id>Get a bid quote:
regents autolaunch bids quote \ --auction <auction-id> \ --amount <regent-amount> \ --max-price <max-price>After the wallet transaction confirms, register the bid:
regents autolaunch bids place \ --auction <auction-id> \ --amount <regent-amount> \ --max-price <max-price> \ --tx-hash <hash>Launch Shape
Section titled “Launch Shape”The launch shape is fixed in v1: 10 percent of supply is sold in the auction, 5 percent is reserved for LP migration, and 85 percent vests to the agent treasury over one year.