Territorial.io Wiki Transactions • sending gold, fees, transparency

Transactions

Any account can send gold to any other account. Every transfer has a fee. All transfers are recorded on a transparent append-only log (“blockchain”) and mirrored to our Discord.

Discord log: Follow transfers live in #transactions.

On this page

    How it works

    1. Sender picks a receiver and an amount.
    2. Fee is charged to the sender; the receiver gets the full amount.
    3. Transfer is written to the public transaction log and mirrored to Discord.

    Fees

    There are two fee components. The sender pays the higher of the two, unless a Bank (rank 1–60) is involved — then the size-based fee is waived.

    1) Base Size Fee

    Step-based fee that grows with the amount you send. It is at least 1🧈 (the minimum fee), and increases by +1🧈 per full 100🧈 sent (rounded down to the nearest 100).

    • 1–199🧈 → 1🧈
    • 200–299🧈 → 2🧈
    • 300–399🧈 → 3🧈, etc.

    2) Network Congestion Fee

    Anti-spam fee that scales with recent network activity (more transfers → higher fee) and decays automatically over time. It stays within 1–25🧈.

    Banks pay only the Congestion Fee

    If either the sender or the receiver has a Bank title (ranks 1–60), the Base Size Fee is waived. Banks pay only the Congestion Fee.

    Summary
    Effective fee = max(Base Size, Network Congestion). If a Bank is involved, charge Network Congestion only.

    Examples

    Amount Sent Bank Involved? Base Size Fee Network Congestion* Fee Charged
    50🧈 No 1🧈 1–25🧈 max(Base, Congestion)
    250🧈 No 2🧈 1–25🧈 max(Base, Congestion)
    250🧈 Yes — (waived) 1–25🧈 Congestion only
    1,250🧈 No 12🧈 1–25🧈 max(Base, Congestion)

    * Congestion depends on recent activity and decays over time.

    Calculator

    Transparency & “Blockchain”

    Each transfer is written to an append-only log that includes sender, receiver, amount, fee charged, and whether a Bank was involved. A formatted copy is mirrored to Discord.

    See Also