# Pseudo Capped Auction

In this auction a fixed amount of tokens will be distributed to the investors who invested their sucoins depending their investment ratio compared to other investors

Auction name is pseudo capped auction because even if token amount is capped investment amount is not capped

There is no token price initially and it effectively increases with every investment

Sucoin investment per investor can be limited by limit parameter

Investors will get x/y of total auctioned tokens , where y is total invested sucoins and x is investors invested sucoins.

Example : If an investor invested 3 sucoins while total invest amount is 4 , they will get 3/4 of the total sold tokens.

Auction finishes when the time ends.

There is also no bot concerns as buying speed is not important