From a155f46defd11cb01b3f43f64289cd8f730c9569 Mon Sep 17 00:00:00 2001 From: Norbert Date: Tue, 4 Apr 2023 12:53:33 +0300 Subject: [PATCH] create separate page for delegation --- SUMMARY.md | 133 +++++++++--------- rewards/veOcean-Data-Farming-Tutorial.md | 20 +-- veocean-data-farming/delegation.md | 19 +++ .../images/veOCEAN-Delegation.png | Bin 4 files changed, 87 insertions(+), 85 deletions(-) create mode 100644 veocean-data-farming/delegation.md rename {rewards => veocean-data-farming}/images/veOCEAN-Delegation.png (100%) diff --git a/SUMMARY.md b/SUMMARY.md index 07f90cad..50024cd5 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,71 +1,72 @@ # Table of contents -* [Orientation](README.md) - * [Wallet Basics](building-with-ocean/wallets.md) - * [Set Up MetaMask Wallet](orientation/metamask-setup.md) - * [Manage Your OCEAN Tokens](building-with-ocean/wallets-and-ocean-tokens.md) -* [Core Concepts](core-concepts/README.md) - * [Architecture Overview](core-concepts/architecture.md) - * [Data NFTs and Datatokens](core-concepts/datanft-and-datatoken.md) - * [Roles](core-concepts/roles.md) - * [Networks](core-concepts/networks.md) - * [Bridges](core-concepts/networks/bridges.md) - * [Fees](core-concepts/fees.md) - * [Asset Pricing](core-concepts/asset-pricing.md) - * [DID & DDO](core-concepts/did-ddo.md) -* [Using Ocean Market](using-ocean-market/README.md) - * [Publish a Data Asset](using-ocean-market/marketplace-publish-data-asset.md) - * [Download a Data Asset](using-ocean-market/marketplace-download-data-asset.md) - * [Publishing with Hosting Services](using-ocean-market/asset-hosting.md) - * [Liquidity Pools \[deprecated\]](using-ocean-market/remove-liquidity-using-etherscan.md) -* [Building with Ocean](building-with-ocean/README.md) - * [Build a Marketplace](building-with-ocean/build-a-marketplace/README.md) - * [Forking Ocean Market](building-with-ocean/build-a-marketplace/forking-ocean-market.md) - * [Customising a Market](building-with-ocean/build-a-marketplace/customising-your-market.md) - * [Deploying a Market](building-with-ocean/build-a-marketplace/deploying-market.md) - * [Using Ocean Libraries](building-with-ocean/using-ocean-libraries/README.md) - * [Configuration](building-with-ocean/using-ocean-libraries/configuration.md) - * [Creating a data NFT](building-with-ocean/using-ocean-libraries/creating\_dataNFT.md) - * [Publish with Fixed Pricing](building-with-ocean/using-ocean-libraries/create-datatoken-with-fixed-pricing.md) - * [Mint Datatokens](building-with-ocean/using-ocean-libraries/mint-datatoken.md) - * [Update Metadata](building-with-ocean/using-ocean-libraries/update-metadata.md) - * [Compute-to-Data](building-with-ocean/compute-to-data/README.md) - * [Architecture](building-with-ocean/compute-to-data/compute-to-data-architecture.md) - * [Datasets & Algorithms](building-with-ocean/compute-to-data/compute-to-data-datasets-algorithms.md) - * [Minikube Environment](building-with-ocean/compute-to-data/compute-to-data-minikube.md) - * [Writing Algorithms](building-with-ocean/compute-to-data/compute-to-data-algorithms.md) - * [Private Docker Registry](building-with-ocean/compute-to-data/compute-to-data-docker-registry.md) - * [User defined parameters](building-with-ocean/compute-to-data/user-defined-parameters.md) - * [Deploying Components](building-with-ocean/deploying-components/README.md) - * [Setup a Server](building-with-ocean/deploying-components/setup-server.md) - * [Deploying Marketplace](building-with-ocean/deploying-components/deploying-marketplace.md) - * [Deploying Aquarius](building-with-ocean/deploying-components/deploying-aquarius.md) - * [Deploying Provider](building-with-ocean/deploying-components/deploying-provider.md) - * [Deploying Ocean Subgraph](building-with-ocean/deploying-components/deploying-ocean-subgraph.md) - * [Using Ocean Subgraph](building-with-ocean/using-ocean-subgraph/README.md) - * [List data NFTs](building-with-ocean/using-ocean-subgraph/list-data-nfts.md) - * [List all Tokens](building-with-ocean/using-ocean-subgraph/list-datatokens.md) - * [Get Data NFT Information](building-with-ocean/using-ocean-subgraph/get-data-nft-information.md) - * [Get Datatoken Information](building-with-ocean/using-ocean-subgraph/get-datatoken-information.md) - * [List Fixed Rate Exchanges](building-with-ocean/using-ocean-subgraph/list-fixed-rate-exchanges.md) - * [Contributing](core-concepts/contributing.md) - * [Contributor Code of Conduct](core-concepts/code-of-conduct.md) - * [Legal Requirements](core-concepts/legal-reqs.md) - * [Partners & Collaborators](building-with-ocean/projects-using-ocean.md) -* [veOCEAN & Data Farming](veocean-data-farming/README.md) - * [veOCEAN](veocean-data-farming/veocean.md) - * [Data Farming 101](veocean-data-farming/df-intro.md) - * [Data Farming Background](veocean-data-farming/df-background.md) - * [Emissions & APYs](veocean-data-farming/emissions-apys.md) - * [Rewards Tutorial](rewards/veOcean-Data-Farming-Tutorial.md) -* [API References](api-references/README.md) - * [Aquarius REST API](api-references/aquarius-rest-api.md) - * [Provider REST API](api-references/provider-rest-api.md) -* [FAQ](orientation/faq.md) +- [Orientation](README.md) + - [Wallet Basics](building-with-ocean/wallets.md) + - [Set Up MetaMask Wallet](orientation/metamask-setup.md) + - [Manage Your OCEAN Tokens](building-with-ocean/wallets-and-ocean-tokens.md) +- [Core Concepts](core-concepts/README.md) + - [Architecture Overview](core-concepts/architecture.md) + - [Data NFTs and Datatokens](core-concepts/datanft-and-datatoken.md) + - [Roles](core-concepts/roles.md) + - [Networks](core-concepts/networks.md) + - [Bridges](core-concepts/networks/bridges.md) + - [Fees](core-concepts/fees.md) + - [Asset Pricing](core-concepts/asset-pricing.md) + - [DID & DDO](core-concepts/did-ddo.md) +- [Using Ocean Market](using-ocean-market/README.md) + - [Publish a Data Asset](using-ocean-market/marketplace-publish-data-asset.md) + - [Download a Data Asset](using-ocean-market/marketplace-download-data-asset.md) + - [Publishing with Hosting Services](using-ocean-market/asset-hosting.md) + - [Liquidity Pools \[deprecated\]](using-ocean-market/remove-liquidity-using-etherscan.md) +- [Building with Ocean](building-with-ocean/README.md) + - [Build a Marketplace](building-with-ocean/build-a-marketplace/README.md) + - [Forking Ocean Market](building-with-ocean/build-a-marketplace/forking-ocean-market.md) + - [Customising a Market](building-with-ocean/build-a-marketplace/customising-your-market.md) + - [Deploying a Market](building-with-ocean/build-a-marketplace/deploying-market.md) + - [Using Ocean Libraries](building-with-ocean/using-ocean-libraries/README.md) + - [Configuration](building-with-ocean/using-ocean-libraries/configuration.md) + - [Creating a data NFT](building-with-ocean/using-ocean-libraries/creating_dataNFT.md) + - [Publish with Fixed Pricing](building-with-ocean/using-ocean-libraries/create-datatoken-with-fixed-pricing.md) + - [Mint Datatokens](building-with-ocean/using-ocean-libraries/mint-datatoken.md) + - [Update Metadata](building-with-ocean/using-ocean-libraries/update-metadata.md) + - [Compute-to-Data](building-with-ocean/compute-to-data/README.md) + - [Architecture](building-with-ocean/compute-to-data/compute-to-data-architecture.md) + - [Datasets & Algorithms](building-with-ocean/compute-to-data/compute-to-data-datasets-algorithms.md) + - [Minikube Environment](building-with-ocean/compute-to-data/compute-to-data-minikube.md) + - [Writing Algorithms](building-with-ocean/compute-to-data/compute-to-data-algorithms.md) + - [Private Docker Registry](building-with-ocean/compute-to-data/compute-to-data-docker-registry.md) + - [User defined parameters](building-with-ocean/compute-to-data/user-defined-parameters.md) + - [Deploying Components](building-with-ocean/deploying-components/README.md) + - [Setup a Server](building-with-ocean/deploying-components/setup-server.md) + - [Deploying Marketplace](building-with-ocean/deploying-components/deploying-marketplace.md) + - [Deploying Aquarius](building-with-ocean/deploying-components/deploying-aquarius.md) + - [Deploying Provider](building-with-ocean/deploying-components/deploying-provider.md) + - [Deploying Ocean Subgraph](building-with-ocean/deploying-components/deploying-ocean-subgraph.md) + - [Using Ocean Subgraph](building-with-ocean/using-ocean-subgraph/README.md) + - [List data NFTs](building-with-ocean/using-ocean-subgraph/list-data-nfts.md) + - [List all Tokens](building-with-ocean/using-ocean-subgraph/list-datatokens.md) + - [Get Data NFT Information](building-with-ocean/using-ocean-subgraph/get-data-nft-information.md) + - [Get Datatoken Information](building-with-ocean/using-ocean-subgraph/get-datatoken-information.md) + - [List Fixed Rate Exchanges](building-with-ocean/using-ocean-subgraph/list-fixed-rate-exchanges.md) + - [Contributing](core-concepts/contributing.md) + - [Contributor Code of Conduct](core-concepts/code-of-conduct.md) + - [Legal Requirements](core-concepts/legal-reqs.md) + - [Partners & Collaborators](building-with-ocean/projects-using-ocean.md) +- [veOCEAN & Data Farming](veocean-data-farming/README.md) + - [veOCEAN](veocean-data-farming/veocean.md) + - [Data Farming 101](veocean-data-farming/df-intro.md) + - [Data Farming Background](veocean-data-farming/df-background.md) + - [Emissions & APYs](veocean-data-farming/emissions-apys.md) + - [Delegation](veocean-data-farming/delegation.md) + - [Rewards Tutorial](rewards/veOcean-Data-Farming-Tutorial.md) +- [API References](api-references/README.md) + - [Aquarius REST API](api-references/aquarius-rest-api.md) + - [Provider REST API](api-references/provider-rest-api.md) +- [FAQ](orientation/faq.md) ## Community -* [Medium](https://blog.oceanprotocol.com/) -* [Discord](https://discord.com/invite/TnXjkR5) -* [Telegram](https://t.me/OceanProtocol\_Community) -* [Twitter](https://twitter.com/oceanprotocol) +- [Medium](https://blog.oceanprotocol.com/) +- [Discord](https://discord.com/invite/TnXjkR5) +- [Telegram](https://t.me/OceanProtocol_Community) +- [Twitter](https://twitter.com/oceanprotocol) diff --git a/rewards/veOcean-Data-Farming-Tutorial.md b/rewards/veOcean-Data-Farming-Tutorial.md index db206152..96265846 100644 --- a/rewards/veOcean-Data-Farming-Tutorial.md +++ b/rewards/veOcean-Data-Farming-Tutorial.md @@ -1,6 +1,7 @@ --- description: Follow this step-by-step guide to get OCEAN rewards. --- + # Tutorial: How To Earn OCEAN Rewards There are two types of OCEAN rewards: passive and active rewards. OCEAN token holders may generate passive OCEAN rewards by locking up OCEAN in exchange for veOCEAN tokens. veOCEAN tokens can then be allocated to Ocean Market datasets and algorithms to generate active OCEAN rewards. @@ -77,25 +78,6 @@ All rewards are paid out in OCEAN tokens. On every Thursday the pink "Claim" but After the Lock End Date, then you can withdraw your principal OCEAN tokens on the [veOCEAN page](https://df.oceandao.org/veocean) on the left side panel. -## Delegation - -Delegation allows you to temporarily transfer your veOCEAN allocation power to another wallet address. This feature enables you to earn a higher annual percentage yield (APY) by delegating to an address that efficiently manages your allocation, without the need for reallocation and transaction fees. - -If you have multiple wallets, delegation enables you to manage your allocations with just one wallet address. - -When you delegate, you transfer 100% of your veOCEAN allocation power for a limited period. After delegation, you cannot manage your allocations until the delegation expires. The delegation expiration date is the same as the veOCEAN lock end date at the time of delegation. If necessary, you can extend your lock before delegating. You can cancel your delegation at any time. - -Once delegated, rewards will be sent to the wallet address you delegated to. The delegation receiver is in charge of your rewards and the process of returning those back to you. - -Follow these steps to delegate you veOcean: -1. Go to the DF Portal and select the wallet address you wish to delegate to. -2. Click the Delegate button and sign the transaction. You can view information about your delegation in the My Delegations component. -3. If needed, you can cancel the delegation to regain your allocation power before the delegation expires. - -![](./images/veOCEAN-Delegation.png) - -If you receive veOCEAN allocation power from other wallets, you will receive their rewards and be responsible for distributing rewards to the delegators. You cannot delegate the veOCEAN you received from delegates, only the veOCEAN you received from your lock. - ## Learn More If you would like to find out more details about veOCEAN, Data Farming, and rewards calculations, then please visit the About tab to read a great [blog post](https://blog.oceanprotocol.com/ocean-data-farming-series-c7922f1d0e45) on this topic. diff --git a/veocean-data-farming/delegation.md b/veocean-data-farming/delegation.md new file mode 100644 index 00000000..27827907 --- /dev/null +++ b/veocean-data-farming/delegation.md @@ -0,0 +1,19 @@ +## Delegation + +Delegation allows you to temporarily transfer your veOCEAN allocation power to another wallet address. This feature enables you to earn a higher annual percentage yield (APY) by delegating to an address that efficiently manages your allocation, without the need for reallocation and transaction fees. + +If you have multiple wallets, delegation enables you to manage your allocations with just one wallet address. + +When you delegate, you transfer 100% of your veOCEAN allocation power for a limited period. After delegation, you cannot manage your allocations until the delegation expires. The delegation expiration date is the same as the veOCEAN lock end date at the time of delegation. If necessary, you can extend your lock before delegating. You can cancel your delegation at any time. + +Once delegated, rewards will be sent to the wallet address you delegated to. The delegation receiver is in charge of your rewards and the process of returning those back to you. + +Follow these steps to delegate you veOcean: + +1. Go to the DF Portal and select the wallet address you wish to delegate to. +2. Click the Delegate button and sign the transaction. You can view information about your delegation in the My Delegations component. +3. If needed, you can cancel the delegation to regain your allocation power before the delegation expires. + +![](./images/veOCEAN-Delegation.png) + +If you receive veOCEAN allocation power from other wallets, you will receive their rewards and be responsible for distributing rewards to the delegators. You cannot delegate the veOCEAN you received from delegates, only the veOCEAN you received from your lock. diff --git a/rewards/images/veOCEAN-Delegation.png b/veocean-data-farming/images/veOCEAN-Delegation.png similarity index 100% rename from rewards/images/veOCEAN-Delegation.png rename to veocean-data-farming/images/veOCEAN-Delegation.png