# Locus Chain > Locus Chain is a high-performance public blockchain built on a Dynamic Sharding architecture and an Account-wise BFT/PoS consensus. It is designed for unlimited scalability, low latency, and verifiable pruning so that any device — including mobile — can participate. This documentation covers the core technology, developer/node/wallet guides, and API references for Locus Chain TestNet V2. ## Introduction - [Locus Chain Overview](https://docs.testnet2.locuschain.com/docs/introduction/): What Locus Chain is and the problems it solves. - [Dynamic Sharding](https://docs.testnet2.locuschain.com/docs/introduction/Dynamicsharding): How dynamic sharding strengthens scalability and security. - [Serverless](https://docs.testnet2.locuschain.com/docs/introduction/Serverless): Locus Chain's serverless solution. - [Verifiable Pruning](https://docs.testnet2.locuschain.com/docs/introduction/Verifiablepruning): Verifiable pruning for blockchain accessibility on all devices. ## Technology - [Accounts, Transactions, and Wallets](https://docs.testnet2.locuschain.com/docs/technology/): Core account, transaction, and wallet model. - [BFT Consensus](https://docs.testnet2.locuschain.com/docs/technology/BFTConsensus): Byzantine Fault Tolerant consensus in Locus Chain. - [Dynamic Sharding](https://docs.testnet2.locuschain.com/docs/technology/DynamicSharding): Technical details of dynamic sharding. - [Ledger and Ledger Partitioning](https://docs.testnet2.locuschain.com/docs/technology/LedgerandLedgerPartitioning): Ledger structure and partitioning. - [Nodes and the Locus Chain Network](https://docs.testnet2.locuschain.com/docs/technology/NodesandLocusChainNetwork): Node roles and network topology. - [PoS Consensus Committee Selection](https://docs.testnet2.locuschain.com/docs/technology/PoSConsensusCommitteeselection): How the PoS consensus committee is formed. - [Shards, Shard Nodes, and Shard Network](https://docs.testnet2.locuschain.com/docs/technology/ShardsShardNodesandShardNetwork): Shard structure and shard networking. - [Smart Contracts and Virtual Machine Environment (VME)](https://docs.testnet2.locuschain.com/docs/technology/SmartContractsandVirtualMachineEnvironment): Smart contract execution and the VME. ## Guides (How to use) - [Getting Started with Locus Chain](https://docs.testnet2.locuschain.com/docs/guides/): Entry point for using Locus Chain. - [Wallet — Install](https://docs.testnet2.locuschain.com/docs/guides/wallet/wallet-install): How to install the Locus wallet. - [Wallet — How to Use](https://docs.testnet2.locuschain.com/docs/guides/wallet/how_to_use_wallet): How to use the Locus wallet. - [Node — Install](https://docs.testnet2.locuschain.com/docs/guides/node/node-install): How to install a Locus Chain node. - [Node — Run](https://docs.testnet2.locuschain.com/docs/guides/node/node-run): How to run a Locus Chain node. - [Developer — Add Network to Wallet](https://docs.testnet2.locuschain.com/docs/guides/developer/add-network): Add a Locus network to the wallet. - [Developer — Detect Wallet Connection](https://docs.testnet2.locuschain.com/docs/guides/developer/connect): Detect and connect to the wallet. - [Developer — Use the Locus Library](https://docs.testnet2.locuschain.com/docs/guides/developer/lclib-usage): Using @locuschain/lib in apps. - [Developer — Create a Coin Transfer Tx](https://docs.testnet2.locuschain.com/docs/guides/developer/transfer-coin): Build a coin transfer transaction. - [Units](https://docs.testnet2.locuschain.com/docs/guides/unit): Locus Chain units and denominations. - [TestNet V2 Release Notes](https://docs.testnet2.locuschain.com/docs/guides/release-notes): Release notes for TestNet V2. ## References (API) - [References Overview](https://docs.testnet2.locuschain.com/docs/references/): Overview of the API references. - [Locus JSON-RPC](https://docs.testnet2.locuschain.com/docs/references/rpc): JSON-RPC API reference. - [Locus Library](https://docs.testnet2.locuschain.com/docs/references/lclib): @locuschain/lib API reference. - [Locus Wallet API](https://docs.testnet2.locuschain.com/docs/references/wallet): Wallet API reference. - [Locus Smart Contract](https://docs.testnet2.locuschain.com/docs/references/smartcontract): Smart contract reference. - [Locus Core Script](https://docs.testnet2.locuschain.com/docs/references/corescript): Core script reference. ## Full text - [Full documentation (single file)](https://docs.testnet2.locuschain.com/llms-full.txt): The complete text of all docs above, concatenated for AI ingestion — covers how Locus Chain works plus all guides and references. ## Optional - [Locus Chain Homepage](https://locuschain.com/): Official project website. - [Block Explorer (TestNet V2)](https://explorer.testnet2.locuschain.com/): On-chain explorer for TestNet V2.