www_projectinca_archive/src/pages/farming.astro

267 lines
8.7 KiB
Plaintext
Raw Normal View History

2024-06-04 12:03:43 +00:00
---
import Layout from '~/layouts/PageLayout.astro';
import HeroText from '~/components/widgets/HeroText.astro';
import Prices from '~/components/widgets/Pricing.astro';
import FAQs from '~/components/widgets/FAQs.astro';
import Steps from '~/components/widgets/Steps.astro';
import Features3 from '~/components/widgets/Features3.astro';
import CallToAction from '~/components/widgets/CallToAction.astro';
2024-06-06 10:27:53 +00:00
import Hero from '~/components/widgets/Hero.astro';
import InternetCapacity from './internetcapacity.astro';
import NodeSteps from './steps_node_buy.astro'
2024-06-08 14:37:47 +00:00
import Note from '~/components/widgets/Note.astro';
2024-06-04 12:03:43 +00:00
const metadata = {
2024-06-06 19:47:48 +00:00
title: 'Farming',
2024-06-04 12:03:43 +00:00
};
2024-06-08 14:11:17 +00:00
2024-06-04 12:03:43 +00:00
---
2024-06-08 14:11:17 +00:00
2024-06-04 12:03:43 +00:00
<Layout metadata={metadata}>
<!-- HeroText Widget ******************* -->
<HeroText
2024-06-06 19:47:48 +00:00
tagline="Farming"
title="Become <br>an Internet Capacity <br>Provider"
2024-06-04 12:03:43 +00:00
/>
2024-06-08 14:11:17 +00:00
2024-06-04 12:03:43 +00:00
<!-- Pricing Widget ******************* -->
<Prices
2024-06-06 19:47:48 +00:00
id="incanodes"
title="Internet Capacity Nodes"
2024-06-06 18:49:29 +00:00
subtitle="A Cloud Engine for the New Internet"
2024-06-04 12:03:43 +00:00
prices={[
{
title: 'silver',
subtitle: 'Optimal choice for end user utilization',
price: 499,
period: 'per node',
items: [
{
description: '32 GB of Memory',
},
{
description: '2,000 GB of SSD',
},
{
description: '8 Logical CPU Cores',
},
2024-06-06 10:27:53 +00:00
{
2024-06-09 08:42:13 +00:00
description: 'Up to 1,500 INCA/month for utilization.',
2024-06-08 14:37:47 +00:00
},
{
2024-06-08 14:51:00 +00:00
description: 'For first 5,000 nodes, 250 INCA/month additional for first 24 months',
2024-06-08 14:37:47 +00:00
}
2024-06-04 12:03:43 +00:00
],
callToAction: {
target: '_blank',
text: 'Get INCA Nodes',
2024-06-08 14:11:17 +00:00
href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj',
2024-06-04 12:03:43 +00:00
},
},
{
title: 'platinum',
subtitle: 'Optimal choice for generic purpose cloud',
price: 1999,
period: 'per node',
items: [
{
description: '64 GB of Memory',
},
{
description: '2,000 GB of SSD + 10,000 GB of HDD',
},
{
description: '16 Logical CPU Cores',
},
2024-06-06 10:27:53 +00:00
{
2024-06-09 08:42:13 +00:00
description: 'Up to 6,000 INCA/month for utilization.',
2024-06-08 14:37:47 +00:00
},
{
2024-06-08 14:51:00 +00:00
description: 'For first 1,000 nodes, 1,000 INCA/month additional for first 24 months',
2024-06-08 14:37:47 +00:00
}
2024-06-04 12:03:43 +00:00
],
callToAction: {
target: '_blank',
text: 'Get INCA Nodes',
2024-06-08 14:11:17 +00:00
href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj',
2024-06-04 12:03:43 +00:00
},
hasRibbon: true,
ribbonTitle: 'popular',
},
{
title: 'AI',
subtitle: 'Optimal choice for AI workloads',
price: 3999,
period: 'per node',
items: [
{
description: '64 GB of Memory',
},
{
description: '4,000 GB of SSD + 10,000 GB of HDD',
},
{
description: 'RTX 4900 GPU',
},
2024-06-06 10:27:53 +00:00
{
2024-06-09 08:42:13 +00:00
description: 'Up to 12,000 INCA/month for utilization.',
2024-06-08 14:37:47 +00:00
},
{
2024-06-08 14:51:00 +00:00
description: 'For first 1,000 nodes, 2,000 INCA/month additional for first 24 months',
2024-06-08 14:37:47 +00:00
}
2024-06-04 12:03:43 +00:00
],
callToAction: {
target: '_blank',
text: 'Get INCA Nodes',
2024-06-08 14:11:17 +00:00
href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj',
2024-06-04 12:03:43 +00:00
},
},
]}
2024-06-06 10:27:53 +00:00
2024-06-04 12:03:43 +00:00
/>
2024-06-06 10:27:53 +00:00
2024-06-08 15:04:34 +00:00
<Note content="The initial price of 1 INCA is expected to be around 0.05 EUR" title="" />
2024-06-04 12:03:43 +00:00
<!-- Features3 Widget ************** -->
<Features3
2024-06-06 13:01:15 +00:00
id="nodestech"
2024-06-04 12:03:43 +00:00
title="Nodes Leading at the Edge"
subtitle="Discover how our nodes provide a groundbreaking, reliable and robust technology"
2024-06-04 12:03:43 +00:00
columns={2}
items={[
{
title: 'Zero-OS Self-Healing Operating System',
description: 'We like things well done and built to last, that\'s why we created our own self-healing operating system, Zero-OS.',
icon: 'tabler:heart-up',
2024-06-04 12:03:43 +00:00
},
{
title: 'Quantum Safe File System',
description: 'We\'re aware of the war for your data. That\'s why we made QSFS, so you know your data is safe and future-proof.',
icon: 'tabler:file-database',
2024-06-04 12:03:43 +00:00
},
{
title: 'Energy Efficient',
2024-06-07 07:03:16 +00:00
description: 'No one wants to pay for electricly needlessly. Our system uses upto 10x less energy for certain workloads compared to traditional systems.',
icon: 'tabler:bolt',
2024-06-04 12:03:43 +00:00
},
{
title: 'Truly Decentralized',
description: `It's simple: everyone can now own their own part of the Internet. From the home setup to the datacenter farm.`,
icon: 'tabler:topology-star',
2024-06-04 12:03:43 +00:00
},
{
title: 'Data Sovereignty',
description: 'You have now have complete control over your data placement. Your data is your data, forever.',
icon: 'tabler:database',
2024-06-04 12:03:43 +00:00
},
{
title: 'Mycelium Network',
description: 'Cost-efficient, locality aware and peer-to-peer, Mycelium is the network for planetary scale.',
icon: 'tabler:mushroom',
2024-06-04 12:03:43 +00:00
},
]}
classes={{ container: 'max-w-5xl' }}
/>
<!-- Steps Widget ****************** -->
<Steps
2024-06-06 18:45:59 +00:00
title="Get a node <br> up and running<br>in no time to earn rewards..."
2024-06-04 12:03:43 +00:00
items={[
{
2024-06-06 18:45:59 +00:00
title: 'Step 1: <span class="font-medium">Order a node</span>',
description:
"We propose different nodes to suit your specific situation. From basic generic cloud services to advanced AI workloads, it's all possible on the grid.",
icon: 'tabler:package',
2024-06-04 12:03:43 +00:00
},
{
2024-06-06 18:45:59 +00:00
title: 'Step 2: <span class="font-medium">Connect the node</em>',
description:
"Setting a node is a no brainer: plug the node to an electric outlet and connect it to the Internet via a cable. That\'s it! You\'re hosting the grid!",
icon: 'tabler:plug-connected',
2024-06-04 12:03:43 +00:00
},
{
2024-06-06 18:45:59 +00:00
title: 'Step 3: <span class="font-medium">Earn rewards</span>',
description:
'The node is self-healing and autonomous. It\'s cruising speed from here on out: users can deploy on your node and you receive rewards.',
icon: 'tabler:award',
2024-06-04 12:03:43 +00:00
},
{
2024-06-06 18:45:59 +00:00
title: 'You\'re a cloud solution provider!',
icon: 'tabler:rosette-discount-check',
2024-06-04 12:03:43 +00:00
},
]}
2024-06-20 14:55:31 +00:00
image={{ src: '~/assets/images/currency_of_future2.png', alt: '' }},
2024-06-04 12:03:43 +00:00
/>
<!-- FAQs Widget ******************* -->
<FAQs
2024-06-06 13:01:15 +00:00
id="farmingfaq"
title="Farming FAQs"
2024-06-04 12:03:43 +00:00
subtitle="Choosing the right node for you is a crucial step, <br>and we're here to answer your questions. "
columns={1}
items={[
2024-06-07 12:35:44 +00:00
{
title: 'What is farming?',
description:
'Farming is the act of providing compute, storage and network resources to the grid. By deploying INCA nodes on the grid, you allow anyone anywhere in the world to deploy workloads on your nodes.',
},
{
title: 'What is INCA?',
description:
'INCA is the token of the Project Internet Capacity. With INCA, you can deploy any kind of workload on the grid.',
},
{
title: 'What are the INCA farming rewards?',
description:
'When you host INCA nodes on the grid, you get INCA rewards from providing capacity to the grid and also when users use your nodes.',
},
2024-06-04 12:03:43 +00:00
{
2024-06-07 12:18:05 +00:00
title: 'Are there any hidden fees beyond the displayed cost?',
2024-06-04 12:03:43 +00:00
description:
2024-06-07 12:18:05 +00:00
'No, the nodes cost covers all the features listed under each plan. All that is left is for you is to plug the node to an electric outlet and the Internet.',
2024-06-04 12:03:43 +00:00
},
{
2024-06-07 12:18:05 +00:00
title: 'How to install a node',
2024-06-04 12:03:43 +00:00
description:
2024-06-07 12:18:05 +00:00
"Providing cloud services to the world has never been easier. Once you've received your node, connect it to the Internet and a power outlet, and let the autonomous and self-healing operating system take care of the rest. Passive rewards you say?",
2024-06-04 12:03:43 +00:00
},
2024-06-07 12:35:44 +00:00
{
title: 'Can I get support with the node installation?',
description:
"Of course! We're help to help! Our team has been providing continuous customer support for many years and is always happy to assist you in onboarding the grid. Furthermore, our community loves to solve problems to help fellow cloud hosters!",
},
2024-06-04 12:03:43 +00:00
{
title: 'Can I get more information?',
description:
'Certainly! Check the Contact page to get more info on how to reach us.',
},
]}
/>
<!-- CallToAction Widget *********** -->
<CallToAction
2024-06-06 19:47:48 +00:00
title="Do you want to build <br>your own INCA nodes?"
subtitle="All our work is open-source and you can build your own nodes!"
2024-06-04 12:03:43 +00:00
actions={[
{
variant: 'primary',
2024-06-06 20:18:49 +00:00
text: 'Build INCA Nodes',
2024-06-06 10:27:53 +00:00
href: 'https://manual.grid.tf/documentation/farmers/3node_building/3node_building.html',
2024-06-04 12:03:43 +00:00
},
]}
/>
2024-06-08 14:11:17 +00:00
2024-06-04 12:03:43 +00:00
</Layout>
2024-06-08 14:11:17 +00:00