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
12 changes: 9 additions & 3 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@
"metatags": {}
},
"colors": {
"primary": "#15803D",
"light": "#07C983",
"dark": "#15803D"
"primary": "#4567F3",
"light": "#7B93F7",
"dark": "#3D5BEB"
},
"fonts": {
"family": "Inter",
"heading": {
"family": "Space Grotesk"
}
},
"favicon": "/favicon.ico",
"integrations": {
Expand Down
2 changes: 1 addition & 1 deletion getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ icon: "hand-wave"

**Choose where subnames live:** Subnames can be issued on Ethereum, on an L2 chain, or through an offchain service. All 3 work the same, but they differ in cost, control, and ownership.

| Model | Best for | Cost to issue | Ownership model | Trust assumptions |
| Model | Best for | Cost to issue | Ownership model |
| --- | --- | --- | --- |
| Offchain | High-volume onboarding and application-managed identities | No blockchain transaction | The parent-name operator manages records |
| L2 (Base, Optimism) | Lower-cost NFT ownership on a supported L2 | L2 transaction and mint price | The minted subname is held by its owner |
Expand Down
Loading