manual added documentation in collection manual
This commit is contained in:
41
collections/manual/documentation/dashboard/tfchain/tf_dao.md
Normal file
41
collections/manual/documentation/dashboard/tfchain/tf_dao.md
Normal file
@@ -0,0 +1,41 @@
|
||||
<h1>DAO Voting</h1>
|
||||
|
||||
The TFChain DAO (i.e. Decentralized Autonomous Organization) feature integrates decentralized governance capabilities into the ThreeFold Dashboard. It enables community members to participate in decision-making processes and to contribute to the evolution of the ThreeFold ecosystem. Through the TFChain DAO, users can propose, vote on, and implement changes to the network protocols, policies, and operations, fostering a collaborative and inclusive environment.
|
||||
|
||||
<h2>Table of Contents</h1>
|
||||
|
||||
- [An Introduction to the DAO concept](#an-introduction-to-the-dao-concept)
|
||||
- [Prerequisites to Vote](#prerequisites-to-vote)
|
||||
- [How to Vote for a Proposal](#how-to-vote-for-a-proposal)
|
||||
- [The Goal of the Threefold DAO](#the-goal-of-the-threefold-dao)
|
||||
|
||||
***
|
||||
|
||||
## An Introduction to the DAO concept
|
||||
|
||||
[A decentralized autonomous organization (DAO)](../../../knowledge_base/about/dao/dao.md) is an entity with no central leadership. Decisions get made from the bottom-up, governed by a community organized around a specific set of rules enforced on a blockchain.
|
||||
|
||||
DAOs are internet-native organizations collectively owned and managed by their members. They have built-in treasuries that are only accessible with the approval of their members. Decisions are made via proposals the group votes on during a specified period.
|
||||
|
||||
|
||||
|
||||
## Prerequisites to Vote
|
||||
|
||||
Voting for a DAO proposal is very simple. You first need to meet certain requirements to be able to vote.
|
||||
|
||||
- Have a [Threefold farm](../farms/farms.md)
|
||||
- Have at least one active [3node server](../../farmers/3node_building/3node_building.md) on the farm
|
||||
- If you created your farm with the Threefold Connect app
|
||||
- [Import your farm on the Threefold Dashboard](../../threefold_token/storing_tft/tf_connect_app.md#move-farm-from-the-tf-connect-app-to-the-tf-portal-polkadotjs)
|
||||
|
||||
|
||||
|
||||
## How to Vote for a Proposal
|
||||
|
||||
To vote, you need to log into your Threefold Dashboard account, go to **TF DAO** section of **TFChain** and vote for an active proposal. Make sure to read the proposition and ask questions on the Threefold Forum proposition post if you have any.
|
||||
|
||||
## The Goal of the Threefold DAO
|
||||
|
||||
The goal of DAO voting system is to gather the thoughts and will of the Threefold community and build projects that are aligned with the ethos of the project.
|
||||
|
||||
We encourage anyone to share their ideas. Who knows? Your sudden spark of genius might lead to an accepted proposal on the Threefold DAO!
|
@@ -0,0 +1,5 @@
|
||||
# TF Minting Reports
|
||||
|
||||
TFGrid Minting Explorer, works by simply entering a receipt hash and you will get full minting report in return.
|
||||
|
||||

|
@@ -0,0 +1,44 @@
|
||||
# TF Token Bridge
|
||||
|
||||
Transferring TFT between Stellar and Tfchain
|
||||
|
||||
## Usage
|
||||
|
||||
This document will explain how you can transfer TFT from Tfchain to Stellar and back.
|
||||
|
||||

|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Stellar wallet
|
||||
|
||||
- Account on TFchain (use TF Dashboard to create one).
|
||||
|
||||
## Stellar to Tfchain
|
||||
|
||||
You can deposit to Tfchain using the bridge page on the TF Dashboard
|
||||
|
||||
A deposit of tokens from the Stellar network onto TF-Chain needs to happen from a Stellar wallet, like in the ThreeFold Connect App.
|
||||
|
||||
You have 2 options:
|
||||
|
||||
- TFT needs to be sent to the bridge account
|
||||
- specifying in the memo field the twinID that was generated with the Twin creation e.g. twin_110 (dont forget twin_)
|
||||
- Note there is a transaction cost of 1 TFT.
|
||||
|
||||
Or
|
||||
|
||||
- You can scan the QR code
|
||||
|
||||

|
||||
|
||||
## Tfchain to Stellar
|
||||
|
||||
You can bridge back to stellar using the bridge page on the dashboard, click *withdraw*:
|
||||
|
||||
After indicating the destination address and the amount to be transferred, click *Send*.
|
||||
|
||||

|
||||
|
||||
A withdraw fee of 1 TFT will be taken, so make sure you send a larger amount as 1 TFT.
|
||||
The amount withdrawn from TFChain will be sent to your Stellar wallet.
|
@@ -0,0 +1,26 @@
|
||||
# TF Token Transfer
|
||||
|
||||
Manage your TFT on TFChain.
|
||||
|
||||
## Transfer TFT between TFChain accounts
|
||||
|
||||
You can transfer TFTs between two accounts that exist on the same chain.
|
||||
|
||||
> Remark: testnet and mainnet both have the same TFTs but as the 2 chains are different, there is no way to do a direct transfer between accounts on testnet and on mainnet.
|
||||
|
||||
You can transfer TFTs by recipient address or recipient twin id; by selecting the needed tab.
|
||||
|
||||
|
||||
### Transfer by twin id
|
||||
|
||||
Fill in the recipient twin id, the amount of tokens to transfer, and click on `Send`.
|
||||
|
||||

|
||||
|
||||
### Transfer by address
|
||||
|
||||
Fill in the recipient address, the amount of tokens to transfer, and click on `Send`.
|
||||
|
||||

|
||||
|
||||
There is no transfer fee, just a signing fee of `0.001` TFT.
|
@@ -0,0 +1,20 @@
|
||||
# TFChain
|
||||
|
||||
Here you will find everything related to the ThreeFold chain. this includes:
|
||||
|
||||
- Detailed account information from the [Your Profile](./your_profile.md) section.
|
||||
- Information about what DAO is and how to vote on DAO proposals from the [TF DAO](./tf_dao.md) section.
|
||||
- Transferring TFTs on different chains from the [TF Token Bridge](./tf_token_bridge.md) section.
|
||||
- Transferring TFTs on the TFChain from the [TF Token Transfer](./tf_token_transfer.md) section.
|
||||
- getting miniting reports from the [TF Minting Reports](./tf_minting_reports.md) section.
|
||||
|
||||

|
||||
|
||||
***
|
||||
## Table of Content
|
||||
|
||||
- [Your Profile](./your_profile.md)
|
||||
- [TF DAO](./tf_dao.md)
|
||||
- [TF Token Bridge](./tf_token_bridge.md)
|
||||
- [TF Token Transfer](./tf_token_transfer.md)
|
||||
- [TF Minting Reports](./tf_minting_reports.md)
|
@@ -0,0 +1,13 @@
|
||||
<h1>Twin Management</h1>
|
||||
|
||||
The TF Twin management feature of the ThreeFold Dashboard enables users to create, manage, and monitor their individual digital entities known as **Twins**. A Twin can represent a virtual machine (VM) or a container running on the ThreeFold Grid. With the Twin management, users can easily deploy and scale their workloads, allocate resources, and configure networking and storage settings for their Twins.
|
||||
|
||||

|
||||
|
||||
The twin details consists of three main items.
|
||||
|
||||
- `ID` Your unique identifier for your twin on the ThreeFold chain.
|
||||
- `Address` Your public address on the ThreeFold chain.
|
||||
- `Relay` A relay is a component that facilitates the reliable and secure transfer of messages between different entities within the ThreeFold ecosystem.
|
||||
|
||||
To create a twin check the [Wallet Connector](../wallet_connector.md) Section.
|
Reference in New Issue
Block a user