Dex Asian
  • Dex Asian Intro
  • Get Started
    • Create a Wallet
    • Get BEP20 Tokens
    • Connect Your Wallet to Dex Asian
  • Privacy Policy
  • Terms and Conditions
  • Website terms of use
  • Click Here for Help
    • Troubleshooting Errors
    • General FAQ
    • Fixing Stuck Pending Transactions on MetaMask
  • Contact Us
    • Business Partnerships
    • Customer Support
    • Social Accounts & Communities
  • Roadmap
  • Whitepaper
  • Products
    • ๐Ÿ”„Exchange
      • Token Swaps
      • How to Trade
      • Liquidity Pools
      • How to Add/Remove Liquidity
    • ๐ŸšœYield Farming
      • How to Use Farms
      • How to Use Farms with BscScan
    • ๐ŸฏAmazon Pools
      • How to Stake in Amazon Pools
      • Auto DEX Amazon Pool
      • Amazon Pool FAQ & Troubleshooting
    • ๐ŸŽฒCrypto Dex games
      • Original games
    • ๐ŸŽŸ๏ธLottery v2
      • How to Play Lottery v2
      • Lottery FAQ
    • ๐Ÿ”ฎPrediction
      • How to Use Prediction
      • Prediction FAQ & Troubleshooting
    • ๐Ÿ–ผ๏ธNFT Profile System
      • How to Set Up an NFT Profile
      • Teams
    • ๐Ÿ›๏ธIFO (Initial Farm Offering)
      • How to Participate in an IFO
      • How to Participate in an IFO with BscScan
      • Contract Details
    • ๐Ÿ“ˆAnalytics (Info)
      • Analytics
    • ๐Ÿ—ณ๏ธVoting
      • How to Vote
      • How to Vote with SafePal Wallet
  • Tokenomics
    • DEX
      • DEX Tokenomics
      • Controlling DEX supply
  • Developers
    • Contributing
      • Codebase Overview
    • Bug Bounty
    • Smart Contracts
      • Dex Asian Exchange
        • Factory v2
        • Router v2
      • Main Staking/Amazon Pool/MasterChef Contract
      • Auto DEX Amazon Pool (DexVault)
      • Lottery v2
  • Hiring
    • Become a Dex
      • Senior Backend Engineer - JavaScript / TypeScript
      • Solidity Engineer
      • Blockchain QA Engineer
  • Contract Governance
    • Lottery
      • Lottery Contract
    • Prediction
    • Farms
    • Amazon Pools
      • SmartChefInitializable
      • PoolDeployer
Powered by GitBook
On this page
  • Finding Farm process identifier
  • Depositing LP Tokens through BscScan
  • Getting the Main Staking Contract address
  • Open the contract for your LP Token
  • From the source code
  • From the UI
  • Giving permission to the LP Token contract
  • Deposit LP Tokens with the Main Staking Contract smart contract
  • Withdrawing from a Pool
  • Making an emergency withdrawal
  1. Products
  2. Yield Farming

How to Use Farms with BscScan

PreviousHow to Use FarmsNextAmazon Pools

Last updated 3 years ago

Since it requires several steps, using Farms with Dex Asian can seem intimidating at first. This guide will walk you through using the Farms contract directly through BscScan.

Please understand that using BscScan to interact with contracts is not recommended for beginners. If you're not feeling confident, we suggest using the instead.

Finding Farm process identifier

To interact correctly with the farming smart contract, youโ€™ll need the matching process identifier (PID) for your LP pair. For now, the easiest way to locate this is to check GitHub.

  1. Control/command + F and search for your pair by ticker (not project name). For example, 'DEX-BUSD'.

  1. Write down or copy the PID numberโ€”in this case 389โ€”somewhere you can access it easily. You'll need this later.

Depositing LP Tokens through BscScan

There are a few things involved in depositing LP Tokens using BscScan. We've broken it down into steps to make it easier to follow along.

Getting the Main Staking Contract address

The address for the main staking contract is: 0x73feaa1eE314F8c655E354234017bE2193C9E24E

Open the contract for your LP Token

You'll need to approve the smart contract for the LP Token you wish to commit to a farm before you can spend it.

From the source code

  1. Control/command + F and search for your pair by ticker (not project name). For example, 'DEX-BNB'

  1. When you have the code for the LP pair you're looking for up, find the address after "56:". This will be your contract address.

From the UI

  1. Click Details to expand the row to show more information.

  1. Click View Contract to open the smart contract on BscScan.

Giving permission to the LP Token contract

Now that you have your LP Token's contract open on BscScan, you're going to approve the spending of your LP Tokens into the Farm.

  1. On the LP Token's contract page, go to Contract, and then Write Contract.

  1. Click Connect to Web3 to connect MetaMask.

Confirm the connection.

  1. Under function 1, โ€œapproveโ€, youโ€™ll see โ€œspender:addressโ€. Paste in the Main Staking Contractโ€™s contract address you copied to clipboard earlier.

You can also use -1 as the value to give unlimited spend approval. This does not mean you will spend everything by default, but only that a transaction of any size using this contract will be allowed by your wallet.

  1. Click Write and accept the action in your MetaMask wallet. Youโ€™re now able to commit LP Tokens to the Farm up to the amount youโ€™ve approved.

Deposit LP Tokens with the Main Staking Contract smart contract

With the Main Staking Contract now approved to spend your LP Tokens, it's time to make a deposit.

  1. Click Connect to Web3 to connect MetaMask.

  2. Scroll to function 2, "deposit", and type your PID into the "_pid" field.

If you didn't copy down your PID earlier, you can learn how to get it in the Finding Farm process identifier section higher up this page.

  1. Underneath _pid you'll see "_amount". Enter the amount for the LP contract to spend that you approved earlier.

  1. Check the information and click Write. Confirm your action in MetaMask.

  1. You can confirm your deposit worked by clicking View your transaction.

Withdrawing from a Pool

Withdrawing your LP Tokens from a Pool is very similar to making a deposit. The difference is which function you'll interact with.

  1. Click Connect to Web3 to connect MetaMask.

  2. Scroll all the way down to function 15, "withdraw", and type your PID into the "_pid" field.

If you didn't copy down your PID earlier, you can learn how to get it in the Finding Farm process identifier section higher up this page.

  1. Underneath _pid you'll see "_amount". Enter the amount of LP you'd like to withdraw from the Pool.

  1. Check the information and click Write. Confirm your action in MetaMask.

  1. You can confirm your withdrawal worked by clicking View your transaction.

Making an emergency withdrawal

โ€ŒUsing the emergency withdraw function allows you to draw all your funds out of a pool when no other way is working.

Using the emergency withdraw function will forfeit your DEX rewards!

The Dex Asian team strongly suggests avoiding this function unless advised to do so officially by the Dex Asian team, or if you are very comfortable interacting with smart contracts and understand the underlying code.

  1. Click Connect to Web3 to connect MetaMask.

โ€Œ3. Scroll down to function 4, "emergencyWithdraw", and type your PID into the "_pid" field.

If you didn't copy down your PID earlier, you can learn how to get it in the Finding Farm process identifier section higher up this page.

  1. Check the information and click Write. Confirm your action in MetaMask.

  1. You can confirm your withdrawal worked by clicking View your transaction.

Open the .

But assuming you'd like to confirm that, visit the . You'll see the address in the top-left. Click the pages icon to copy this to clipboard. You'll need it soon.

First, open .

First, visit the and search for your chosen pair using the "SEARCH" field in the top right. We're using DEX-BUSD for this example.

Youโ€™re also going to need to approve the amount of LP Tokens the contract can spend. In the value field, youโ€™ll need to enter the amount in Wei. You can use the to easily change your amount into Wei. Here we'll use 5 DEX-BUSD LP Tokens.

Back on the , go to Contract, and then Write Contract.

Back on the , go to Contract, and then Write Contract.

โ€Œ1. On the , go to Contract, and then Write Contract.

๐Ÿšœ
Dex Asian websiteโ€™s Farms code on GitHub
Dex Asian: Main Staking Contract BscScan page
farms.ts on GitHub
Dex Asian Farms page
BscScan Unit Converter
Dex Asian: Main Staking Contract BscScan page
Dex Asian: Main Staking Contract BscScan page
Dex Asian: Main Staking Contract BscScan page
How to Use Farms guide