diff --git a/pop-cli-for-smart-contracts/SUMMARY.md b/pop-cli-for-smart-contracts/SUMMARY.md
index 14f5a7a..833b11f 100644
--- a/pop-cli-for-smart-contracts/SUMMARY.md
+++ b/pop-cli-for-smart-contracts/SUMMARY.md
@@ -8,7 +8,7 @@
## GUIDES
-* [Get tokens on Pop](guides/get-tokens-on-pop.md)
+* [Get tokens on Pop](guides/bridge-tokens-to-pop-network.md)
* [Set up your development environment](guides/set-up-your-development-environment.md)
* [Create a new contract](guides/create-a-new-contract.md)
* [Build your contract](guides/build-your-contract.md)
@@ -16,7 +16,7 @@
* [Deploying your contract locally](guides/deploying-your-contract-locally.md)
* [Calling your contract](guides/calling-your-contract.md)
* [Running E2E tests](guides/running-e2e-tests.md)
-* [Deploy on Pop](guides/deploy-on-pop.md)
+* [Deploy on Pop](guides/deploy-on-pop-testnet.md)
## TUTORIALS
diff --git a/pop-cli-for-smart-contracts/guides/get-tokens-on-pop.md b/pop-cli-for-smart-contracts/guides/bridge-tokens-to-pop-network.md
similarity index 100%
rename from pop-cli-for-smart-contracts/guides/get-tokens-on-pop.md
rename to pop-cli-for-smart-contracts/guides/bridge-tokens-to-pop-network.md
diff --git a/pop-cli-for-smart-contracts/guides/deploy-on-pop-testnet.md b/pop-cli-for-smart-contracts/guides/deploy-on-pop-testnet.md
new file mode 100644
index 0000000..026599a
--- /dev/null
+++ b/pop-cli-for-smart-contracts/guides/deploy-on-pop-testnet.md
@@ -0,0 +1,59 @@
+---
+description: Learn how to deploy an ink! smart contract to Pop
+---
+
+# Deploy on Pop
+
+Once you have battle-tested your smart contract using unit and e2e tests, you are ready to test your smart contract on the [Pop Testnet](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc2.paseo.popnetwork.xyz).
+
+Before you deploy, make sure you have bridged some tokens from the Polkadot Relay chain to your Pop account. To learn how to do this, go here:
+
+* [https://learn.onpop.io/contracts/guides/get-tokens-on-pop](https://learn.onpop.io/contracts/guides/get-tokens-on-pop)
+
+### Deploy
+
+Now that your account is funded on Pop, you can deploy your contract.
+
+Go to [contracts.onpop.io](https://contracts.onpop.io) and deploy your contract.
+
+
+
+You can now interact with your contract.
+
+
+
+
+
+## Use PolkadotJs Apps (Optional)
+
+Another UI option to interact with your ink! smart contract is to use PolkadotJS Apps.
+
+Take the contract address and check the [chain state](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc2.paseo.popnetwork.xyz#/chainstate) to confirm that the contract exists.
+
+![](https://hackmd.io/\_uploads/H1j56cMl0.png)
+
+You can add the contract to the [Contracts](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc2.paseo.popnetwork.xyz#/contracts) UI in PolkadotJS Apps. Click on "+ Add an existing contract".
+
+![](https://hackmd.io/\_uploads/HJ3h1sGg0.png)
+
+Add the contract address along with the `flipper.contract` file found inside `flipper/target/ink/flipper.contract`
+
+![Screenshot 2024-04-09 at 8.01.17 PM](https://hackmd.io/\_uploads/Bys-lozl0.png)
+
+You can now see your newly uploaded contract:
+
+![](https://hackmd.io/\_uploads/Bkh3lsfxA.png)
+
+Done!
+
+
+
+#### Resources
+
+* [https://use.ink](https://use.ink)
+
+**Technical Support**
+
+* [Polkadot Stack Exchange](https://polkadot.stackexchange.com/)
+ * Create a question and tag it with "[`pop`](https://substrate.stackexchange.com/tags/pop/info)"
+ * Share the StackExchange question in our [Pop Support Telegram channel](https://t.me/pop\_support)
diff --git a/pop-cli-for-smart-contracts/guides/deploy-on-pop.md b/pop-cli-for-smart-contracts/guides/deploy-on-pop.md
deleted file mode 100644
index 09ed93e..0000000
--- a/pop-cli-for-smart-contracts/guides/deploy-on-pop.md
+++ /dev/null
@@ -1,92 +0,0 @@
----
-description: Learn how to deploy an ink! smart contract to Pop
----
-
-# Deploy on Pop
-
-Once you have battle-tested your smart contract using unit and e2e tests, you are ready to test your smart contract on a live test network: the [Pop Testnet](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc2.paseo.popnetwork.xyz).
-
-Let's deploy.
-
-### Onboarding
-
-The community Relay test network for Polkadot is [Paseo](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpaseo.rpc.amforc.com).
-
-[Pop Testnet](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc2.paseo.popnetwork.xyz) is connected to Paseo.
-
-In order to deploy a smart contract on the Pop Testnet, we will need to fund your account with some native tokens. Remember, Pop Network uses DOT as its native token, which is the Relay network's native token. In this case, we are on Paseo, so the native token for the Paseo Relay network is PAS.
-
-We will need to:
-
-1. Fund our account on Paseo with some PAS tokens
-2. Teleport those PAS tokens from the Paseo account to the Pop Testnet account
-
-
-
-**Fund your Paseo account**
-
-Use the [Paseo faucet](https://faucet.polkadot.io/) to fund your Paseo account with some PAS tokens.
-
-PAS tokens are the equivalent of DOT on Polkadot.
-
-**Go to the** [**Paseo faucet**](https://faucet.polkadot.io/) **and request some PAS tokens for your account.**
-
-
-
-**Teleport from Paseo Relay Network to Pop Testnet**
-
-As Pop Network uses the Relay chain's native token as its native token, we will need to teleport some of the PAS tokens from your account on Paseo to Pop Network so that we can then deploy the contract.
-
-We can use [onboard.popnetwork.xyz](https://onboard.popnetwork.xyz) for teleporting PAS tokens to Pop Network. Make sure to authorize your wallet to connect to the site.
-
-![Screenshot 2024-04-09 at 7.13.17 PM](https://hackmd.io/\_uploads/HysR4czxA.png)
-
-Cool! Now that you have some PAS tokens on the [Pop Testnet](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc2.paseo.popnetwork.xyz), we can deploy our smart contract.
-
-### Deploy
-
-Now that your account is funded on Pop, you can deploy your contract.
-
-Go to [contracts.onpop.io](https://contracts.onpop.io) and deploy your contract.
-
-
-
-You can now interact with your contract.
-
-
-
-
-
-## Use PolkadotJs Apps (Optional)
-
-Another UI option to interact with your ink! smart contract is to use PolkadotJS Apps.
-
-Take the contract address and check the [chain state](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc2.paseo.popnetwork.xyz#/chainstate) to confirm that the contract exists.
-
-![](https://hackmd.io/\_uploads/H1j56cMl0.png)
-
-You can add the contract to the [Contracts](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc2.paseo.popnetwork.xyz#/contracts) UI in PolkadotJS Apps. Click on "+ Add an existing contract".
-
-![](https://hackmd.io/\_uploads/HJ3h1sGg0.png)
-
-Add the contract address along with the `flipper.contract` file found inside `flipper/target/ink/flipper.contract`
-
-![Screenshot 2024-04-09 at 8.01.17 PM](https://hackmd.io/\_uploads/Bys-lozl0.png)
-
-You can now see your newly uploaded contract:
-
-![](https://hackmd.io/\_uploads/Bkh3lsfxA.png)
-
-Done!
-
-
-
-#### Resources
-
-* [https://use.ink](https://use.ink)
-
-**Technical Support**
-
-* [Polkadot Stack Exchange](https://polkadot.stackexchange.com/)
- * Create a question and tag it with "[`pop`](https://substrate.stackexchange.com/tags/pop/info)"
- * Share the StackExchange question in our [Pop Support Telegram channel](https://t.me/pop\_support)