Skip to content

Commit a4daeee

Browse files
committed
feat: update restaking documentation and metadata
1 parent 24a3e44 commit a4daeee

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

pages/restake/_meta.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,12 @@
2525
"join_a_pool": "Join a Liquid Staking Pool",
2626
"lst-rewards": "Incentives",
2727
"lst-assets": "Supported Assets",
28-
"lst_developers": "Developer Docs"
28+
"lst_developers": "Developer Docs",
29+
"-- liquid restaking": {
30+
"type": "separator",
31+
"title": "Liquid Restaking"
32+
},
33+
"lrt-concepts": "Introduction to Liquid Restaking",
34+
"lrt-vs-lst": "Liquid Restaking vs. Liquid Staking",
35+
"lrt_developers": "Developer Docs"
2936
}

pages/restake/introduction.mdx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ Tangle's core staking infrastructure is composed of three major pieces. The firs
1919
title: "Liquid Staking",
2020
description: "Explore Tangle's liquid staking protocols for validator-specific staking operations and liquid staked tokens (LSTs).",
2121
link: "../restake/lst-concepts"
22-
}
22+
},
23+
{
24+
title: "Liqued Restaking",
25+
description: "Learn about how to build a LRT (Liquid Restaking Token) vaults and how to use it for restaking.",
26+
link: "../restake/lrt-concepts"
27+
},
2328
]} />
2429

2530
## Nominated Staking
@@ -41,3 +46,8 @@ Users deposit assets into the restaking infrastructure by depositing into a pool
4146
Tangle includes a variety of liquid staking protocol implementations for partner projects and blockchain ecosystems, providing the restaking infrastructure with unique liquid staking tokens to be used in securing new services. The tokens Tangle takes an active part in developing and leveraging bear the prefix `tg...`. The `tg` LST protocols are stake operation specific liquid staking protocols. By stake operation, we mean a unique staking action that exists separate to another, such as staking on Validator A versus Validator B or staking on Vault A or Vault B for an arbitrary staking protocol. These examples would create `tgXYZ_A` and `tgXYZ_B` liquid staked tokens which are not fungible with respect to one another.
4247

4348
In doing so, Tangle's LST protocol creates a plethora of new LSTs and a well-defined pool in the restaking infrastructure. Validators, node operators, and vaults of various protocols have unique assets to represent their operations, and Tangle's liquid staking tokens provides these communities with additional product opportunities for leveraging those assets and actions.
49+
50+
## Liquid Restaking
51+
52+
Liquid Restaking Tokens (LRTs) are used to restake any assets into the restaking infrastructure.
53+
LRT in the nutshell is a way where you take any asset (usually an already staked asset, like stETH) and stake it again by depositing it into a the Tangle Restaking infrastructure and receive extra rewards for doing so.

pages/restake/lrt-vs-lst.mdx

Whitespace-only changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# LRT Developers
2+
3+
The LRT Developers section provides insights into the tools and resources available for developers working with the Tangle Network. This includes the Gadget SDK and other tools that enable the creation and deployment of Blueprints for Actively Validated Services (AVS).
4+
5+
## Key Resources
6+
- **Gadget SDK**: A powerful tool for building Blueprints.
7+
- **Documentation**: Comprehensive guides and tutorials for developers.

0 commit comments

Comments
 (0)