> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usexfg.org/llms.txt
> Use this file to discover all available pages before exploring further.

# What is Fuego Blockchain Bank ?

> Fuego (XFG) is a privacy cryptocurrency combining untraceable transactions, protocol-level interest deposits, and a fixed supply of 8,000,008 XFG.

**Fuego Bank** is the open-source decentralized blockchain <u>network</u> built on the CryptoNote protocol. It lets you send & receive funds, earn interest from on-chain deposits, send encrypted messages, and convert to other assets (SOL, ETH, XMR, & BCH) without exchanges using atomic swaps —**privately**. All governed by math & code- no central banks, no custodians, no central authority...just network cooperation of a decentralized community that spans the worldwide over.

## What is XFG ?

Fuego combines three capabilities in XFG to completely outclass traditional finance :

* **Private transactions** — Every transaction uses maximum available ring signatures (up to 19) to obscure sender and receiver. Both parties preserve online privacy by default.
* **Decentralized banking** — Lock XFG in a time deposit to earn real interest from <u>protocol-level</u> yield- no inflation of total supply, no institutional 'intermediary' ~~using~~ holding your funds, & enables transferring or selling locked CDs for liquid XFG.
* **Sound. Money.** — Maximum supply is forever fixed to a hardcoded currency amount of 8,000,008 XFG. While burns allow new block rewards for  generations to come- no tail emission req'd. Fuego was designed to thrive in a disinflationary environment.

## Docs

This documentation is for anyone running the Fuego Suite:

* **Node operators** who run a full node with `fuegod`
* **Wallet users** who send, receive, and manage XFG via `fire_wallet`or the TUI
* **Miners** who want to earn XFG from block rewards via proof-of-work
* **Developers** who want to integrate XFG payments into applications using the JSON-RPC API

### Fuego Suite

<CardGroup cols={2}>
  <Card title="fuegod" icon="server" href="/node/running-a-node">
    The full-node daemon. Syncs the blockchain, relays transactions, and exposes the RPC API.
  </Card>

  <Card title="fire_wallet" icon="wallet" href="/wallet/simplewallet">
    Command-line wallet for creating sub-addresses, sending XFG, and managing keys.
  </Card>

  <Card title="fuego-tui" icon="terminal" href="/wallet/tui">
    A Go-based terminal interface for managing your node and wallet with keyboard navigation.
  </Card>

  <Card title="miner" icon="pickaxe" href="/node/mining">
    Standalone CPU miner that submits proof-of-work to earn XFG block rewards.
  </Card>
</CardGroup>

## Quick Specs

| Parameter           | Value                     |
| ------------------- | ------------------------- |
| Ticker              | XFG                       |
| Protocol            | CryptoNote                |
| Block time          | \~8 minutes (480 seconds) |
| Max supply          | 8 million 8 XFG           |
| Min transaction fee | 0.0008 XFG ( 8 Kh )       |
| P2P port            | 10808                     |
| RPC port            | 18180                     |

## Community & resources

* [Website](https://usexfg.org)
* [Block Explorer](http://fuego.spaceportx.net)
* [Discord](https://discord.gg/5UJcJJg)
* [Twitter / X](https://twitter.com/useXFG)
* [Bitcoin Talk](https://bitcointalk.org/index.php?topic=2712001)

<Tip>
  R U ready?!?!! To get started head to [Quick Start](/quickstart) and download Fuego, fire up your node, and send your first XFG transaction.
</Tip>
