# The Liquid Developer Docs: Resources for Building on Bitcoin’s Financial Layer Documentation > Explore comprehensive Liquid Network documentation to learn the fundamentals, answer technical questions, or jump-start your next Liquid project. ## Guides - [Welcome!](https://docs.liquid.net/docs/welcome-to-liquid-developer-documentation-portal.md): Official developer documentation for the Liquid Network. Technical guides, integration references, and tooling for building on Bitcoin's financial layer. - [Technical Overview](https://docs.liquid.net/docs/technical-overview.md) - [Building On Liquid](https://docs.liquid.net/docs/building-on-liquid.md) - [Liquid Asset Registry](https://docs.liquid.net/docs/blockstream-liquid-asset-registry.md): The Liquid Asset Registry is an open source repo maintained by Blockstream that can be used to feed Liquid asset metadata (e.g. asset name, ticker...) to wallets, block explorers and other Liquid services - [Integrate Liquid Network](https://docs.liquid.net/docs/integrate-liquid-network.md) - [Understanding Liquid](https://docs.liquid.net/docs/understanding-liquid.md) - [Why Liquid for Exchanges](https://docs.liquid.net/docs/why-liquid.md) - [How Liquid Works](https://docs.liquid.net/docs/how-liquid-works.md) - [Bitcoin vs Liquid](https://docs.liquid.net/docs/bitcoin-vs-liquid.md) - [Confidential Transactions](https://docs.liquid.net/docs/confidential-transactions.md) - [Liquid Assets](https://docs.liquid.net/docs/liquid-assets.md) - [Smart Contracts](https://docs.liquid.net/docs/smart-contracts.md) - [Blockchain Data](https://docs.liquid.net/docs/blockchain-data.md) - [Esplora](https://docs.liquid.net/docs/esplora-api.md) - [Waterfalls](https://docs.liquid.net/docs/waterfalls.md) - [Supported Assets](https://docs.liquid.net/docs/supported-assets.md) - [Liquid Assets](https://docs.liquid.net/docs/support-liquid-assets.md) - [AMP0 Assets](https://docs.liquid.net/docs/support-amp0.md) - [AMP2 Assets](https://docs.liquid.net/docs/support-amp2.md) - [Advanced](https://docs.liquid.net/docs/advanced.md) - [Running Your Elements Node](https://docs.liquid.net/docs/advanced-elements-node.md) - [Peg-in and Peg-out](https://docs.liquid.net/docs/advanced-pegin-pegout.md) - [Swaps, Options & Smart Contracts](https://docs.liquid.net/docs/swaps-and-smart-contracts.md): Learn more about asset swap transactions and how to get started developing smart contracts like options on Liquid. - [Liquid Features & Benefits](https://docs.liquid.net/docs/liquid-features-and-benefits.md) - [Liquid Multisig](https://docs.liquid.net/docs/liquid-multisig.md): Creating and spending from a Liquid multisig using RPC - [Get Started](https://docs.liquid.net/docs/get-started.md): Install LWK, review its capabilities, and run your first wallet flow on Liquid. - [Features](https://docs.liquid.net/docs/features.md): * **Watch-Only** wallet support: using Liquid descriptors, better known as - [Installing LWK](https://docs.liquid.net/docs/install.md): LWK is available for several languages. - [Quickstart](https://docs.liquid.net/docs/quickstart.md): This guide walks through a minimal **single-signature** flow on Liquid testnet: create a signer, open a wollet, sync, send, sign, and broadcast. - [LWK Basics](https://docs.liquid.net/docs/core-concepts.md): LWK is a versatile library designed for a wide range of Liquid applications, from server integrations and mobile wallets to secure, standalone offline signers. - [LWK Structure](https://docs.liquid.net/docs/arch.md): LWK functionalities are split into different component crates that might be useful independently. - [Wallets & Signers](https://docs.liquid.net/docs/wallets-and-signers.md): LWK separates **key custody** from **wallet logic**. Signers hold private keys and produce signatures; wollets (watch-only wallets) track balances, derive addre - [Signers](https://docs.liquid.net/docs/signer.md): In LWK, the management of private keys is delegated to a specialized component called **Signer**. - [Watch-Only Wallets](https://docs.liquid.net/docs/wollet.md): In LWK, the core functions of a wallet are split between two components for enhanced security: **Signers** manage private keys, while the **Wollet** handles eve - [Liquid Multisig](https://docs.liquid.net/docs/multisig.md): Liquid has a very similar scripting model with respect to Bitcoin. - [Transactions](https://docs.liquid.net/docs/transactions.md): Once you have a funded wollet, sending on Liquid follows a predictable pipeline: sync chain data, build a PSET, sign with your signer(s), then broadcast. - [Update the Wallet](https://docs.liquid.net/docs/scan.md): The fact that `Wollet` does have access to internet is a deliberate choice. - [Transaction Creation](https://docs.liquid.net/docs/tx.md): With a `Wollet` you can generate an address, - [Transaction Signing](https://docs.liquid.net/docs/sign.md): Once you have created a PSET now you need to add some signatures to it. - [Transaction Broadcast](https://docs.liquid.net/docs/broadcast.md): When a PSET has enough signatures, it's ready to be broadcasted to the Liquid Network. - [Manual Coin Selection](https://docs.liquid.net/docs/manual.md): Manual coin selection allows you to explicitly choose which UTXOs (unspent transaction outputs) from your wallet to use when building a transaction. By default, - [Add External Inputs](https://docs.liquid.net/docs/external.md): LWK allows to create transactions with inputs from any wallet. This is useful for collaborative transactions where multiple parties need to contribute inputs, s - [Send All Funds](https://docs.liquid.net/docs/sendall.md): Sending all funds (also called "draining" the wallet) allows you to send all LBTC (policy asset) from your wallet to a specified address in a single transaction - [Assets](https://docs.liquid.net/docs/assets.md): LWK supports the full lifecycle of Liquid **issued assets**: create new assets, reissue with a reissuance token, or burn supply — all through PSET-based transac - [Issuance](https://docs.liquid.net/docs/issuance.md): Asset issuance on Liquid allows you to create new digital assets. When you issue an asset, you create a certain amount of that asset and optionally you also cre - [Reissuance](https://docs.liquid.net/docs/reissuance.md): Asset reissuance on Liquid allows you to create additional units of an existing asset by spending a reissuance token. When you issue an asset, you can optionall - [Burn](https://docs.liquid.net/docs/burn.md): Asset burning on Liquid allows you to provably destroy units of an asset, reducing the total supply. This is useful for various purposes such as token buybacks, - [Integrations & Advanced](https://docs.liquid.net/docs/integrations-advanced.md): Beyond core wallet flows, LWK ships integrations for blockchain data providers, Blockstream AMP assets, atomic swaps, deterministic signer derivation, and high- - [Blockchain Clients](https://docs.liquid.net/docs/clients.md): LWK supports different ways to retrieve wallet data from the Liquid blockchain: - [AMP0 in LWK](https://docs.liquid.net/docs/amp0.md): [AMP0](https://blockstream.com/amp/) (Asset Management Platform version 0) is a service for issuers that allows to enforce specific rules on certain Liquid asse - [LiquiDEX](https://docs.liquid.net/docs/liquidex.md): LiquiDEX is a 2-step atomic swap protocol for the Liquid Network that enables trustless peer-to-peer asset exchanges. It allows users to swap Liquid Bitcoin (LB - [BIP85](https://docs.liquid.net/docs/bip85.md): The [BIP85 specification](https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki) allows you to deterministically derive new BIP39 mnemonics from an exi - [High-Volume Wallets](https://docs.liquid.net/docs/highvolume.md): When the number of transactions grows significantly, - [About LWK](https://docs.liquid.net/docs/about.md): The Liquid Wallet Kit (LWK) is a comprehensive toolkit that empowers developers to build a new generation of wallets and applications for the Liquid Network. In - [Users of LWK](https://docs.liquid.net/docs/users.md): This section showcases a series of projects that are built on LWK or its components. - [LWK History](https://docs.liquid.net/docs/history.md): BEWallet was [originally](https://github.com/LeoComandini/BEWallet/) - [AMP2](https://docs.liquid.net/docs/amp2.md): Blockstream's protocol for issuing and managing issuer-controlled assets on the Liquid Network.