🚑Manual Order Execution

updated as at 05-Nov-2023

As mentioned in "Risks" and "Using Protocol", there is execution risk & your order are not guaranteed to execute by keepers. You can choose to manually execute your orders in this way. Pulsechain, Phame, and DEFI in general are highly risky and experimental. In the end only you can be responsible for your execution.

First you go submit your order request via one of below: dapp.phame.io | dapp1.phame.io | dapp2.phame.io | IPFS hashes | or below scan.pulsechain.com IPFS link to do this under write tab

Then go to this link (check https://scan.pulsechain.com/ for latest IPFS hash) https://bafybeib57eer6qu5zm6c2mx3ycquhl7ovmi2b7iy6vqlalou2qcjyoh2ii.ipfs.dweb.link/#/address/0x8B5cCB7e0b77DbB2a1A701288Fe4351D4D067a2D?tab=write_contract

  1. first in this read contract page, go to increasePositionsIndex or decreasePositionsIndex and put your own address there to get your position request's index

  2. then, go to getRequestKey and put your address and your request index there to get your request key

  3. switch to write contract tab

  4. use executeIncreasePosition / executeDecreasePosition functions by putting your key and address in there

  5. make sure you pay enough gas in volatile/busy times

Last updated