const faqs = [ { question: 'Is this a separate new Internet?', answer: 'ThreeFold creates a decentralized internet infrastructure that can operate independently, offering alternatives to traditional centralized systems while maintaining compatibility with existing internet protocols.', }, { question: 'Why do we need a new Internet?', answer: 'The current internet is increasingly centralized and controlled by few entities. ThreeFold provides a more democratic, private, and secure alternative where users and developers have full control over their data and applications.', }, { question: 'How can I participate?', answer: 'You can participate by becoming a farmer, a user, a partner or by developing apps. Provide capacity to the ThreeFold Grid, Use capacity, build solutions, develop applications, and many more.', }, { question: 'How can I get V4 nodes?', answer: 'Our partners are selling V4 nodes with a new reward scheme and ready to grow to millions of nodes. Click here to get V4 nodes.', }, { question: 'What can I do with the ThreeFold Grid?', answer: 'ThreeFold grid can be used to host any web2, web3 and future workload. For more details see our docs.', }, { question: 'How secure and private is my data?', answer: 'ThreeFold is designed to be secure and private by default. We use end-to-end encryption to protect your data and ensure that only you have access to your data.', }, { question: 'Who should use the ThreeFold Grid?', answer: 'Individuals, businesses, and organizations who want to be autonomous and have full control over their data and applications. Security is a very big problem today, Technology as used by ThreeFold has the potential to resolve this if used properly. We are building a channel of solution providers and integrators who want to build on top of ThreeFold.', }, ] export function Faq () { return (

Frequently asked questions

Can’t find the answer you’re looking for? Reach out to our{' '} customer support {' '} team.

{faqs.map((faq) => (
{faq.question}
{faq.answer}
))}
) }