You can edit almost every page by Creating an account and confirming your email.

Atto (cryptocurrency)

From EverybodyWiki Bios & Wiki

Atto
Denominations
Pluralattos
Ticker symbolATTO
Precision10−9
Development
Original author(s)Felipe Rotilho
White paper"Whitepaper"
Initial release22 November 2024 (18 months ago) (2024-11-22)
Latest releasev1.30 / 29 December 2025 (5 months ago) (2025-12-29)
Code repositorygithub.com/attocash
Development statusActive
Written inKotlin
Developer(s)Atto B.V.
Source modelFOSS
LicenseAtto Node License (BSD‑style, with Public Network Fork Allocation)
Websiteatto.cash
Ledger
Ledger start23 November 2024 (18 months ago) (2024-11-23)
Timestamping schemeOpen Representative Voting
Hash functionSHA-512
Block exploreratto.cash/explorer
Circulating supply>1,166,585,573 (2026-01-21)
Supply limit18,000,000,000

Search Atto (cryptocurrency) on Amazon.

Atto is a feeless cryptocurrency based on a parallel account-chain architecture with block timestamps, sequence numbers and standard SHA-512 cryptography, with the original node implementation being written in Kotlin.

History

Felipe Rotilho started development on the Atto node on January 6, 2022.[1] On November 22, 2024, the first version of the node was released, with the genesis transaction taking place on the next day.

In May through August 2025, the Atto team on Folding@home was ranked in first place for earning the most credit in those months.[2]

On August 20, 2025, after its second exchange listing, Atto's folding reward distribution system was modified to take large swings in price into account[3], which led to a 98% reduction of the fixed reward rate.[4]

Design

Node

An Atto node either plays the role of a historical node, which is responsible for maintaining a copy of all confirmed transactions in the ledger, or a voting node, which engages in consensus.[5] Nodes communicate their roles with their peers, allowing voting nodes to filter election traffic from being sent to historical nodes, which reduces the bandwidth requirements for a historical node.[6]

Ledger

Atto uses a parallel account-chain ledger where each account maintains an independent sequence of blocks, with each block's position in the ledger characterized by the account that it belongs to and its sequence number ("height") within that account's chain.[7]

By having a height associated with each block, upon receiving a transaction, a node can insert the block into the appropriate account-chain without performing a database lookup to determine the correct position in the sequence.[7] This is in contrast to directed acyclic graph (DAG)-based ledgers that rely on a "previous transaction" association when inserting a transaction into an account-chain.

Each block contains a timestamp,[8] giving nodes information about how recent a transaction was published for use during traffic prioritization, limiting the precomputation of work and allowing for time-based decisions such as an automated difficulty increase following Moore's Law.

In order to allow for the possibility to validate an account's transactions without traversing the entire ledger, each account keeps track of its received funds in the form of receive transactions, with each pointing to its respective send transaction within the sending account's chain.[9]

Cryptography

Atto transactions are signed using standard Ed25519 signatures that follow the BIP32 convention[10] (which uses SHA-512 as the hash function)[citation needed] used by Bitcoin and Ledger signers.[11]

References


This article "Atto (cryptocurrency)" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Atto (cryptocurrency). Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.

  1. "Initial commit · attocash/node@385b3a5". GitHub. 2022-01-06. Retrieved 2026-01-21.
  2. "Folding@home | Statistics". Internet Archive. 2025-05-30. Retrieved 2026-01-21.
  3. Felipe Rotilho (2025-08-20). "A New Distribution Strategy: Balancing Growth and Stability | Atto". Atto. Retrieved 2026-01-21.
  4. "Account Overview | Atto". Atto Explorer. Retrieved 2026-01-21.
  5. "node/src/test/kotlin/cash/atto/node/transaction/validation/validator/BlockValidatorTest.kt at 12dbcb922887af59c2014fc4eb88a61144f16d86 · attocash/node". GitHub. Retrieved 2026-01-21.
  6. "node/src/main/kotlin/cash/atto/node/transaction/TransactionNetworkProvider.kt at 12dbcb922887af59c2014fc4eb88a61144f16d86 · attocash/node". GitHub. Retrieved 2026-01-21.
  7. 7.0 7.1 "node/src/main/kotlin/cash/atto/node/account/Account.kt at 12dbcb922887af59c2014fc4eb88a61144f16d86 · attocash/node". GitHub. Retrieved 2026-01-21.
  8. "nodesrc/main/kotlin/cash/atto/node/account/Account.kt at 12dbcb922887af59c2014fc4eb88a61144f16d86 · attocash/node". GitHub. Retrieved 2026-01-21.
  9. "node/src/main/kotlin/cash/atto/node/account/AccountService.kt at 12dbcb922887af59c2014fc4eb88a61144f16d86 · attocash/node". GitHub. Retrieved 2026-01-21.
  10. "node/src/test/kotlin/cash/atto/node/signature/SignerTest.kt at 12dbcb922887af59c2014fc4eb88a61144f16d86 · attocash/node". GitHub. Retrieved 2026-01-21.
  11. "BIP-32: Understanding Hierarchical Deterministic Wallets". Ledger. 2025-11-20. Retrieved 2026-01-21.