pDAI to pINDEPENDENCE

The cost of 1 pINDEPENDENCE is 300 pDAI, to get this price you have to call a function on the pINDEPENDENCE contract.

We can look at the verified contract code to see the prices: View the contract codearrow-up-right.

This guide assumes you’ve read and understand how to interact with contracts.

triangle-exclamation
circle-info

Check the current exchange ratesarrow-up-right to know which route is profitable!

Step-by-step Guide

  1. Open the pDAI contract and call approve() with spender pINDEPENDENCE and amount 300000000000000000000 for 300 tokens

  2. Open the pINDEPENDENCE contract and call BuyWithDAI() to mint 1 token, this is sent straight to your wallet

  3. Swap the pINDEPENDENCE on PulseX for PLS or pDAI

Repeat steps 3-5 as long as there is a decent profit margin. Once you are comfortable you can approve a higher amount of tokens to skip step 3 and speed up your arbs!

Optimizations

Use my multi mint contracts to do this even faster! Instead of calling BuyWithDAI() once per transaction you can now loop it up to 1000-2000 times in a single transaction!

  1. Open the pDAI contract functions on scgui.aff.icuarrow-up-right and call approve() with spender 0xcCDaCEF154704c604365dB9E3b1DF356B9c4B6E2 and any amount followed by 18 zeros, example: 3000000000000000000000 for 3000 tokens

  2. Call the function multiBuyWithDAI() with iterations 10, this will purchase 10 pINDEPENDENCE from the contract in one transaction

circle-info

This should help reduce the gas costs to mint each token down to 5-10 PLS

Last updated