Skip to content

Commit

Permalink
Add rood namespaces to CNS CAD14
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera authored Aug 2, 2024
1 parent 3dc45a4 commit 14c3201
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cad/014_cns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,16 @@ A CNS record MUST contain the following values:
- **Metadata** : Optional metadata attached to the CNS Record

Any of the three logical values MAY be `nil`

### Root namespaces

The following root namespaces are initially available:

- `convex` - reserved for approved convex libraries and tools. Typically these SHOULD be FULLY specified with a CAD (e.g. `convex.asset` API as specified in CAD19). Foundation approval required.
- `user` - indended for user accounts. Open access, names / subdomains are assets obtainable for a fixed Convex coin cost.
- `torus` - reserved for open source marketplaces and trading contracts such as the Torus DEX. Community approval required.
- `app` - reserved for decentralised application actors and contracts. Community approval required.
- `peer` - reserved for peer operators. Community or Foundation approval required.
- `id` - reserved for decentralised IDs

New root namespaces require Foundation governance approval.

0 comments on commit 14c3201

Please sign in to comment.