# Fuego Bank > Network / Currency ## Docs - [Daemon RPC: Query Blocks and Chain Data](https://docs.usexfg.org/api/daemon/blocks.md): JSON-RPC methods for querying Fuego block data: getblockcount, getblockhash, getblocktemplate, getlastblockheader, and related endpoints. - [GET /getinfo — Daemon Status and Network Info](https://docs.usexfg.org/api/daemon/info.md): Retrieve node status, block height, peer count, difficulty, mempool depth, and top block hash from the Fuego daemon using a simple HTTP GET request. - [Daemon RPC: Submit and Query Transactions](https://docs.usexfg.org/api/daemon/transactions.md): Use /gettransactions and /sendrawtransaction to query transaction data by hash and broadcast signed raw transactions to the network. - [Fuego RPC API Overview and Authentication](https://docs.usexfg.org/api/overview.md): Overview of the Fuego daemon RPC (port 18180) and wallet service RPC (port 8070): request format, error codes, security flags, and a full method index. - [Wallet RPC: Create and Manage XFG Addresses](https://docs.usexfg.org/api/wallet/addresses.md): Use createAddress, getAddresses, deleteAddress, getSpendKeys, and related methods to manage addresses in the Fuego wallet service. - [Wallet RPC: Check XFG Balances and Node Status](https://docs.usexfg.org/api/wallet/balance.md): Use getBalance and getStatus to retrieve available balance, locked amounts, deposit balances, and wallet sync status from walletd. - [Wallet RPC: Create and Manage XFG Deposits](https://docs.usexfg.org/api/wallet/deposits.md): Use createDeposit, withdrawDeposit, sendDeposit, and getDeposit to create and manage time-locked XFG deposits that earn interest via the wallet RPC. - [Wallet RPC: Send Transactions and View History](https://docs.usexfg.org/api/wallet/transfers.md): Use sendTransaction, getTransactions, and getTransactionHashes to send XFG and retrieve transaction history from the wallet service. - [Earning Interest with Fuego Decentralized Deposits](https://docs.usexfg.org/concepts/deposits.md): Learn how Fuego's on-chain time deposits work: the 800 XFG minimum, 3-month lock term, and how the protocol pays interest with no bank or custodian involved. - [How Fuego's P2P Network Works](https://docs.usexfg.org/concepts/network.md): Learn how the Fuego peer-to-peer network reaches consensus, targets 8-minute blocks, propagates transactions, and connects via seed nodes. - [Privacy and Untraceability in Fuego Transactions](https://docs.usexfg.org/concepts/privacy.md): Understand how Fuego makes transactions private by default using CryptoNote ring signatures, one-time stealth addresses, and on-chain encrypted messaging. - [Understanding Fuego Wallets and Addresses](https://docs.usexfg.org/concepts/wallet.md): Learn how Fuego wallets work: spend and view key pairs, the fire-prefixed address format, integrated addresses, mnemonic seed backup, and output unlock windows. - [Create a Fuego Time Deposit and Earn Interest](https://docs.usexfg.org/guides/deposits-interest.md): Lock XFG in a protocol-level time deposit via the wallet RPC or the TUI Elderfier menu to earn interest without any third-party custodian. - [Run a Fuego Node with Docker](https://docs.usexfg.org/guides/docker.md): Deploy a Fuego full node using Docker or Docker Compose, covering port mapping, blockchain data persistence, and daemon RPC access. - [Merge Mine XFG Alongside Another CryptoNote Coin](https://docs.usexfg.org/guides/merge-mining.md): Set up merge mining to earn Fuego (XFG) block rewards simultaneously with another compatible CryptoNote proof-of-work blockchain at no extra cost. - [Send and Receive XFG: A Step-by-Step Guide](https://docs.usexfg.org/guides/send-receive.md): Complete walkthrough of sending XFG to another address, attaching payment IDs, and confirming receipt with simplewallet or the Fuego TUI. - [Install Fuego Suite on Linux, macOS, and Windows](https://docs.usexfg.org/installation.md): Build prerequisites and step-by-step build instructions for Linux, macOS, Windows, Raspberry Pi (ARM64), and Android via Termux — all platforms supported. - [What is Fuego Blockchain Bank ?](https://docs.usexfg.org/introduction.md): Fuego (XFG) is a privacy cryptocurrency combining untraceable transactions, protocol-level interest deposits, and a fixed supply of 8,000,008 XFG. - [Configure the Fuego Daemon and Node Settings](https://docs.usexfg.org/node/configuration.md): Reference for all fuegod startup flags: RPC and P2P ports, log levels, data directory, peer management, fee address, and CORS settings you can configure. - [Mine Fuego (XFG) with the Built-in Miner](https://docs.usexfg.org/node/mining.md): Start CPU mining for XFG block rewards using fuegod's built-in miner or the standalone miner binary, with thread and address options. - [Run a Fuego Full Node with fuegod](https://docs.usexfg.org/node/running-a-node.md): Start fuegod to join the Fuego P2P network, monitor sync progress, manage peer connections, and control mining using the interactive daemon console. - [Quickstart: Install Fuego and Send Your First XFG](https://docs.usexfg.org/quickstart.md): Download or build Fuego, start the daemon, create a wallet, and send your first transaction — all from the command line in a few clear steps. - [Back Up and Restore Your Fuego Wallet Keys](https://docs.usexfg.org/wallet/managing-keys.md): Export your spend key, view key, and mnemonic seed phrase to securely back up and fully restore your Fuego XFG wallet on any device. - [Manage XFG from the Command Line with fire_wallet](https://docs.usexfg.org/wallet/simplewallet.md): Use fire_wallet to create wallets, check balances, send XFG, view your full transaction history, and manage keys from your terminal. - [Send, Receive, and Track XFG Transactions](https://docs.usexfg.org/wallet/transactions.md): Send XFG to an address, use payment IDs for merchant tracking, create integrated addresses, and view incoming and outgoing transfers. - [Use the Fuego Terminal User Interface (TUI)](https://docs.usexfg.org/wallet/tui.md): Navigate the Fuego TUI to manage your node and wallet using keyboard controls, with full Elderfier and Burn2Mint menu support included. ## OpenAPI Specs - [openapi](https://docs.usexfg.org/api-reference/openapi.json) ## Optional - [DIGM Platform](https://digm.usexfg.org)