diff --git a/apps/landing/src/blogs/blog.md b/apps/landing/src/blogs/blog.md new file mode 100644 index 000000000..de6cd1927 --- /dev/null +++ b/apps/landing/src/blogs/blog.md @@ -0,0 +1,12 @@ +# Casimir is Live on Goerli! + +We're proud to announce that our distributed, self custody ETH staking platform, Casimir, is live on the ETH Goerli Testnet. Casimir is powered by distributed key generation and distributed validator technology. The Casimir SelfStake manager offers an approach where stakers can directly deposit any amount of ETH to high-performing Ethereum operators. This approach minimizes counterparty risk for users and enhances the decentralization of Ethereum staking: + +- Validators duties are performed by openly registered (and collateralized) operators running distributed validator technology (DVT) +- Keys are trustlessly managed using zero-coordination distributed key generation (DKG) +- Automated actions (like compounding stake or handling a slash) are carried out by a decentralized oracle network (DON) +- The staking user experience is improved by wrapping staking contract actions using account abstraction. + +By creating a smart contract primitive that trustlessly connects stakers and node operators, we create a customizable staking process that allows users to access new staking features, such as restaking. Over the next few weeks we'll be introducing some of these additional features to our platform. + +EigenLayer Integration coming soon diff --git a/apps/landing/src/index.css b/apps/landing/src/index.css index 6d8bb4e9d..649e19949 100644 --- a/apps/landing/src/index.css +++ b/apps/landing/src/index.css @@ -975,11 +975,11 @@ ul li { } .faq__item__a { - display: none; + /* display: none; */ } .faq__item__a:active { - display: block; + /* display: block; */ } .roadmap { diff --git a/apps/landing/src/pages/blog/Blog.vue b/apps/landing/src/pages/blog/Blog.vue index 5b8316115..3daf432cd 100644 --- a/apps/landing/src/pages/blog/Blog.vue +++ b/apps/landing/src/pages/blog/Blog.vue @@ -38,6 +38,40 @@

Blog

+ + + + + +