tangle-network / tangle

Modular restaking infrastructure for developers, restakers, and operators.
https://www.tangle.tools/
GNU General Public License v3.0
51 stars 24 forks source link

Multi Asset Delegation #660

Closed 1xstj closed 4 months ago

1xstj commented 4 months ago

Summary of changes Changes introduced in this pull request:

Tangle Multi Asset Delegation Pallet

This crate provides the delegation framework for the Tangle network, enabling the delegation of assets to operators for earning rewards.

Key Components

Before a delegator can delegate assets to an operator, they must first deposit the desired amount of assets. This reserves the assets in the delegator's account.After depositing assets, the delegator can delegate these assets to an operator. The operator then manages these assets, and the delegator can earn rewards from the operator's activities.

Reference issue to close (if applicable) Closes #650