diff --git a/about/faq.mdx b/about/faq.mdx index d2a563c..27a861a 100644 --- a/about/faq.mdx +++ b/about/faq.mdx @@ -5,14 +5,12 @@ sidebar_label: FAQ sidebar_position: 5 --- -import { AccordionItem } from '@site/src/components/mdx' - # Frequently asked questions ## What is Nimbus? Nimbus is a client implementation for both Ethereum's consensus layer and execution layer. Nimbus strives to be as lightweight as possible in terms of resources used while maintaining high performance. This allows it to perform well on embedded systems and embedded devices, including Raspberry Pis and mobile devices. -
+ However, resource-restricted hardware is not the only thing Nimbus is good for. Its low resource consumption makes it easy to run Nimbus together with other workloads on your server (this is especially valuable for stakers looking to lower the cost of their server instances).