<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cryptofutures.trading/index.php?action=history&amp;feed=atom&amp;title=What_Is_Open_Interest_and_Why_It_Matters</id>
	<title>What Is Open Interest and Why It Matters - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cryptofutures.trading/index.php?action=history&amp;feed=atom&amp;title=What_Is_Open_Interest_and_Why_It_Matters"/>
	<link rel="alternate" type="text/html" href="https://wiki.cryptofutures.trading/index.php?title=What_Is_Open_Interest_and_Why_It_Matters&amp;action=history"/>
	<updated>2026-09-13T07:35:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.7</generator>
	<entry>
		<id>https://wiki.cryptofutures.trading/index.php?title=What_Is_Open_Interest_and_Why_It_Matters&amp;diff=4537&amp;oldid=prev</id>
		<title>TypographyBot: redlink fill via claude</title>
		<link rel="alternate" type="text/html" href="https://wiki.cryptofutures.trading/index.php?title=What_Is_Open_Interest_and_Why_It_Matters&amp;diff=4537&amp;oldid=prev"/>
		<updated>2026-04-18T10:00:51Z</updated>

		<summary type="html">&lt;p&gt;redlink fill via claude&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Crypto Encyclopedia Article&lt;br /&gt;
| title       = Address (Crypto)&lt;br /&gt;
| niche       = crypto_encyclopedia&lt;br /&gt;
| wordcount   = ~1500&lt;br /&gt;
| related     = [[Wallet]], [[Private Key]], [[Public Key]], [[Transaction]], [[Blockchain]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= Address (Crypto) =&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;cryptocurrency address&amp;#039;&amp;#039;&amp;#039; (also called a &amp;#039;&amp;#039;&amp;#039;blockchain address&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;wallet address&amp;#039;&amp;#039;&amp;#039;) is a unique alphanumeric string that functions as a destination identifier on a blockchain network — enabling users to send, receive, and store digital assets. Much like a bank account number or an email address, a crypto address tells the network exactly where funds should go. Unlike traditional banking identifiers, however, crypto addresses are generated through cryptographic processes and are not issued or controlled by any central authority.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
At its most fundamental level, a crypto address is a human-readable representation of a [[public key]]. Every blockchain account is built on a [[key pair|cryptographic key pair]]: a [[private key]] that grants the owner control over the account and signs outgoing transactions, and a [[public key]] that acts as the account&amp;#039;s unique identifier on the network. Because raw public keys are extremely long binary numbers (typically 256 bits), the address serves as a compressed, user-friendly encoding of that public key — easier to read, copy, and share. [web:3]&lt;br /&gt;
&lt;br /&gt;
All transactions recorded on a blockchain reference addresses as either a source (sender) or a destination (recipient). Because the ledger is public, anyone can look up an address and see its full transaction history, including incoming and outgoing balances. The address itself, however, reveals nothing about the real-world identity of its owner — this is the basis of [[pseudonymity]] in cryptocurrency. [web:11]&lt;br /&gt;
&lt;br /&gt;
== How Addresses Are Generated ==&lt;br /&gt;
&lt;br /&gt;
Address generation follows a deterministic cryptographic pipeline:&lt;br /&gt;
&lt;br /&gt;
# A [[private key]] is generated — typically a random 256-bit number.&lt;br /&gt;
# The corresponding [[public key]] is computed using [[Elliptic Curve Cryptography]] (ECC), most commonly the secp256k1 curve used by [[Bitcoin]] and [[Ethereum]].&lt;br /&gt;
# The public key is passed through one or more [[hash function|cryptographic hash functions]] (e.g., SHA-256 followed by RIPEMD-160 in Bitcoin&amp;#039;s case) to produce a shorter fixed-length digest.&lt;br /&gt;
# A [[checksum]] is appended to the hash to enable basic error detection.&lt;br /&gt;
# The result is encoded into a human-readable format — typically [[Base58Check]] for Bitcoin legacy addresses or [[Bech32]] for SegWit addresses.&lt;br /&gt;
&lt;br /&gt;
This one-way process means that knowing an address does not reveal the private key or even the full public key, preserving the security of the account. [web:3][web:2]&lt;br /&gt;
&lt;br /&gt;
== Address Structure and Format ==&lt;br /&gt;
&lt;br /&gt;
Address formats vary significantly between blockchain networks. Key structural properties include:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Length&amp;#039;&amp;#039;&amp;#039;: Bitcoin addresses are typically 26–35 characters; Ethereum addresses are always 42 characters (including the &amp;quot;0x&amp;quot; prefix). [web:1]&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Character set&amp;#039;&amp;#039;&amp;#039;: Most addresses use alphanumeric characters, often excluding visually ambiguous characters like &amp;quot;0&amp;quot; (zero) and &amp;quot;O&amp;quot; (capital letter O) to prevent user error.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Prefix&amp;#039;&amp;#039;&amp;#039;: Many address types use a fixed prefix that immediately identifies the network and format (e.g., Bitcoin legacy addresses start with &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;, Ethereum addresses always start with &amp;lt;code&amp;gt;0x&amp;lt;/code&amp;gt;). [web:5]&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Case sensitivity&amp;#039;&amp;#039;&amp;#039;: Ethereum addresses are case-insensitive at the protocol level, but [[EIP-55]] introduced a mixed-case checksum encoding as an error-detection mechanism. Bitcoin Bech32 addresses are fully lowercase.&lt;br /&gt;
&lt;br /&gt;
== Types of Bitcoin Addresses ==&lt;br /&gt;
&lt;br /&gt;
[[Bitcoin]] has evolved through several address formats, each with diffe&lt;/div&gt;</summary>
		<author><name>TypographyBot</name></author>
	</entry>
</feed>