-
Notifications
You must be signed in to change notification settings - Fork 10
Refresh intro landing page #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
bd9b701
Refresh intro landing page
ksale001 e9ffca3
Test HTML table structure
ksale001 b650858
Revert back to markdown table
ksale001 e486545
Update both readmes
ksale001 bbbaf77
Update landing page cards
ksale001 0546556
Split landing page cards into two rows
ksale001 2ab1bc0
docs: add Learn About Obol hub page and custom card assets
ksale001 0f21e24
fix: swap faq and token card creatives
ksale001 abc0685
docs: update quickstart overview with CaaS offering path
ksale001 3243019
docs: refine quickstart overview CaaS section copy
ksale001 cc08b54
docs: update CaaS offering link in quickstart overview
ksale001 de2f914
Update run-a-dv/start/quickstart_overview.md
ksale001 27670bd
Update run-a-dv/start/quickstart_overview.md
ksale001 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,64 @@ | ||
| --- | ||
| title: Introduction | ||
| description: Overview of the Obol Collective and Distributed Validator concepts | ||
| description: Documentation, integration guides, and protocol specifications | ||
| --- | ||
|
|
||
| Welcome to the Introduction section. Here you’ll find an overview of Obol, staking incentives, key DV concepts, and more. | ||
| ## Welcome to Obol! | ||
|
|
||
| Obol builds Distributed Validator Technology (DVT), which empowers node operators, staking protocols, and institutions run Ethereum validators that are more secure, fault-tolerant, and performant. DVT benefits both operators and capital allocators while strengthening the network itself by reducing centralization risk and protecting against supermajority failures. Obol DVs are the staking endgame. | ||
|
|
||
| Whether you’re here to learn about DVT, integrate it into your staking stack, or want to stake your ETH on DVs, these docs will help you get started. | ||
|
|
||
| --- | ||
|
|
||
| ## Quick start | ||
|
|
||
| <table data-view="cards"> | ||
| <thead> | ||
| <tr> | ||
| <th></th> | ||
| <th></th> | ||
| <th data-hidden data-card-target data-type="content-ref"></th> | ||
| <th data-hidden data-card-cover data-type="files"></th> | ||
| </tr> | ||
| </thead> | ||
| <tbody> | ||
| <tr> | ||
| <td><strong>Stake ETH on Obol DVs</strong></td> | ||
| <td>Stake on existing DVT products and explore available options.</td> | ||
| <td><a href="https://obol.org">Stake ETH on Obol DVs</a></td> | ||
| <td><a href=".gitbook/assets/cards/stake.png">stake.png</a></td> | ||
| </tr> | ||
| <tr> | ||
| <td><strong>Learn About Obol</strong></td> | ||
| <td>Start here to understand DVT, how Charon (our middleware) works, and why distributed validators are fundamental to Ethereums future.</td> | ||
| <td><a href="learn/introduction/learn-about-obol/README.md">Learn About Obol</a></td> | ||
| <td><a href=".gitbook/assets/cards/open_book.png">open_book.png</a></td> | ||
| </tr> | ||
| </tbody> | ||
| </table> | ||
|
|
||
| <table data-view="cards"> | ||
| <thead> | ||
| <tr> | ||
| <th></th> | ||
| <th></th> | ||
| <th data-hidden data-card-target data-type="content-ref"></th> | ||
| <th data-hidden data-card-cover data-type="files"></th> | ||
| </tr> | ||
| </thead> | ||
| <tbody> | ||
| <tr> | ||
| <td><strong>Integrate Obol DVs</strong></td> | ||
| <td>Deploy DVs on mainnet or testnet and follow the quickstart path for operators and allocators.</td> | ||
| <td><a href="run-a-dv/start/quickstart_overview.md">Integrate Obol DVs</a></td> | ||
| <td><a href=".gitbook/assets/cards/integrate.png">integrate.png</a></td> | ||
| </tr> | ||
| <tr> | ||
| <td><strong>Get In Touch</strong></td> | ||
| <td>Partnerships, integration support, allocator onboarding, or general questions.</td> | ||
| <td><a href="mailto:business@obol.tech">business@obol.tech</a></td> | ||
| <td><a href=".gitbook/assets/cards/contact_us.png">contact_us.png</a></td> | ||
| </tr> | ||
| </tbody> | ||
| </table> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,64 @@ | ||
| --- | ||
| title: Introduction | ||
| description: Overview of the Obol Collective and Distributed Validator concepts | ||
| description: Documentation, integration guides, and protocol specifications | ||
| --- | ||
|
|
||
| Welcome to the Introduction section. Here you’ll find an overview of Obol, staking incentives, key DV concepts, and more. | ||
| ## Welcome to Obol! | ||
|
|
||
| Obol builds Distributed Validator Technology (DVT), which empowers node operators, staking protocols, and institutions run Ethereum validators that are more secure, fault-tolerant, and performant. DVT benefits both operators and capital allocators while strengthening the network itself by reducing centralization risk and protecting against supermajority failures. Obol DVs are the staking endgame. | ||
|
|
||
| Whether you’re here to learn about DVT, integrate it into your staking stack, or want to stake your ETH on DVs, these docs will help you get started. | ||
|
|
||
| --- | ||
|
|
||
| ## Quick start | ||
|
|
||
| <table data-view="cards"> | ||
| <thead> | ||
| <tr> | ||
| <th></th> | ||
| <th></th> | ||
| <th data-hidden data-card-target data-type="content-ref"></th> | ||
| <th data-hidden data-card-cover data-type="files"></th> | ||
| </tr> | ||
| </thead> | ||
| <tbody> | ||
| <tr> | ||
| <td><strong>Stake ETH on Obol DVs</strong></td> | ||
| <td>Stake on existing DVT products and explore available options.</td> | ||
| <td><a href="https://obol.org">Stake ETH on Obol DVs</a></td> | ||
| <td><a href="../../.gitbook/assets/cards/stake.png">stake.png</a></td> | ||
| </tr> | ||
| <tr> | ||
| <td><strong>Learn About Obol</strong></td> | ||
| <td>Start here to understand DVT, how Charon (our middleware) works, and why distributed validators are fundamental to Ethereums future.</td> | ||
| <td><a href="../introduction/learn-about-obol/README.md">Learn About Obol</a></td> | ||
| <td><a href="../../.gitbook/assets/cards/open_book.png">open_book.png</a></td> | ||
| </tr> | ||
| </tbody> | ||
| </table> | ||
|
|
||
| <table data-view="cards"> | ||
| <thead> | ||
| <tr> | ||
| <th></th> | ||
| <th></th> | ||
| <th data-hidden data-card-target data-type="content-ref"></th> | ||
| <th data-hidden data-card-cover data-type="files"></th> | ||
| </tr> | ||
| </thead> | ||
| <tbody> | ||
| <tr> | ||
| <td><strong>Integrate Obol DVs</strong></td> | ||
| <td>Deploy DVs on mainnet or testnet and follow the quickstart path for operators and allocators.</td> | ||
| <td><a href="../../run-a-dv/start/quickstart_overview.md">Integrate Obol DVs</a></td> | ||
| <td><a href="../../.gitbook/assets/cards/integrate.png">integrate.png</a></td> | ||
| </tr> | ||
| <tr> | ||
| <td><strong>Get In Touch</strong></td> | ||
| <td>Partnerships, integration support, allocator onboarding, or general questions.</td> | ||
| <td><a href="mailto:business@obol.tech">business@obol.tech</a></td> | ||
| <td><a href="../../.gitbook/assets/cards/contact_us.png">contact_us.png</a></td> | ||
| </tr> | ||
| </tbody> | ||
| </table> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,63 @@ | ||
| --- | ||
| title: Learn About Obol | ||
| description: Start here for the core concepts behind Obol and distributed validators | ||
| --- | ||
|
|
||
| ## Learn About Obol | ||
|
|
||
| Obol is deeply embedded in Ethereum, working with node operators, staking protocols, and institutions to advance the staking ecosystem. | ||
|
|
||
| The team and community come from the early Proof-of-Stake era, including contributors to the original Ethereum Staking Launchpad, and continue to focus on the important work that helps Ethereum scale while remaining decentralized. | ||
|
|
||
| This section is a starting point for the core topics behind Obol and how it fits into Ethereum staking today. | ||
|
|
||
| --- | ||
|
|
||
| <table data-view="cards"> | ||
| <thead> | ||
| <tr> | ||
| <th></th> | ||
| <th></th> | ||
| <th data-hidden data-card-target data-type="content-ref"></th> | ||
| <th data-hidden data-card-cover data-type="files"></th> | ||
| </tr> | ||
| </thead> | ||
| <tbody> | ||
| <tr> | ||
| <td><strong>Staking Fundamentals</strong></td> | ||
| <td>Definitions for distributed validators, clusters, key shares, and all other lingo.</td> | ||
| <td><a href="../../intro/key-concepts.md">Staking Fundamentals</a></td> | ||
| <td><a href="../../../.gitbook/assets/cards/staking-fundamentals.png">staking-fundamentals.png</a></td> | ||
| </tr> | ||
| <tr> | ||
| <td><strong>How Charon Works</strong></td> | ||
| <td>Dig into Charon, our middleware that enables DVT.</td> | ||
| <td><a href="../../charon/intro.md">How Charon Works</a></td> | ||
| <td><a href="../../../.gitbook/assets/cards/how-charon-works.png">how-charon-works.png</a></td> | ||
| </tr> | ||
| <tr> | ||
| <td><strong>The Obol Launchpad</strong></td> | ||
| <td>A one-stop shop to deploy validators, explore operators, or claim rewards.</td> | ||
| <td><a href="../../intro/launchpad.md">The Obol Launchpad</a></td> | ||
| <td><a href="../../../.gitbook/assets/cards/obol-launchpad.png">obol-launchpad.png</a></td> | ||
| </tr> | ||
| <tr> | ||
| <td><strong>The Obol Token</strong></td> | ||
| <td>Details on the OBOL token utility and mechanics.</td> | ||
| <td><a href="../../../community-and-governance/obol-token/README.md">The Obol Token</a></td> | ||
| <td><a href="../../../.gitbook/assets/cards/obol-token.png">obol-token.png</a></td> | ||
| </tr> | ||
| <tr> | ||
| <td><strong>How Obol Is Unique</strong></td> | ||
| <td>Comparison of Obol's middleware design with other DV implementations.</td> | ||
| <td><a href="../../intro/obol-vs-others.md">How Obol Is Unique</a></td> | ||
| <td><a href="../../../.gitbook/assets/cards/obol-is-unique.png">obol-is-unique.png</a></td> | ||
| </tr> | ||
| <tr> | ||
| <td><strong>FAQs</strong></td> | ||
| <td>Answers to common questions that have been raised in our community.</td> | ||
| <td><a href="../../intro/frequently-asked-questions.md">FAQs</a></td> | ||
| <td><a href="../../../.gitbook/assets/cards/faqs.png">faqs.png</a></td> | ||
| </tr> | ||
| </tbody> | ||
| </table> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.