Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
377 changes: 0 additions & 377 deletions NFT_USE_CASE.md

This file was deleted.

Empty file added docs/developer-resources.md
Empty file.
17 changes: 17 additions & 0 deletions docs/feature-guides/trust-models.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Trust Models
---

## Overview

The current subnet implementation uses a federated system of miners. This
federation is fully-trusted, but future work on the subnet feature will explore alternative
trust models.

In this fully-trusted federation model:

- The federation is responsible for issuing subnet blocks.
- Users can validate these blocks, but the subnet's federation still controls
the blocks.
- Each block must be signed by a majority of the federation
- Federation signatures are validated on the L1 chain
Loading