Skip to content

Auctions

Status: beta.

Autolaunch auctions are the public market path for a launch.

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.

List active auctions and inspect one:

Terminal window
regents autolaunch auctions list --status active
regents autolaunch auction <auction-id>

Get a bid quote:

Terminal window
regents autolaunch bids quote \
--auction <auction-id> \
--amount <regent-amount> \
--max-price <max-price>

After the wallet transaction confirms, register the bid:

Terminal window
regents autolaunch bids place \
--auction <auction-id> \
--amount <regent-amount> \
--max-price <max-price> \
--tx-hash <hash>

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.