Skip to content

Commit 73910e5

Browse files
committed
added blueprint intro page under Services
1 parent a42b855 commit 73910e5

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

pages/docs/services/_meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"restaking-rewards": "Restaking Rewards",
55
"restaking-reward-calc": {
66
"display": "hidden"
7-
}
7+
},
8+
"blueprints": "Blueprints"
89
}

pages/docs/services/blueprints.mdx

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Blueprint Specification
2+
3+
## Overview
4+
5+
Blueprints are a standard for creating and deploying technical service configurations on the Tangle Network Marketplace, enabling developers to customize and monetize their offerings while ensuring the economic security of these services through stake recursion.
6+
7+
A Blueprint is a set of metadata and parameters that define the features and behavior of a technical service, such as a Threshold Signing Scheme.
8+
9+
These blueprints can be discovered, deployed, and managed by consumers on the Tangle Network Marketplace.
10+
11+
Blueprints are deployed to a network of operators who provide the specified service in exchange for incentives. The economic security of the platform is maintained through the liquidity provided by delegators and nominators, who participate in the stake recursion process.
12+
13+
Blueprints include essential information such as the service type, configuration settings, and resource requirements. They can also specify the staking parameters that ensure economic security and incentivize operator participation.
14+
15+
Blueprints can be composed and linked together to create complex, interactive applications that leverage the power of the Tangle Network's decentralized infrastructure.
16+
17+
## Detail
18+
19+
### For Developers
20+
21+
Blueprints are a standard for creating and deploying technical service configurations on the Tangle Network Marketplace. They enable developers to customize and monetize their offerings by defining the features, behavior, and resource requirements of their services, such as Threshold Signing Schemes. Developers can specify staking parameters to ensure the economic security of their services and incentivize operator participation.
22+
23+
### For Consumers
24+
25+
Consumers can discover, deploy, and manage Blueprints on the Tangle Network Marketplace. By browsing and selecting Blueprints, consumers can access a wide range of technical services with varying configurations and features. The Tangle Network Marketplace ensures the economic security of these services through stake recursion, providing consumers with a reliable and trustworthy platform for deploying and managing their chosen Blueprints.
26+
27+
### For Operators
28+
29+
Operators are responsible for providing the services specified in the Blueprints to consumers on the Tangle Network Marketplace. They are incentivized to run these services through a reward system, which is funded by the staking and recursion process. Operators play a crucial role in maintaining the decentralized infrastructure of the Tangle Network and ensuring the availability and performance of the services offered through Blueprints.
30+
31+
### For Delegators and Nominators
32+
33+
Delegators and nominators contribute to the economic security of the Tangle Network Marketplace by providing liquidity through the stake recursion process. By participating in staking, they help to secure the network and ensure the reliability of the services offered through Blueprints. In return, delegators and nominators can earn rewards based on their level of participation and the overall performance of the network.
34+
35+
### Composability
36+
37+
Blueprints can be composed and linked together to create complex, interactive applications that leverage the power of the Tangle Network's decentralized infrastructure. This composability enables developers to build sophisticated services and applications by combining multiple Blueprints, while consumers benefit from access to a wide range of customizable and interoperable solutions.

0 commit comments

Comments
 (0)