Skip to content

Commit

Permalink
update FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
far-far-away committed Oct 30, 2020
1 parent a0deb4e commit 31f56bd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
12 changes: 9 additions & 3 deletions pchaindoc/source/FAQ/cancelation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ How to cancel delegation ?
-------------------------------------------------------------
Before the epoch reaches 75% height, you can cancel delegation. Guidance: :ref:`How to cancel delegation<canceldelegation>`

If your candidate is the validator in current epoch,the delegated amount will be unlocked to your balance when the epoch ends.
If not, then the delegated amount will be unlocked to your balance immediately.

-------------------------------------------------------------
Error: cancel amount greater than your Proxied Balance
-------------------------------------------------------------
Expand All @@ -50,3 +47,12 @@ This error occured because you are cancel invalid amount.Please copy your candid
PendingRefundBalance C PI

If you don't wanna cancel all your delegation, the amount you cancel should be lower or equal than A+B-C-1000. If you wanna cancel all your delegation, the amount you cancel must be equal to A+B-C.

--------------------------------------------------------------------------
When can I get my PI back after I cancel the delegation successfully?
--------------------------------------------------------------------------
If you delegated and wanna cancel in the same epoch before the chain reaches 75% height, the token will return back to balance immediately.

If you delegated in last epoch and your candidate failed to be validator in current epoch, once you cancel delegation before the chain reaches 75% height, the token will return back to balance immedidately.

If you delegated in last epoch and your candidate is elected to be validator successfully in current epoch, once you cancel delegation before the chain reaches 75% height, the token will return back to balance when the current epoch ends.
17 changes: 15 additions & 2 deletions pchaindoc/source/FAQ/delegation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You need to delegate at least 1K PI to one candidate.
You can delegate PI before the epoch reaches 75% height.

--------------------------------------------------------------------------------------------------------------------------
3. I have sent tx to delegated PI, why does the Tx status still show “pending” under the PIWallet delegate tag?
3. I have sent tx to delegate PI, why does the Tx status still show “pending” under the PIWallet delegate tag?
--------------------------------------------------------------------------------------------------------------------------
When your candidate elected for next epoch validator successfully, then this Tx status will change to success, which also means you will start to get pos mining reward.

Expand Down Expand Up @@ -57,4 +57,17 @@ If you don't wanna cancel all your delegation, the amount you cancel should be l
-------------------------------------------------------------
9.Error: Replacement transaction underpriced
-------------------------------------------------------------
This error occured becaused the former transaction you made before are in processing. Suggest you to wait for a moment and retry. But if you wanna make this new transaction to cover the former one, you can send with the higher gas fee.
This error occured becaused the former transaction you made before are in processing. Suggest you to wait for a moment and retry. But if you wanna make this new transaction to cover the former one, you can increase the gas fee.

------------------------------------------------------------------------------------------
10. I didn't get delegation tx hash, how can I ensure if my delegation is successful?
------------------------------------------------------------------------------------------
You can check the delegation history in PIwallet "Delegate" page, or go to 'Wallet" page to check the account balance if it decreased.

---------------------------------------------------------------------------------------------------------------
11. Why did my delegation hash/ Cancellation hash fail?/ Why did it return "can't delegate now"/ "Can't cancel now"?
---------------------------------------------------------------------------------------------------------------
After the chain reached 75% block height, you'r not allowed to delegate or cancel delegation. Then, pls retry when next epoch starts.



0 comments on commit 31f56bd

Please sign in to comment.