TemplateV1(Fair Auction)
Last updated
IBAO (Initial Bulk Auction Offering) Template
This is an auction format in which all bidders split a certain amount of ERC20 tokens offered by the organiser.
Participants (bidders) can bid in ETH and get a percentage of tokens equal to their individual bid percentage of the total bid amount.
As everyone gets tokens at the same price, there is no advantage or disadvantage depending on the timing of the bids.
The amount of the allocated amount will not be known until the final total bid is determined.
The higher the bid amount, the higher the price of the tokens (lower the quota) and the lower the price (higher the quota).
0.001 ETH
1% of the total bid amount (deducted from the total bid amount upon sales collection)
100
The address of the ERC20 token you wish to sell.
You can specify a period of up to 30 days.
The quantity of ERC20 tokens you wish to sell.
The minimum total bid that considers the auction a success. If not reached, the sale will be cancelled, the auction organiser will collect the tokens and the participants will collect their bids.
Information about the auction, including a project overview. It is tied to the auction contract and stored off-chain.
Detailed technical specifications can be found at.
[https://github.com/DeFiGeek-Community/yamawake/blob/main/doc/ja/Template/V1/index.md] (https://github.com/DeFiGeek-Community/yamawake/blob/main/doc/en/Template/V1/index.md)
✅ Before the auction.
Auction organiser launches auction
✅ During the auction.
Auctioneers place bids
✅ After the auction.
Upon a successful auction.
Auction organiser collects bid tokens
Initial user reward score for the auction organiser is credited
Within 3 days after the end of the auction.
Calculate allocated amount against minimum bid (0.001 ETH) and standby if 0
Auction participant claims sales tokens
If the allocation of auction tokens is more than 1 minimum unit.
Add the initial user reward score for the auction participant
Auction participant claims an allocated amount of tokens
If the auction token quota is zero
Recover the bid amount if the auction organiser has not yet collected the bid token
If the auction fails.
Auction organiser recovers the sale tokens
Auctioneer recovers bid tokens
Last updated