diff --git a/content/farm/_index.md b/content/farm/_index.md index 7f08a63..183ef0a 100644 --- a/content/farm/_index.md +++ b/content/farm/_index.md @@ -4,8 +4,9 @@ template: "section.html" insert_anchor_links: "left" --- +
- + {% row() %} @@ -15,19 +16,23 @@ insert_anchor_links: "left" # BE THE
INTERNET -
The People’s Internet is powered by an entirely new incentive model made possible by the ThreeFold Blockchain. - + {% end %}
+
+ + + + {% row(style="center narrow") %} # FARM @@ -55,11 +60,23 @@ The 3Node’s Internet capacity is automatically registered in the blockchain. Every month, you earn TFT for keeping the 3Node connected to the network. +{% end %} + +{% row(style="center") %} + + + + {% end %}
+
+ + + + {% row(style="center") %} @@ -71,7 +88,7 @@ Every month, you earn TFT for keeping the 3Node connected to the network. ![Image](/images/farm_map.png#mx-auto) - + {% end %} @@ -79,6 +96,8 @@ Every month, you earn TFT for keeping the 3Node connected to the network.

+ + {% row() %} # HELLO
TITAN @@ -88,7 +107,7 @@ Every month, you earn TFT for keeping the 3Node connected to the network. The Titan was designed to fit in any home or office. It's compact, optimized for performance, and comes plug-and-farm. Just connect the Titan to electricity and network to start earning. Yes, it's that simple! - + ||| @@ -99,6 +118,8 @@ The Titan was designed to fit in any home or office. It's compact, optimized for

+ + {% row(bgColor="#f2f2f2" style="narrow") %} ![Image](/images/farm_do_it.png) @@ -113,6 +134,64 @@ ThreeFold’s operating system, Zero-OS, can run on any Intel or AMD hardware. F
- + -{% end %} \ No newline at end of file +{% end %} + +
+
+ + + +{% row(style="center narrow") %} + + +## How to earn **TFT** + +Farmers earn TFT according to the amount of Internet capacity their 3Nodes connect to the ThreeFold Grid. The Internet capacity is verified by the ThreeFold Blockchain on an ongoing basis using the “Proof-of-Capacity” algorithm. + +
+ +#### PROOF OF CAPACITY + +### THE FARMING PROCESS + +{% end %} + +{% row(style="center") %} + +![Image](/images/farm_capacity.png#mx-auto) + +TFT is minted only when new Internet capacity is added to the ThreeFold Grid. + +||| + +![Image](/images/farm_center.png#mx-auto) + +||| + +![Image](/images/farm_tft.png#mx-auto) + +Farmers earn the TFT after meeting the minimum uptime as proof-of-capacity. + +{% end %} + +
+
+ + + +{% row(style="center narrow") %} + + +## THE **VALUE OF TFT** + +The ThreeFold Grid is the only Internet infrastructure that can scale to the far edges of our world and meet the insatiable demands of emerging IT workloads. The more the ThreeFold Grid is used, the more TFT are “burnt” to reduce the total circulating supply.. + +{% end %} + +{% row(style="center") %} + +![Image](/images/farm_value_tft.jpg#large) + +{% end %} diff --git a/static/images/farm_capacity.png b/static/images/farm_capacity.png new file mode 100644 index 0000000..d3097d1 Binary files /dev/null and b/static/images/farm_capacity.png differ diff --git a/static/images/farm_center.png b/static/images/farm_center.png new file mode 100644 index 0000000..bcf4545 Binary files /dev/null and b/static/images/farm_center.png differ diff --git a/static/images/farm_tft.png b/static/images/farm_tft.png new file mode 100644 index 0000000..1de761d Binary files /dev/null and b/static/images/farm_tft.png differ diff --git a/static/images/farm_value_tft.jpg b/static/images/farm_value_tft.jpg new file mode 100644 index 0000000..2e86b76 Binary files /dev/null and b/static/images/farm_value_tft.jpg differ diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index b2a7f5c..e536b4d 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -10,7 +10,7 @@ Parameters: --> {% set columns = body | safe | markdown | split(pat="|||") %} -{% set row_class = "relative pt-12 flex flex-col sm:grid sm:grid-cols-2 sm:gap-10 xl:flex xl:flex-row md:py-12 lg:py-16"%} +{% set row_class = "relative pt-12 flex flex-col sm:grid sm:grid-cols-2 sm:gap-10 xl:flex xl:flex-row md:py-4 lg:py-4"%} {% if 2 < columns | length %}