Marketplace
Last updated
Last updated
Users can freely buy and sell squid eggs in the market through $Ton.
To buy eggs, an address should call InsquidtionMarketPlace.buy() with the right amount of ton associated.
After the order is executed, the number of eggs will be added to the buyer's balance, and ton will be transferred to the seller. Both sides will be charged a 5% fee (5% egg burn and 5% ton to the system).
An address can place a sell order with the following parameters:
Amount of eggs to sell
Total price of ton (in nanoton, 1 ton = 10^9 nanoton)
Nonce (a sequential number to identify orders, should be increased by 1 each time and start from 0)
An address can cancel a sell order by calling InsquidtionMarketPlace.cancel().
An address can have multiple active sell orders, but there's a minimum amount of eggs for each sell order, set at 100.
The egg balance will be deducted after the sell order is placed. If the order is canceled, eggs will be returned to the seller immediately.
Buying and selling squid eggs can only be done in the marketplace.
You can select the item you want to purchase, including its price and quantity. Once you confirm that the information is correct, you can click to buy.
Enter the quantity and price of the eggs you want to sell, and list the sell order in the marketplace.
You can also check your sell orders in the marketplace: