133 lines
3.9 KiB
Markdown
133 lines
3.9 KiB
Markdown
---
|
|
title: "Become Farmer"
|
|
description: "Meet AIBOX - Your Personal AI Powerhouse powered by ThreeFold."
|
|
insert_anchor_links: "left"
|
|
template: "page.html"
|
|
extra:
|
|
author: AIBOX
|
|
imgPath: tf.png
|
|
|
|
---
|
|
<!-- section 1 (Hero) -->
|
|
|
|
{{ hero_with_image(
|
|
image_src="/images/aibox_farming.png",
|
|
image_alt="AIBox Specifications"
|
|
)}}
|
|
|
|
<!----------------------------------------------------------------------------------------->
|
|
|
|
<!-- section 2 (How it works)-->
|
|
|
|
<div class="container mx-auto lg:max-w-7xl lg:py-24 py-12 px-4 lg:px-0">
|
|
<div class="mx-auto max-w-2xl px-4 lg:max-w-7xl ">
|
|
|
|
## How It Works
|
|
|
|
<br>
|
|
|
|
Anyone can deploy AIBox (servers) from their homes or offices and participate in a decentralized alternative to corporate-owned data centers.
|
|
|
|
<br>
|
|
|
|
Starting this summer, farming is evolving. With the launch of the ThreeFold Marketplace, rewards will be based on actual usage. Users will also be able to rent unlisted GPUs directly from the network, unlocking new use cases and making decentralized compute power more accessible than ever.
|
|
|
|
</div>
|
|
|
|
<div class="max-w-7xl mx-4 md:mx-10 lg:mx-20 mt-4 lg:mt-10 xl:mx-auto px-4">
|
|
|
|
<dl class="grid max-w-xl grid-cols-1 gap-x-6 gap-y-8 lg:max-w-none lg:grid-cols-3">
|
|
|
|
{{ farm_steps(
|
|
image_src="",
|
|
image_alt="",
|
|
title="1. HOST A BOX",
|
|
description="All you need to get started is a modern computer, electricity and network. Once booted with Zero OS, a computer becomes an AIBox."
|
|
) }}
|
|
|
|
{{ farm_steps(
|
|
image_src="",
|
|
image_alt="",
|
|
title="2. OFFER CAPACITY",
|
|
description="The capacity of the AIBox gets verified, registered and secured on the ThreeFold Blockchain. Farmers can then list their resources on the ThreeFold Marketplace, making them available directly to users."
|
|
) }}
|
|
|
|
{{ farm_steps(
|
|
image_src="",
|
|
image_alt="",
|
|
title="3. EARN REWARDS",
|
|
description="Farmers earn rewards when their GPU resources are used through the Marketplace, enabling a fair and transparent peer-to-peer economy."
|
|
) }}
|
|
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!----------------------------------------------------------------------------------------->
|
|
|
|
|
|
<!-- section 3 (im,ages)-->
|
|
|
|
<div class="container mx-auto lg:max-w-7xl lg:py-24 pb-12 px-4">
|
|
|
|

|
|
|
|
<br>
|
|
|
|

|
|
|
|
</div>
|
|
|
|
|
|
<!----------------------------------------------------------------------------------------->
|
|
|
|
<!-- Section 4 (Coming Soon) -->
|
|
|
|
<div class="lg:max-w-5xl text-center container mx-auto px-6 lg:px-8 lg:py-24 py-12">
|
|
|
|
## Powered by ThreeFold
|
|
|
|
<br>
|
|
|
|
**AIBox** is a project by ThreeFold, a team with over 10 years of experience building decentralized internet infrastructure.
|
|
|
|
<br>
|
|
|
|
ThreeFold empowers individuals and organizations to share compute, storage, and network resources on the ThreeFold Grid, creating a truly decentralized and autonomous internet.
|
|
|
|
<br>
|
|
|
|
Today, our **Proof-of-Concept Network** is live globally, running on **v3.17.0** technology.
|
|
|
|
|
|
<div class="mt-10 flex items-center gap-x-6 flex-wrap justify-center">
|
|
<a href="https://threefold.io/" target="_blank" class="fade-in rounded-2xl bg-black px-4 py-2.5 text-sm lg:text-md font-semibold text-white shadow-sm hover:text-gray-300 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 mb-4 lg:mb-0">
|
|
Visit ThreeFold
|
|
</a>
|
|
<a href="https://dashboard.grid.tf/#/tf-grid/node-statistics/" target="_blank" class="text-sm/6 font-semibold text-gray-900">Explore Grid Capacity <span aria-hidden="true">→</span>
|
|
</a>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!----------------------------------------------------------------------------------------->
|
|
|
|
|
|
<!-- section 5 Cta -->
|
|
|
|
{{ cta(
|
|
title_1="Own",
|
|
title_2="Your AI",
|
|
title_3="",
|
|
button_text_1="Register Now",
|
|
button_link_1="/signup",
|
|
button_text_2="",
|
|
button_link_2="",
|
|
button_text_3="Learn More",
|
|
button_link_3="https://threefold.info/aibox/docs/"
|
|
) }}
|
|
|