diff --git a/sidebars.js b/sidebars.js
index a096e841a..cb6948ad8 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -320,6 +320,8 @@ module.exports = {
"guides/address-book",
"guides/blockwallet",
"guides/safewallet",
+ "guides/delegate-xtz",
+ "guides/stake-xtz",
],
},
"isolated-module",
diff --git a/src/docs/guides/delegate-xtz.mdx b/src/docs/guides/delegate-xtz.mdx
new file mode 100644
index 000000000..b6b1d042f
--- /dev/null
+++ b/src/docs/guides/delegate-xtz.mdx
@@ -0,0 +1,32 @@
+---
+title: How to Delegate your XTZ?
+slug: /guides/delegate-xtz
+---
+
+import IPhoneWrapper from "@site/src/components/IPhoneWrapper";
+
+This guide is for those who already have AirGap set up. If you are new to AirGap, follow [this](https://medium.com/airgap-it/airgap-set-up-guide-861e0f4b39b6) guide to set up your AirGap Wallet.
+
+Make sure you have already linked your Tezos account from AirGap Vault to AirGap Wallet.
+
+1. From the Home screen of AirGap Wallet choose Tezos.
+
+
+
+2. From the account information page, select Delegation option
+
+
+
+3. Select your desired Baker and Hit “Delegate”
+
+
+
+4. Then, sign the transaction via AirGap Vault and Confirm it on AirGap Wallet.
+
+
+
+5. That’s it, you have successfully delegated your XTZ.
+
+
+
+You can also stake your XTZ after delegating it. Follow [this](/guides/stake-xtz.mdx) guide to see how you can stake your XTZ.
diff --git a/src/docs/guides/stake-xtz.mdx b/src/docs/guides/stake-xtz.mdx
new file mode 100644
index 000000000..9ec42a332
--- /dev/null
+++ b/src/docs/guides/stake-xtz.mdx
@@ -0,0 +1,49 @@
+---
+title: How to Stake your XTZ?
+slug: /guides/stake-xtz
+---
+
+import IPhoneWrapper from "@site/src/components/IPhoneWrapper";
+
+This guide is for those who already have AirGap set up. If you are new to AirGap, follow [this](https://medium.com/airgap-it/airgap-set-up-guide-861e0f4b39b6) guide to set up your AirGap Wallet.
+
+Make sure you have already linked your Tezos account from AirGap Vault to AirGap Wallet.
+
+Make sure you are already delegated else staking will be not be possible. To learn how to delegate on Tezos please follow [this](/guides/delegate-xtz.mdx) guide.
+
+1. Open AirGap Wallet and Select Tezos.
+
+
+
+2. Tap on the “Delegation” button.
+
+
+
+3. From the Staking Menu, enter the amount that you want to stake. Then, tap on the “Stake” button.
+ The image below may appear different for you, depending on the staking operation you've performed or not performed previously. The unstake tab will only appear after you've staked, while the finalize tab will appear four cycles after you unstaked. A cycle on the Tezos blockchain is approximately 2.83 days so four cycles will be around 11.28 days (about 1 and a half weeks).
+
+
+
+4. Now, it will start preparing a Transaction,
+
+
+
+5. Go ahead and Sign the transaction ion AirGap Vault.
+
+
+
+6. Confirm the transaction on AirGap Wallet.
+
+
+
+7. That's it! You have successfully staked your XTZ.
+
+
+
+8. In case you need to unstake your XTZ for some reason, you can do that by going to the Unstake Menu. Just enter the amount you want to Unstake and Hit “Unstake”.
+
+
+
+Unstaking follows the process as staking. Click the unstake button > sign in the Vault > broadcast the transaction in the wallet.
+
+You can claim (finalize) your reward and stake 4 cycles after unstaking .
diff --git a/static/img/delegate-xtz/1.PNG b/static/img/delegate-xtz/1.PNG
new file mode 100644
index 000000000..095ad5d16
Binary files /dev/null and b/static/img/delegate-xtz/1.PNG differ
diff --git a/static/img/delegate-xtz/2.PNG b/static/img/delegate-xtz/2.PNG
new file mode 100644
index 000000000..b027d73b7
Binary files /dev/null and b/static/img/delegate-xtz/2.PNG differ
diff --git a/static/img/delegate-xtz/3.PNG b/static/img/delegate-xtz/3.PNG
new file mode 100644
index 000000000..a8441c598
Binary files /dev/null and b/static/img/delegate-xtz/3.PNG differ
diff --git a/static/img/delegate-xtz/4.PNG b/static/img/delegate-xtz/4.PNG
new file mode 100644
index 000000000..79096ea5d
Binary files /dev/null and b/static/img/delegate-xtz/4.PNG differ
diff --git a/static/img/delegate-xtz/5.PNG b/static/img/delegate-xtz/5.PNG
new file mode 100644
index 000000000..ef9c28e7e
Binary files /dev/null and b/static/img/delegate-xtz/5.PNG differ
diff --git a/static/img/stake-xtz/1.PNG b/static/img/stake-xtz/1.PNG
new file mode 100644
index 000000000..095ad5d16
Binary files /dev/null and b/static/img/stake-xtz/1.PNG differ
diff --git a/static/img/stake-xtz/2.PNG b/static/img/stake-xtz/2.PNG
new file mode 100644
index 000000000..2f279db15
Binary files /dev/null and b/static/img/stake-xtz/2.PNG differ
diff --git a/static/img/stake-xtz/3.PNG b/static/img/stake-xtz/3.PNG
new file mode 100644
index 000000000..8147a88af
Binary files /dev/null and b/static/img/stake-xtz/3.PNG differ
diff --git a/static/img/stake-xtz/4.PNG b/static/img/stake-xtz/4.PNG
new file mode 100644
index 000000000..7edbe67d6
Binary files /dev/null and b/static/img/stake-xtz/4.PNG differ
diff --git a/static/img/stake-xtz/5.PNG b/static/img/stake-xtz/5.PNG
new file mode 100644
index 000000000..013af50ae
Binary files /dev/null and b/static/img/stake-xtz/5.PNG differ
diff --git a/static/img/stake-xtz/6.PNG b/static/img/stake-xtz/6.PNG
new file mode 100644
index 000000000..f9961ca45
Binary files /dev/null and b/static/img/stake-xtz/6.PNG differ
diff --git a/static/img/stake-xtz/7.PNG b/static/img/stake-xtz/7.PNG
new file mode 100644
index 000000000..2992e0cf1
Binary files /dev/null and b/static/img/stake-xtz/7.PNG differ
diff --git a/static/img/stake-xtz/8.PNG b/static/img/stake-xtz/8.PNG
new file mode 100644
index 000000000..c5b444161
Binary files /dev/null and b/static/img/stake-xtz/8.PNG differ