From e739e9a50c17b6681a9f919c3911ad1a80337b7c Mon Sep 17 00:00:00 2001 From: Raj Karamchedu Date: Tue, 27 Feb 2024 13:03:03 -0800 Subject: [PATCH] Initial --- docs/index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index d0b271d5bf..1e936b05d0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -36,8 +36,8 @@ See [what's new in docs](./whats-new-in-docs.md). Subnets run on blockchain and constitute the core of the Bittensor ecosystem. **The rewards for subnet participants are in the form of TAO tokens.** -:::tip no need to create a subnet -A straightforward way to participate in the Bittensor network is to be a miner or a validator in an existing subnet. Follow the below links in the [Validate or mine](#validate-or-mine) section. Alternately, if you want to create your own custom incentive mechanism, then you can create your own subnet and launch your own competition. See the below [Running a subnet](#running-a-subnet) section. +:::tip looking for a non-technical introduction to Bittensor? +See [Questions and Answers](./questions-and-answers.md). ::: Bittensor provides all the open source tools, the codebase and the documentation, with step-by-step tutorials and guides, to enable you to participate in the Bittensor ecosystem. @@ -62,7 +62,9 @@ If you are new to Bittensor, start by learning the concepts. Then install the Bi -Next, follow the below paths: +:::tip How to participate +A straightforward way to participate in the Bittensor network is to be a subnet miner or a subnet validator in an existing subnet. It is not necessary to create a subnet. Follow the below links in the [Validate or mine](#validate-or-mine) section. Alternately, if you want to create your own custom incentive mechanism, then you create your own subnet and launch your own competition. See the below [Running a subnet](#running-a-subnet) section. +::: ---