Today we are proud to announce the release of Lucky Tokens. We have developed a Raffle system that is user friendly, simple, and profitable for users. With the first release of Lucky Tokens we have released 20 continuous raffles with 10 regular and 10 PvP raffles. Regular games consist of more than two tickets, while PvP raffles are Two tickets. While we advance and move forward we will be updating this thread to keep users informed. Below we will break down our games and other information.
Credits - We use Credits as a base currency. 100 Credits is $1 USD.
Deposits/Withdrawals - Deposits & withdrawals can be made in BTC/ETH/XRP/LTC. When you deposit, you will be credited in Credits. When you withdraw you will be given the equivalent value of the coin you wish.
Raffle - Each raffle has a select number of tickets that are required to be purchased in order to complete the raffle, additionally each raffle has a prize pool & fee.
Prize pool - When all the tickets are sold, the value of all the tickets - the fee will be awarded to the winning ticket.
Fee - The current fee for all raffles is %1 of ticket sales.
You can signup
Here! And join our Discord
HERE!Winning Ticket
// get account of the winning ticket
if ($account = Account::find($winTicket->account_id)) {
$winTicket->update(['winner' => 1]);
$win = $raffle->ticket_price * $tickets->count() * $raffle->pot_size_pct / 100;
We hope to see you soon!
- Lucky Tokens Team