diff --git a/.gitbook/assets/Screenshot 2023-06-06 at 18.27.03.png b/.gitbook/assets/Screenshot 2023-06-06 at 18.27.03.png
new file mode 100644
index 00000000..1c564a79
Binary files /dev/null and b/.gitbook/assets/Screenshot 2023-06-06 at 18.27.03.png differ
diff --git a/.gitbook/assets/Screenshot 2023-06-15 at 14.49.36.png b/.gitbook/assets/Screenshot 2023-06-15 at 14.49.36.png
new file mode 100644
index 00000000..360e0e7f
Binary files /dev/null and b/.gitbook/assets/Screenshot 2023-06-15 at 14.49.36.png differ
diff --git a/SUMMARY.md b/SUMMARY.md
index 26b41f16..853006fb 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -24,12 +24,12 @@
* [Arweave](user-guides/asset-hosting/arweave.md)
* [AWS](user-guides/asset-hosting/aws.md)
* [Azure Cloud](user-guides/asset-hosting/azure-cloud.md)
- * [Join a Data Challenge](data-science/data-challenges/participating-in-a-data-challenge.md)
- * [Sponsor a Data Challenge](data-science/data-challenges/hosting-a-data-challenge.md)
- * [Get Started Data Farming](user-guides/get-veocean-tokens.md)
+ * [Join a Data Challenge](user-guides/join-a-data-challenge.md)
+ * [Sponsor a Data Challenge](user-guides/sponsor-a-data-challenge.md)
+ * [Get Started Data Farming](user-guides/get-started-df.md)
* [Harvest More Yield Data Farming](user-guides/how-to-data-farm.md)
* [Claim Rewards Data Farming](user-guides/claim-ocean-rewards.md)
- * [Liquidity Pools \[deprecated\]](user-guides/remove-liquidity-using-etherscan.md)
+ * [Liquidity Pools \[deprecated\]](user-guides/remove-liquidity-pools.md)
* [π¨π» Developers](developers/README.md)
* [Architecture Overview](developers/architecture.md)
* [Contracts](developers/contracts/README.md)
diff --git a/data-science/data-engineers.md b/data-science/data-engineers.md
index b1c75ecc..9a106349 100644
--- a/data-science/data-engineers.md
+++ b/data-science/data-engineers.md
@@ -16,7 +16,7 @@ But even then, it's not enough to just publish useful data on Ocean. **You need
Have you tried all these things and are still having trouble making money? Never fear! You can enter one of our [data challenges](https://oceanprotocol.com/challenges) to make sweet OCEAN rewards and build your data science skills.
-But what if you're a well-heeled company looking to create dApps or source data predictions? You can kickstart the value creation loop by working with Ocean Protocol to [sponsor a data challenge](data-challenges/hosting-a-data-challenge.md).
+But what if you're a well-heeled company looking to create dApps or source data predictions? You can kickstart the value creation loop by working with Ocean Protocol to [sponsor a data challenge](../user-guides/sponsor-a-data-challenge.md).
### What data could be useful for dApp builders?
diff --git a/developers/contracts/data-nfts.md b/developers/contracts/data-nfts.md
index 5a531f29..1557d821 100644
--- a/developers/contracts/data-nfts.md
+++ b/developers/contracts/data-nfts.md
@@ -35,7 +35,9 @@ We have implemented data NFTs using the [ERC721 standard](https://erc721.org/).
ERC721 tokens are non-fungible, and thus cannot be used for automatic price discovery like ERC20 tokens. ERC721 and ERC20 combined together can be used for sub-licensing. Ocean Protocol's [ERC721Template](https://github.com/oceanprotocol/contracts/blob/v4main/contracts/templates/ERC721Template.sol) solves this problem by using ERC721 for tokenizing the **Base IP** and tokenizing sub-licenses by using ERC20. To save gas fees, it uses [ERC1167](https://eips.ethereum.org/EIPS/eip-1167) proxy approach on the **ERC721 template**.
-Our implementation has been built on top of the battle-tested [OpenZeppelin contract library](https://docs.openzeppelin.com/contracts/4.x/erc721). However, there are a bunch of interesting parts of our implementation that go a bit beyond an out-of-the-box NFT.
+Our implementation has been built on top of the battle-tested [OpenZeppelin contract library](https://docs.openzeppelin.com/contracts/4.x/erc721). However, there are a bunch of interesting parts of our implementation that go a bit beyond an out-of-the-box NFT. The data NFTs can be easily managed from any NFT marketplace like [OpenSea](https://opensea.io/).
+
+
Ocean V4βs data NFT factory can deploy different types of data NFTs based on a variety of templates. Some templates could be tuned for data unions, others for DeFi, and others yet for enterprise use cases.
diff --git a/rewards/df-intro.md b/rewards/df-intro.md
index 910ed9bb..7ff6800d 100644
--- a/rewards/df-intro.md
+++ b/rewards/df-intro.md
@@ -26,7 +26,7 @@ Passive rewards are the OCEAN rewards paid to Data Farmers just for locking thei
-[To start getting passive rewards, go here.](../user-guides/get-veocean-tokens.md)
+[To start getting passive rewards, go here.](../user-guides/get-started-df.md)
#### What are Active Rewards?
diff --git a/rewards/veOcean-Data-Farming-Tutorial.md b/rewards/veOcean-Data-Farming-Tutorial.md
index 93de6f30..e829a59f 100644
--- a/rewards/veOcean-Data-Farming-Tutorial.md
+++ b/rewards/veOcean-Data-Farming-Tutorial.md
@@ -10,8 +10,8 @@ description: Learn the basic moves to start kicking a** Data Farming
Our [User Guides](../user-guides/) get you started Data Farming quickly to do the basic operations. Follow these guides to earn your blue belt in Data Farming understanding.
-{% content-ref url="../user-guides/get-veocean-tokens.md" %}
-[get-veocean-tokens.md](../user-guides/get-veocean-tokens.md)
+{% content-ref url="../user-guides/get-started-df.md" %}
+[get-started-df.md](../user-guides/get-started-df.md)
{% endcontent-ref %}
{% content-ref url="../user-guides/how-to-data-farm.md" %}
diff --git a/user-guides/README.md b/user-guides/README.md
index 75973d53..16f4da3a 100644
--- a/user-guides/README.md
+++ b/user-guides/README.md
@@ -38,8 +38,8 @@ Buy, mint, and sell NFTs using the Ocean Market following the guides below.
Farm data like a pro. ππ₯
-{% content-ref url="get-veocean-tokens.md" %}
-[get-veocean-tokens.md](get-veocean-tokens.md)
+{% content-ref url="get-started-df.md" %}
+[get-started-df.md](get-started-df.md)
{% endcontent-ref %}
{% content-ref url="how-to-data-farm.md" %}
@@ -54,6 +54,6 @@ Farm data like a pro. ππ₯
Out with the old, in with the new!
-{% content-ref url="remove-liquidity-using-etherscan.md" %}
-[remove-liquidity-using-etherscan.md](remove-liquidity-using-etherscan.md)
+{% content-ref url="remove-liquidity-pools.md" %}
+[remove-liquidity-pools.md](remove-liquidity-pools.md)
{% endcontent-ref %}
diff --git a/user-guides/claim-ocean-rewards.md b/user-guides/claim-ocean-rewards.md
index 16add88b..601f6f7f 100644
--- a/user-guides/claim-ocean-rewards.md
+++ b/user-guides/claim-ocean-rewards.md
@@ -8,7 +8,7 @@ description: How to claim OCEAN token rewards from data farming π§βπΎπ₯
Ocean Protocol's Data Farming dapp dispenses rewards **every Thursday** to its participants. π° To claim your OCEAN token rewards for data farming, simply navigate to the Data Farming [Rewards page](https://df.oceandao.org/activerewards) and click the Claim OCEAN rewards buttons that will appear pink and clickable each Thursday. Yeehaw!
-Want to begin [data farming](https://df.oceandao.org)? Start [here](get-veocean-tokens.md). π€
+Want to begin [data farming](https://df.oceandao.org)? Start [here](get-started-df.md). π€
### Step 1 - Navigate to the Data Farming Rewards page
diff --git a/user-guides/get-veocean-tokens.md b/user-guides/get-started-df.md
similarity index 100%
rename from user-guides/get-veocean-tokens.md
rename to user-guides/get-started-df.md
diff --git a/data-science/data-challenges/participating-in-a-data-challenge.md b/user-guides/join-a-data-challenge.md
similarity index 100%
rename from data-science/data-challenges/participating-in-a-data-challenge.md
rename to user-guides/join-a-data-challenge.md
diff --git a/user-guides/remove-liquidity-using-etherscan.md b/user-guides/remove-liquidity-pools.md
similarity index 100%
rename from user-guides/remove-liquidity-using-etherscan.md
rename to user-guides/remove-liquidity-pools.md
diff --git a/data-science/data-challenges/hosting-a-data-challenge.md b/user-guides/sponsor-a-data-challenge.md
similarity index 100%
rename from data-science/data-challenges/hosting-a-data-challenge.md
rename to user-guides/sponsor-a-data-challenge.md