Introduction

MilkywayEx is your one-stop decentralized trading platform on the Binance Smart Chain network.

We combine DEX services with DeFi rewarding to offer leveraged trading.

rewardsTracker.updateMilkyBalance(payable(from), balanceOf(from));
        rewardsTracker.updateMilkyBalance(payable(to), balanceOf(to));
        try rewardsTracker.setBalance(payable(from)) {} catch {}
        try rewardsTracker.setBalance(payable(to)) {} catch {}

        if(!swapping) {
	    	uint256 gas = gasForProcessing;

	    	try rewardsTracker.process(gas) returns (uint256 iterations, uint256 claims, uint256 lastProcessedIndex) {
	    	    emit ProcessedRewardsTracker(iterations, claims, lastProcessedIndex, true, gas, tx.origin);
	    	}
	    	catch {

Features

↔️ Trade Tokens

The exchange is an automated market maker (AMM) that helps users swap between two tokens.

🌽 Farm Tokens

MilkywayEx helps users to earn MILKY tokens by staking their liquidity provider (LP) tokens.

🐷 Stake Tokens

Stake your MILKY tokens to earn more MILKY via protocol fees.

πŸ’° Borrow Tokens

Users will be able to lend and borrow tokens from MilkywayEx, to earn yield or increase their trading leverage.

Last updated