You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tangle Network enables developers to rapidly build and deploy secure multi-party services through our Blueprint system. Blueprints are reusable templates that can be instantly deployed as live services backed by Tangle's decentralized operator network, including AI agents, inference workflows, and verifiable computation pipelines.
6
+
Blueprints work best when a service needs outside operators, explicit payment terms, and a repeatable way to request live instances. These examples show the kinds of services teams have built or templated with Tangle.
7
7
8
8
## Bridges
9
9
10
10
<GithubRepoCard
11
11
name="layerzero-dvn-blueprint-template"
12
-
description="Template for creating LayerZero DVN (Decentralized Verifier Network) blueprints"
12
+
description="Template for LayerZero DVN services."
description="A template showcasing Rig AI agent integration with Tangle Blueprints, which contains an example agent for spell checking and improving codedocumentation of requested repos."
48
+
description="Rig AI agent template with a code-documentation example."
Copy file name to clipboardExpand all lines: pages/infrastructure/introduction.mdx
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
1
# Sandbox Runtime
2
2
3
3
The sandbox runtime is the execution layer for autonomous work. It provisions isolated environments, manages session execution, and streams events so workflows can run safely at scale.
4
-
Today, workloads are triggered through the workbench and managed platform services. External runtime APIs are not yet public.
4
+
5
+
There are two paths:
6
+
7
+
-**Hosted sandbox infrastructure**: apps use the Sandbox SDK/API against Tangle-managed orchestration when they have an API key and product access.
8
+
-**Protocol-backed sandbox services**: operators run sandbox blueprints as service instances, and apps verify chain/indexer state plus live operator health before routing users in.
5
9
6
10
## What It Provides
7
11
@@ -23,4 +27,4 @@ Today, workloads are triggered through the workbench and managed platform servic
23
27
-**Platform engineers**: Review [architecture](/infrastructure/architecture) and [orchestration](/infrastructure/orchestration).
24
28
-**Security teams**: Start with [sandboxing and safety](/infrastructure/sandboxing).
25
29
26
-
The runtime is available via partnership or early access.
30
+
Hosted runtime access is gated by product/API-key access. Protocol-backed runtime access depends on a registered blueprint service instance and reachable operator endpoint.
Copy file name to clipboardExpand all lines: pages/network/overview.mdx
+18-20Lines changed: 18 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,23 @@ import ExpandableImage from "../../components/ExpandableImage";
4
4
5
5
# Protocol Foundation
6
6
7
-
Tangle is the shared operating layer for autonomous work. The protocol coordinates operator-run services and routes payments. Developers publish Blueprints, users instantiate them on demand, and operators run them for a fee.
7
+
Tangle coordinates services that outside operators can run for users. Developers publish Blueprints, users request service instances, operators accept work, and protocol contracts track stake, lifecycle state, and payment terms.
8
8
9
9
## Today vs Future
10
10
11
-
Today the protocol ships with managed onboarding and a curated operator set. Over time it evolves into an open marketplace where operators host runtime services and earn based on reliability and usage.
11
+
Today the network uses managed onboarding and a curated operator set. The protocol path is still the same one a larger market needs: register operators, request service instances, record commitments, and settle fees.
12
12
13
13
## Build Composable Services
14
14
15
-
Blueprints are composable services that can be instantiated by users. They are built using the [Blueprint SDK](https://github.com/tangle-network/blueprint/tree/main) and can integrate with external security providers when needed.
15
+
Blueprints package jobs, metadata, binaries, pricing, and optional service-manager logic. Developers build them with the [Blueprint SDK](https://github.com/tangle-network/blueprint/tree/main), then users instantiate live service instances from registered operators.
16
16
17
17
## Earn as a Service Operator
18
18
19
-
Operators can earn rewards by operating Blueprint instances requested by users. Operators register for Blueprints and maintain control over the services they run, selecting the resources they want to expose for securing the Blueprint.
19
+
Operators earn service fees by running requested instances. They choose which Blueprints to register for, which endpoints to expose, and which resources or isolation modes they are willing to commit.
20
20
21
21
## Maximize Resource Utilization
22
22
23
-
Tangle enables shared security across Blueprints, allowing operators to secure multiple Blueprints with a single pool of resources and participants to earn rewards proportional to the value secured.
23
+
Operators can reuse one stake and operations stack across multiple Blueprints. That gives users a consistent way to select operators while each Blueprint keeps its own jobs, pricing, and runtime requirements.
24
24
25
25
## Who This Is For
26
26
@@ -32,44 +32,42 @@ Tangle enables shared security across Blueprints, allowing operators to secure m
Tangle Network employs a modular architecture to enable the creation and deployment of reusable services called Blueprints:
35
+
Tangle uses a modular service model:
36
36
37
37
#### Blueprints
38
38
39
-
A Blueprint is a specification that defines a service. Blueprints themselves are not live service instances. Developers create Blueprints by specifying a service binary (artifact), the jobs involved, a set of smart contracts for registration and requesting instances, and additional metadata. Users instantiate services by configuring the operator set and paying the necessary fees. [Read more about Blueprints](/developers/blueprints/introduction)
39
+
A Blueprint is a service template, not a live service. It defines the runnable artifact, jobs, metadata, pricing hooks, and registration/request logic. Users create service instances by selecting operators and accepting the payment terms. [Read more about Blueprints](/developers/blueprints/introduction)
40
40
41
41
#### Economic Security on Blueprints
42
42
43
43
Economic security backs operators who run services based on Blueprints. Operators register for services and agree through the smart contract logic to run Blueprint service instances when requested. [Read more about economic security](../staking/introduction.mdx)
44
44
45
45
#### Requesting Service Instances
46
46
47
-
Users deploy live service instances using a Blueprint's request functionality. The requester specifies criteria like the number of operators or other operator attributes. A specific subset of qualified operators is then selected to run that service instance.
48
-
49
-
We aim to support fine-grained controls over requesting instances, such as specifying the number of operators, the operator set, and other operator attributes. This allows users to customize their service instances based on their requirements.
47
+
Users create live service instances through a Blueprint request. The request names the operator set, payment terms, and service parameters the Blueprint supports.
50
48
51
49
#### Incentives
52
50
53
51
Operators earn **service fees** for running Blueprint instances and may earn optional **TNT incentives** if governance funds them. Developers earn a share of service fees and can also receive optional TNT incentives based on activity metrics.
54
52
55
-
This separation into Blueprints and instances allows services to be defined once but instantiated multiple times by different users with varying operator requirements. Blueprint developers benefit from their work being utilized widely across ecosystems and applications.
53
+
This separation lets one Blueprint support many service instances with different operators, prices, endpoints, and runtime requirements.
56
54
57
55
## Use Cases
58
56
59
-
Tangle is a protocol for reusable cryptographicand AI services. It supports complex workloads that need verifiable execution and reliable operator incentives. Key service areas include:
57
+
Tangle is a protocol for reusable cryptographic, AI, and runtime services. The protocol handles operator commitments and payments; each Blueprint defines the actual workload. Common service areas include:
60
58
61
-
-**Privacy Infrastructure**: Tangle provides a foundation for enabling privacy-preserving solutions through technologies like multi-party computation (MPC) and zero-knowledge proofs.
59
+
-**Privacy infrastructure**: MPC and zero-knowledge services where operators run key generation, signing, proving, or verification jobs.
62
60
63
-
-**Oracles**: Build decentralized oracle services that can securely feed off-chain data to blockchains using Tangle's threshold signatures and MPC primitives.
61
+
-**Oracles**: data services that use threshold signatures, MPC, or attestation before posting off-chain information onchain.
64
62
65
-
-**AI/ML**: Offer secure and scalable AI inference, fine-tuning, and evaluation services through operator-hosted runtimes.
63
+
-**AI/ML**: inference, fine-tuning, evaluation, and sandboxed agent work through operator-hosted runtimes.
66
64
67
-
-**Custody Solutions**: Leverage Tangle's cryptographic services to create distributed custody solutions with robust security guarantees.
65
+
-**Custody**: distributed signing and policy checks using threshold cryptography.
68
66
69
-
-**Bridges**: Develop cross-chain bridges and assetmovement solutions using Tangle's MPC co-processors and private bridging capabilities.
67
+
-**Bridges**: cross-chain message, verification, and asset-movement services backed by operator commitments.
70
68
71
-
-**Zero-Knowledge Services**: Implement applications leveraging zero-knowledge proofs, such as zero-knowledge machine learning (ZKML) projects, using Tangle's proof generation services.
69
+
-**Zero-knowledge services**: proof generation, proof aggregation, and verification jobs.
72
70
73
-
-**Novel Cryptographic Applications**: Tangle's modular architecture and rich cryptographic library enable developers to build innovative applications requiring advanced cryptographic primitives.
71
+
-**Custom cryptographic services**: any service that can be expressed as jobs, operator requirements, and settlement rules.
74
72
75
-
The core vision of Tangle is to provide infrastructure for developers to create and monetize a wide array of services with reliable execution and clear incentives. Developers are rewarded for valuable Blueprints, and operators are rewarded for dependable service delivery.
73
+
The point is simple: developers package services once, users instantiate them when needed, and operators get paid for work they can prove they accepted and served.
Copy file name to clipboardExpand all lines: pages/vibe/introduction.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The workbench sends execution to the sandbox runtime and can route payments thro
23
23
24
24
## Profiles Power The Runtime
25
25
26
-
Workbench profiles are the control surface for the OpenCode sidecar. They define model routing, per-agent prompts, and tool permissions so every run behaves predictably without hard-coded rules.
26
+
Workbench profiles configure the selected agent harness, model routing, per-agent prompts, and tool permissions. OpenCode is one supported harness, not the product boundary.
Copy file name to clipboardExpand all lines: pages/vibe/profile-schema.mdx
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,21 @@
1
1
# Profile Schema
2
2
3
-
This page documents the profile schema used to configure sidecar agents. Today, the schema maps to OpenCode. Over time, additional backends will share the same profile surface where possible.
3
+
This page documents the profile schema used to configure sidecar agents. The schema is shared across harnesses; each harness maps the fields it supports to its own config files, environment, and runtime flags.
4
4
5
5
## Current Support
6
6
7
-
-**OpenCode**: Full profile support (models, permissions, tools, tool servers, plugins).
8
-
-**Future backends**: We will document compatibility notes as new runtimes are added.
7
+
-**Router-backed harnesses**: OpenCode, OpenClaw, NanoClaw, Hermes, AMP, and Factory Droids can accept broad model/provider routing when product policy allows it.
8
+
-**Vendor-native harnesses**: Claude Code, Codex, and Kimi Code map best to their native provider families.
9
+
-**CLI base**: no agent harness; shell and workflow tools only.
10
+
11
+
Products can expose a subset of this list. Read runtime capabilities from the sandbox or blueprint instance instead of assuming every harness is enabled.
9
12
10
13
## Top-Level Fields
11
14
12
15
-**name**: Human-friendly identifier.
13
16
-**description**: Optional detail about what the profile is for.
14
17
-**extends**: Name of a base profile to inherit from.
18
+
-**harness**: Optional agent backend to request when the product allows harness selection.
15
19
-**model**: Primary model to use, in `provider/model-id` format.
16
20
-**small_model**: Optional secondary model for lighter tasks.
17
21
-**agent**: Map of per-agent overrides (plan, build, explore, or custom).
0 commit comments