Cardano addresses | Cardano Docs (2024)

The addresses are a blake2b-256 hash of the relevant verifying/public keysconcatenated with some metadata that can be stored on theCardano blockchain.

Shelley introduced four different types of addresses:

  • base addresses
  • pointer addresses
  • enterprise addresses
  • reward account addresses.

Besides those new addresses, Shelley continued to support Byron-era bootstrapaddresses and script addresses, but only the new base and pointer addressescarried stake rights. Therefore, addresses consist of some serialized dataspecified in the ledger specification stored in the blockchain’s blocks, eg, anUnspent Transaction Output (UTXO) address.

The serialized data (address) contains two parts:

  • metadata: used for interpreting
  • payload: the raw or encoded data.

Base addresses

A base address directly specifies the staking key that should control the stakefor that address. The staking rights associated with funds held in this addressmay be exercised by the owner of the staking key. Base addresses can be used intransactions without registering the staking key in advance.

The stake rights can only be exercised by registering the stake key anddelegating to a stake pool. Once the stake key isregistered, the stake rights can be exercised for base addresses used intransactions before or after the key registration.

Pointer addresses

A pointer address indirectly specifies the staking key that should control thestake for the address. It references a stake key by a stake key pointer, whichis a location on the blockchain of the stake key registration certificate forthat key. Pointer addresses can be used in transactions, even if their target isnot an active stake key registration. This covers the scenario where the key wasunregistered after (or indeed, before) the transaction, and also covers pointersto targets that are plainly invalid. The reason for allowing such invalidtargets is so that nodes only need to track the currently active stake keys.

The pointer can be considerably shorter than the hash used in base addresses.

There is a subtlety with pointer addresses. It might happen that a stake keyregistration certificate referenced by a pointer address might be lost due to arollback. To prevent loss of funds in this scenario, the system considerspointer addresses with an invalid pointer to be valid for the purpose of usingfunds stored therein as inputs for transactions (but ignores them for thepurpose of proof of stake participation). Optionally, a wallet might refuse tocreate transactions to pointer addresses before the referenced certificate hasbecome immutable, to prevent funds from being excluded from the proof of stake,in the case of rollbacks.

Enterprise addresses

Enterprise addresses carry no stake rights, so using these addresses means thatyou are opting out of participation in the proof-of-stake protocol.

Exchanges or other organizations that control large amounts of ada – but hold iton behalf of other users – may wish to follow a policy of not exercising stakerights. By using enterprise addresses, exchanges can demonstrate that theyfollow this policy. Since enterprise addresses are not associated with anystaking key, they are automatically excluded from the mechanisms that influencethe slot leadership schedule. Note that using addresses with no stake rightseffectively decreases the total amount of stake, which plays into the hands of apotential adversary.

Also note that enterprise addresses may still be used to receive, hold, and send
tokens with a policyID (non-ada assets).

Reward account addresses

A reward address is a cryptographic hash of the public staking key of theaddress. Reward account addresses are used to distribute rewards forparticipating in the proof-of-stake protocol (either directly or viadelegation).

They have the following properties:

  • account-style accounting is used, not UTXO-style
  • funds cannot be received via transactions; instead, their balance is onlyincreased when rewards are distributed
  • a one-to-one correspondence exists between registered staking keys and rewardaccount addresses.

This key is used whenever funds are withdrawn from the address. Furthermore,stake associated with funds in the address contributes to the stake of this key.Just as in the case of enterprise addresses, the staking object for a rewardaddress does not need to contain information.

Cardano addresses | Cardano Docs (2024)

FAQs

What are the different types of Cardano addresses? ›

Cardano has a unique address structure and distinguishes between payment addresses and stake addresses (sometimes called a reward address). Payment addresses are intended to hold funds that can be spent. Stake addresses define if and how funds from payment addresses are used in staking.

How many active addresses does Cardano have? ›

The number of daily active addresses on the Cardano (ADA) network recently hit a five-month high of over 52,000. This increase in user activity is largely attributed to the successful launch of the Chang-Upgrade, which pushes Cardano (ADA) closer to becoming a fully decentralized blockchain.

What is Cardano's address? ›

The addresses are a blake2b-256 hash of the relevant verifying/public keys concatenated with some metadata that can be stored on the Cardano blockchain. Shelley introduced four different types of addresses: base addresses. pointer addresses.

What is the encoding of Cardano addresses? ›

In Cardano, the Bech32 and Base58 encodings are used to encode addresses, as opposed to standard hexadecimal notation (Base16, example 0x8A7B ).

Why does Cardano have multiple addresses? ›

Traditionally, in Daedalus and Yoroi, Cardano wallets were trying to use new addresses for every transaction, so that every address is used only once, appears in only two transactions – one where it received some funds and one where those funds were spent again.

How do I create a Cardano wallet address? ›

How to create a Cardano wallet
  1. Download the application extension.
  2. Create your account with a username and password.
  3. Note down your seed phrase and keep it somewhere very secure. If you lose your password, this is the only way you can gain access to your wallet.
Sep 27, 2022

What is Cardano's weakness? ›

Cardano, on the other hand, has focused more on security and sustainability, thanks to its Proof of Stake (PoS) consensus algorithm, called Ouroboros. However, one of the main weaknesses of Cardano has been its scalability, with a lower transaction capacity compared to Solana.

What is a Cardano stake address? ›

Refers to a reward account, one of the two components that make up an address on Cardano. They are used in various operations related to rewards, such as delegating ADA to pools, checking the reward balance, etc. Anyone who owns a stake address also owns a stake in any associated funds linked to that address.

What code does Cardano use? ›

Plutus is the native smart contract language for Cardano. It is a Turing-complete language written in Haskell, and Plutus smart contracts are effectively Haskell programs. By using Plutus, you can be confident in the correct execution of your smart contracts.

Why does my Cardano address keep changing? ›

Like Bitcoin, Cardano is an Unspent Transaction Output (UTXO)-based blockchain. This means that once you receive ADA to a Cardano address, the next generated receiving address will be different from the previous one.

What protocol does Cardano use? ›

Cardano's proprietary Proof-of-Stake consensus protocol is called Ouroboros and is one of the project's most groundbreaking achievements to date. Ouroboros is the first PoS algorithm to have been scientifically peer-reviewed and independently audited and verified.

What network does Cardano use? ›

Cardano uses a proof-of-stake (PoS) protocol named Ouroboros; this was in contrast to Bitcoin and Ethereum, which used proof-of-work protocols (though the latter switched over in 2022). Proof-of-stake blockchains use far less energy than proof-of-work chains.

What are the different ADA wallets? ›

Here is a list of hardware wallets to consider for storing and transacting with ada:
  • Trezor Model T.
  • Ledger Nano S Plus.
  • Ledger Nano X.

What are the different types of crypto addresses? ›

Cryptocurrency Addresses
Data IdentifierValidation
Bitcoin Address"[13][a-km-zA-HJ-NP-Z1-9]{25,34}"
Dash Pay (DASH) Address"X[1-9A-HJ-NP-Za-km-z]{33}"
Ethereum (ETH) Address"0x[0-9a-fA-F]{40}"
Litecoin (LTC) Address"L[a-km-zA-HJ-NP-Z1-9]{26,33}"
2 more rows
Jun 12, 2024

What are the different types of ADA? ›

ADA is a purine degrading enzyme with 2 isoforms: ADA1, which is an ubiquitous enzyme found most often in lymphocytes, monocytes, and neutrophils; and ADA2, which is more specific to monocytes and macrophages and is the dominant isoform in TB effusions.

What are the different types of ETH addresses? ›

Ethereum has two types of accounts: externally owned accounts (EOAs) and contract accounts. EOAs are like Bitcoin key pairs, while contract accounts are for smart contracts.

Top Articles
How Do Mutual Funds Pay Dividends? Top 5 Insights 2024
Human Dependency on Resources With Examples - Turito
Spn 1816 Fmi 9
4-Hour Private ATV Riding Experience in Adirondacks 2024 on Cool Destinations
Devotion Showtimes Near Mjr Universal Grand Cinema 16
Craigslist Free Stuff Appleton Wisconsin
Hendersonville (Tennessee) – Travel guide at Wikivoyage
Vanadium Conan Exiles
Www Thechristhospital Billpay
Snarky Tea Net Worth 2022
Campaign Homecoming Queen Posters
Mlb Ballpark Pal
Oc Craiglsit
Fairy Liquid Near Me
[Birthday Column] Celebrating Sarada's Birthday on 3/31! Looking Back on the Successor to the Uchiha Legacy Who Dreams of Becoming Hokage! | NARUTO OFFICIAL SITE (NARUTO & BORUTO)
Theresa Alone Gofundme
Straight Talk Phones With 7 Inch Screen
Best Forensic Pathology Careers + Salary Outlook | HealthGrad
Illinois VIN Check and Lookup
Whitefish Bay Calendar
China’s UberEats - Meituan Dianping, Abandons Bike Sharing And Ride Hailing - Digital Crew
Delaware Skip The Games
/Www.usps.com/International/Passports.htm
Christina Steele And Nathaniel Hadley Novel
eugene bicycles - craigslist
EVO Entertainment | Cinema. Bowling. Games.
Firefly Festival Logan Iowa
Craigslist Efficiency For Rent Hialeah
Craigslist Auburn Al
How Much Is An Alignment At Costco
O'reilly Auto Parts Ozark Distribution Center Stockton Photos
Truis Bank Near Me
All Things Algebra Unit 3 Homework 2 Answer Key
67-72 Chevy Truck Parts Craigslist
Chuze Fitness La Verne Reviews
The Thing About ‘Dateline’
1v1.LOL Game [Unblocked] | Play Online
Tedit Calamity
Gym Assistant Manager Salary
Directions To Cvs Pharmacy
Gregory (Five Nights at Freddy's)
Disassemble Malm Bed Frame
2017 Ford F550 Rear Axle Nut Torque Spec
Ups Authorized Shipping Provider Price Photos
Pixel Gun 3D Unblocked Games
855-539-4712
Workday Latech Edu
Pas Bcbs Prefix
What Time Do Papa John's Pizza Close
Dmv Kiosk Bakersfield
Competitive Comparison
Ark Silica Pearls Gfi
Latest Posts
Article information

Author: Nathanial Hackett

Last Updated:

Views: 5862

Rating: 4.1 / 5 (72 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Nathanial Hackett

Birthday: 1997-10-09

Address: Apt. 935 264 Abshire Canyon, South Nerissachester, NM 01800

Phone: +9752624861224

Job: Forward Technology Assistant

Hobby: Listening to music, Shopping, Vacation, Baton twirling, Flower arranging, Blacksmithing, Do it yourself

Introduction: My name is Nathanial Hackett, I am a lovely, curious, smiling, lively, thoughtful, courageous, lively person who loves writing and wants to share my knowledge and understanding with you.