# Hypertensor

## Documentation

- [Introduction](https://docs.hypertensor.org/introduction.md)
- [Introduction](https://docs.hypertensor.org/understanding-hypertensor/introduction.md)
- [Tensor](https://docs.hypertensor.org/tensor.md)
- [Understanding Subnets](https://docs.hypertensor.org/understanding-subnets.md)
- [Understanding Overwatch Nodes](https://docs.hypertensor.org/understanding-overwatch-nodes.md)
- [Incentive Mechanism](https://docs.hypertensor.org/incentive-mechanism.md)
- [Emissions](https://docs.hypertensor.org/emissions.md)
- [FAQ](https://docs.hypertensor.org/faq.md)
- [Triple Consensus Mechanism](https://docs.hypertensor.org/triple-consensus-mechanism.md)
- [Wallet](https://docs.hypertensor.org/blockchain/wallet.md)
- [RPC](https://docs.hypertensor.org/testnet/rpc.md)
- [Faucet](https://docs.hypertensor.org/testnet/faucet.md)
- [Explorer](https://docs.hypertensor.org/testnet/explorer.md)
- [Introduction](https://docs.hypertensor.org/build-a-subnet/introduction.md)
- [Requirements](https://docs.hypertensor.org/build-a-subnet/requirements.md)
- [Future](https://docs.hypertensor.org/build-a-subnet/requirements/future.md)
- [Quick Starts](https://docs.hypertensor.org/build-a-subnet/quick-starts.md)
- [Start/Join Subnet](https://docs.hypertensor.org/build-a-subnet/quick-starts/start-join-subnet.md)
- [Build an Inference Subnet](https://docs.hypertensor.org/build-a-subnet/quick-starts/build-an-inference-subnet.md)
- [Build a Scoring Mechanism](https://docs.hypertensor.org/build-a-subnet/quick-starts/build-a-scoring-mechanism.md)
- [Examples](https://docs.hypertensor.org/build-a-subnet/examples.md): Subnet examples
- [Protocols](https://docs.hypertensor.org/build-a-subnet/protocols.md)
- [Consensus](https://docs.hypertensor.org/build-a-subnet/consensus.md)
- [Validator](https://docs.hypertensor.org/build-a-subnet/consensus/validator.md)
- [Scoring](https://docs.hypertensor.org/build-a-subnet/consensus/scoring.md)
- [Design](https://docs.hypertensor.org/build-a-subnet/consensus/scoring/design.md)
- [Example](https://docs.hypertensor.org/build-a-subnet/consensus/scoring/example.md)
- [Removing Nodes](https://docs.hypertensor.org/build-a-subnet/consensus/removing-nodes.md)
- [Subnet Security](https://docs.hypertensor.org/build-a-subnet/subnet-security.md)
- [FAQ](https://docs.hypertensor.org/build-a-subnet/faq.md)
- [Introduction](https://docs.hypertensor.org/subnet-template/introduction.md)
- [DHT](https://docs.hypertensor.org/subnet-template/dht.md)
- [Quick Starts](https://docs.hypertensor.org/subnet-template/quick-starts.md)
- [Operating Systems](https://docs.hypertensor.org/subnet-template/quick-starts/operating-systems.md)
- [DHT](https://docs.hypertensor.org/subnet-template/quick-starts/dht.md)
- [Store/Get](https://docs.hypertensor.org/subnet-template/quick-starts/store-get.md)
- [Values With Subkeys](https://docs.hypertensor.org/subnet-template/quick-starts/values-with-subkeys.md)
- [Deploy Bootnode and Server](https://docs.hypertensor.org/subnet-template/quick-starts/deploy-bootnode-and-server.md)
- [Join Testnet Subnet](https://docs.hypertensor.org/subnet-template/quick-starts/join-testnet-subnet.md)
- [Join Testnet Subnet (New)](https://docs.hypertensor.org/subnet-template/quick-starts/join-testnet-subnet-new.md)
- [Common Issues](https://docs.hypertensor.org/subnet-template/common-issues.md)
- [Subnet Template CLI](https://docs.hypertensor.org/subnet-template/subnet-template-cli.md)
- [Server](https://docs.hypertensor.org/subnet-template/server.md)
- [Heartbeat Thread](https://docs.hypertensor.org/subnet-template/server/heartbeat-thread.md)
- [Consensus Thread](https://docs.hypertensor.org/subnet-template/server/consensus-thread.md)
- [How To Use](https://docs.hypertensor.org/subnet-template/server/how-to-use.md)
- [Authorizers](https://docs.hypertensor.org/subnet-template/authorizers.md)
- [Authorizer Base](https://docs.hypertensor.org/subnet-template/authorizers/authorizer-base.md)
- [Signature Authorizer](https://docs.hypertensor.org/subnet-template/authorizers/signature-authorizer.md)
- [Rate Limiter](https://docs.hypertensor.org/subnet-template/authorizers/rate-limiter.md)
- [PoS](https://docs.hypertensor.org/subnet-template/authorizers/pos.md)
- [How It Works](https://docs.hypertensor.org/subnet-template/authorizers/how-it-works.md)
- [How To Use](https://docs.hypertensor.org/subnet-template/authorizers/how-to-use.md)
- [DHT Records](https://docs.hypertensor.org/subnet-template/dht-records.md)
- [Record Validator](https://docs.hypertensor.org/subnet-template/dht-records/record-validator.md)
- [Base Interface](https://docs.hypertensor.org/subnet-template/dht-records/record-validator/base-interface.md)
- [Predicate Validator](https://docs.hypertensor.org/subnet-template/dht-records/record-validator/predicate-validator.md)
- [Schema Validator](https://docs.hypertensor.org/subnet-template/dht-records/record-validator/schema-validator.md)
- [Signature Validators](https://docs.hypertensor.org/subnet-template/dht-records/record-validator/signature-validators.md)
- [How To Use](https://docs.hypertensor.org/subnet-template/dht-records/record-validator/how-to-use.md)
- [Proof-of-Stake](https://docs.hypertensor.org/subnet-template/proof-of-stake.md)
- [Protobuf](https://docs.hypertensor.org/subnet-template/protobuf.md)
- [Client](https://docs.hypertensor.org/subnet-template/client.md)
- [Routing](https://docs.hypertensor.org/subnet-template/client/routing.md)
- [Sessions](https://docs.hypertensor.org/subnet-template/client/sessions.md)
- [How To Use](https://docs.hypertensor.org/subnet-template/client/how-to-use.md)
- [Tensor Compression](https://docs.hypertensor.org/subnet-template/tensor-compression.md)
- [Set Up A Bootnode](https://docs.hypertensor.org/subnet-template/set-up-a-bootnode.md)
- [Bootnode API](https://docs.hypertensor.org/subnet-template/bootnode-api.md)
- [Peers & Peer IDs](https://docs.hypertensor.org/subnet-template/peers-and-peer-ids.md): Cryptography
- [Logging](https://docs.hypertensor.org/subnet-template/logging.md)
- [Metrics](https://docs.hypertensor.org/subnet-template/metrics.md)
- [Troubleshooting](https://docs.hypertensor.org/subnet-template/troubleshooting.md)
- [Upgrading Subnet](https://docs.hypertensor.org/subnet-template/upgrading-subnet.md)
- [Introduction](https://docs.hypertensor.org/copy-of-subnet-template/introduction.md)
- [Templates](https://docs.hypertensor.org/copy-of-subnet-template/templates.md)
- [Server & Application](https://docs.hypertensor.org/copy-of-subnet-template/templates/server-and-application.md)
- [Examples](https://docs.hypertensor.org/copy-of-subnet-template/examples.md)
- [R](https://docs.hypertensor.org/copy-of-subnet-template/examples/r.md)
- [Peer Discovery & Connection](https://docs.hypertensor.org/copy-of-subnet-template/peer-discovery-and-connection.md)
- [Bootstrap Nodes](https://docs.hypertensor.org/copy-of-subnet-template/peer-discovery-and-connection/bootstrap-nodes.md)
- [Communication](https://docs.hypertensor.org/copy-of-subnet-template/communication.md)
- [GossipSub](https://docs.hypertensor.org/copy-of-subnet-template/communication/gossipsub.md)
- [P2P Protocol](https://docs.hypertensor.org/copy-of-subnet-template/communication/p2p-protocol.md): Build a custom P2P protocol
- [API Protocol](https://docs.hypertensor.org/copy-of-subnet-template/communication/api-protocol.md)
- [Network API](https://docs.hypertensor.org/copy-of-subnet-template/network-api.md)
- [Server](https://docs.hypertensor.org/copy-of-subnet-template/server.md)
- [Server Base](https://docs.hypertensor.org/copy-of-subnet-template/server/server-base.md)
- [Application Logic](https://docs.hypertensor.org/copy-of-subnet-template/server/application-logic.md)
- [Merkle Directed Acyclic Graphs (DAGs)](https://docs.hypertensor.org/copy-of-subnet-template/merkle-directed-acyclic-graphs-dags.md)
- [Local Monitoring](https://docs.hypertensor.org/copy-of-subnet-template/merkle-directed-acyclic-graphs-dags/local-monitoring.md)
- [Base](https://docs.hypertensor.org/copy-of-subnet-template/merkle-directed-acyclic-graphs-dags/base.md)
- [DAG Receiver](https://docs.hypertensor.org/copy-of-subnet-template/merkle-directed-acyclic-graphs-dags/dag-receiver.md)
- [DAG Publisher](https://docs.hypertensor.org/copy-of-subnet-template/merkle-directed-acyclic-graphs-dags/dag-publisher.md)
- [Telemetry](https://docs.hypertensor.org/copy-of-subnet-template/telemetry.md)
- [Storage](https://docs.hypertensor.org/copy-of-subnet-template/storage.md)
- [Build A Subnet](https://docs.hypertensor.org/copy-of-subnet-template/build-a-subnet.md)
- [Subnet Template CLI](https://docs.hypertensor.org/build-a-subnet-1/subnet-template-cli.md)
- [Server](https://docs.hypertensor.org/build-a-subnet-1/server.md)
- [Heartbeat Thread](https://docs.hypertensor.org/build-a-subnet-1/server/heartbeat-thread.md)
- [Consensus Thread](https://docs.hypertensor.org/build-a-subnet-1/server/consensus-thread.md)
- [How To Use](https://docs.hypertensor.org/build-a-subnet-1/server/how-to-use.md)
- [Proof-of-Stake](https://docs.hypertensor.org/build-a-subnet-1/proof-of-stake.md)
- [Protobuf](https://docs.hypertensor.org/build-a-subnet-1/protobuf.md)
- [Set Up A Bootnode](https://docs.hypertensor.org/build-a-subnet-1/set-up-a-bootnode.md)
- [Peers & Peer IDs](https://docs.hypertensor.org/build-a-subnet-1/peers-and-peer-ids.md): Cryptography
- [Upgrading P2P Layer](https://docs.hypertensor.org/build-a-subnet-1/upgrading-p2p-layer.md)
- [Subnet](https://docs.hypertensor.org/network/subnet.md)
- [Cost](https://docs.hypertensor.org/network/subnet/cost.md)
- [Registering](https://docs.hypertensor.org/network/subnet/registering.md)
- [Activating](https://docs.hypertensor.org/network/subnet/activating.md)
- [Pausing](https://docs.hypertensor.org/network/subnet/pausing.md)
- [Deactivating](https://docs.hypertensor.org/network/subnet/deactivating.md)
- [Automatic Removal](https://docs.hypertensor.org/network/subnet/automatic-removal.md): Subnet removal and reputation
- [Emergency Validator Set](https://docs.hypertensor.org/network/subnet/emergency-validator-set.md)
- [Subnet Node](https://docs.hypertensor.org/network/subnet-node.md)
- [Register](https://docs.hypertensor.org/network/subnet-node/register.md)
- [Remove](https://docs.hypertensor.org/network/subnet-node/remove.md)
- [Deactivate](https://docs.hypertensor.org/network/subnet-node/deactivate.md)
- [Reactivate](https://docs.hypertensor.org/network/subnet-node/reactivate.md)
- [Updating Node](https://docs.hypertensor.org/network/subnet-node/updating-node.md)
- [Staking](https://docs.hypertensor.org/network/subnet-node/staking.md)
- [Classifications](https://docs.hypertensor.org/network/subnet-node/classifications.md)
- [Keys](https://docs.hypertensor.org/network/subnet-node/keys.md)
- [Identity](https://docs.hypertensor.org/network/subnet-node/identity.md)
- [Reputation](https://docs.hypertensor.org/network/subnet-node/reputation.md)
- [Delegate Account](https://docs.hypertensor.org/network/subnet-node/delegate-account.md)
- [Staking](https://docs.hypertensor.org/network/staking.md)
- [Delegate Staking](https://docs.hypertensor.org/network/staking/delegate-staking.md)
- [Subnet Node Delegate Staking](https://docs.hypertensor.org/network/staking/subnet-node-delegate-staking.md)
- [Update Swap Queue](https://docs.hypertensor.org/network/staking/update-swap-queue.md)
- [Subnet Owner](https://docs.hypertensor.org/network/subnet-owner.md)
- [Epochs & Slots](https://docs.hypertensor.org/network/epochs-and-slots.md)
- [Consensus](https://docs.hypertensor.org/network/consensus.md)
- [Incentives](https://docs.hypertensor.org/network/incentives.md)
- [Slots](https://docs.hypertensor.org/network/incentives/slots.md)
- [Subnet Distribution](https://docs.hypertensor.org/network/incentives/subnet-distribution.md)
- [Rewards](https://docs.hypertensor.org/network/incentives/rewards.md)
- [Gamification & More](https://docs.hypertensor.org/gamification-and-more.md)
- [Introduction](https://docs.hypertensor.org/overwatch-nodes/introduction.md)
- [Epochs](https://docs.hypertensor.org/epochs.md)
- [How It Works](https://docs.hypertensor.org/how-it-works.md)
- [Start Node](https://docs.hypertensor.org/start-node.md)
- [Introduction](https://docs.hypertensor.org/smart-contracts-evm/introduction.md)
- [Introduction](https://docs.hypertensor.org/explorers-and-scanners/introduction.md)
