<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://www.x0rart.com/home-feed</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
    <lastmod>2022-05-26</lastmod>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/5bd76f95-58df-48ac-b027-e92cf87a8f6c/2_721.gif</image:loc>
      <image:title>Home - Make it stand out</image:title>
      <image:caption>Whatever it is, the way you tell your story online can make all the difference.</image:caption>
    </image:image>
  </url>
  <url>
    <loc>https://www.x0rart.com/for-those-who-know</loc>
    <changefreq>daily</changefreq>
    <priority>0.75</priority>
    <lastmod>2022-06-03</lastmod>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/1620237432103-XU6BW2C9FHA1BM38TUK1/3_burn.gif</image:loc>
      <image:title>For Those Who Know</image:title>
      <image:caption>In a smart contract, the action of burning a token means transferring that token to an inaccessible Ethereum address. An inaccessible address is usually known as the zero-address. "Burn" is a visual representation of this process. The fire contains the Solidity code that implements the "_burn()" function in the ERC-721 standard, and the smoke cloud includes the characters "0x0" to represent the zero-address.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/1618074516561-9ZBSV8D5NB80QQ4E4WZL/nft721.gif</image:loc>
      <image:title>For Those Who Know</image:title>
      <image:caption>Every NFT conforms to the ERC-721 standard. ERC-721 is a defined interface of functions and data structures that smart contracts must implement, or inherit from, to be considered a Non-Fungible Token. "721" fills the letters "NFT" with the actual Solidity function definitions and implementations specified in the ERC-721 standard.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/1620237525851-AMD90E8Z3XBEFIYXGQ9W/4_merkle.gif</image:loc>
      <image:title>For Those Who Know</image:title>
      <image:caption>A critical data structure underlying the Ethereum Blockchain is the Merkle Patricia Trie, which allows for easy transaction verification and state transitions. "Merkle" is a visual representation of a Transaction Merkle Patricia Trie. The tree's roots contain real transaction hashes that lead up through the tree trunk to a root transaction hash. The transaction data is from a specific Ethereum block indicated in the bottom right corner of the GIF.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/1620237488823-RY1VG3160GJWR149NSVC/1_daofork.gif</image:loc>
      <image:title>For Those Who Know</image:title>
      <image:caption>In block 1920000, a hard-fork occurred on the Ethereum Blockchain to help recover funds stolen in the DAO Hack. The fork consisted of a new contract deployed to the Ethereum Blockchain with a single "withdraw()" function allowing users to recover lost funds. "Fork" is a visual representation of this momentous hard-fork and consists of an interweaving fork filled with the actual Solidity implementation of the WithdrawDAO contract.</image:caption>
    </image:image>
  </url>
  <url>
    <loc>https://www.x0rart.com/whoami</loc>
    <changefreq>daily</changefreq>
    <priority>0.75</priority>
    <lastmod>2022-05-01</lastmod>
  </url>
  <url>
    <loc>https://www.x0rart.com/for-those-who-dont-know-collection</loc>
    <changefreq>daily</changefreq>
    <priority>0.75</priority>
    <lastmod>2022-06-03</lastmod>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/1622222909078-OVUPGIF6MBI6K0HOBXCC/oracle.gif</image:loc>
      <image:title>For Those Who Don't Know Collection - Make it stand out</image:title>
      <image:caption>Oracles are a bridge between the EVM (Ethereum Virtual Machine) and the outside world. Decentralized Applications (DApps) use Oracles to view external data feeds, such as prices, or generate random numbers.  The "oracle" eye represents a DApp's view outside the blockchain. The pupil contains the Chainlink VRFCoordinator.sol contract source code, an Oracle that gives DApps the ability to generate random numbers on-chain.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/1622222671085-4IUQI04J5HRNMICK8ZIV/pseudo.gif</image:loc>
      <image:title>For Those Who Don't Know Collection - Make it stand out</image:title>
      <image:caption>Random Number Generation is a critical component of designing a secure cryptographic cipher. Computers are deterministic, making it challenging to generate true randomness on their own. Instead, computers pull random data from outside resources (such as a mouse and keyboard) known as "entropy." Next, entropy is fed into a Pseudo-Random Number Generator to create a random number. "pseudo" represents this process through deterministic rolling digital dice with random entropy bytes within the dots.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/1622222889869-6Z6SEG9OSKQIOKFPK9FL/private_key.gif</image:loc>
      <image:title>For Those Who Don't Know Collection - Make it stand out</image:title>
      <image:caption>All Externally Owned Accounts on the Ethereum blockchain are controlled by a random 32-byte private key. An account's public key and public Ethereum address are derived from this private key through Elliptic Curve operations. BIP-39 proposed to encode the 32-byte key with a mnemonic phrase or seed phrase. "private_key" is a visual representation of a private key composed of the 2048 possible words that can be in a mnemonic seed phrase as defined by BIP-39.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/1622222646479-J1W2QSTN031PTJ84P5HM/elliptic.gif</image:loc>
      <image:title>For Those Who Don't Know Collection - Make it stand out</image:title>
      <image:caption>Private keys, public keys, and signatures on the Ethereum blockchain are all computed using Elliptic Curve Cryptography (ECC). The 21,000 base gas fee in Ethereum goes toward the "elliptic curve operation to recover the sender address from the signature" as outlined in the Ethereum Wiki. "elliptic" is composed of elliptic curves filled with the elliptic curve formula defined by the secp256k1 standard used by Ethereum: y^2 % p =(x^3 + 7) % p.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/1621974080583-J2DDIZ4NLDALI7IRMB44/seedlock.gif</image:loc>
      <image:title>For Those Who Don't Know Collection - Make it stand out</image:title>
      <image:caption>"seedlock" is the 1/1 NFT treasure in the "For Those Who Don't Know" scavenger hunt. It is a visual representation of unlocking an Ethereum account with a mnemonic seed phrase. The lock contains all 2048 possible words in a mnemonic seed phrase as defined by BIP-39.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/1622222622747-EKV0JBRZ9QGT42IP9OS6/bank.gif</image:loc>
      <image:title>For Those Who Don't Know Collection - Make it stand out</image:title>
      <image:caption>Decentralized Finance (Defi) aims to create financial instruments and services entirely governed by smart contracts on the blockchain. "bank" is an homage to Decentralized Finance through the image of an old classical bank composed of code. Specifically, the bank contains the CToken.sol contract source code from the Compound Protocol</image:caption>
    </image:image>
  </url>
  <url>
    <loc>https://www.x0rart.com/test</loc>
    <changefreq>daily</changefreq>
    <priority>0.75</priority>
    <lastmod>2021-07-14</lastmod>
  </url>
  <url>
    <loc>https://www.x0rart.com/consensus</loc>
    <changefreq>daily</changefreq>
    <priority>0.75</priority>
    <lastmod>2022-06-03</lastmod>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/1629470562381-E34XT5FO8SN0HHZAXDDS/SPoRA.gif</image:loc>
      <image:title>Consensus - Make it stand out</image:title>
      <image:caption>Succinct Proofs of Random Access is the Arweave consensus algorithm. Arweave is a blockweave data structure where blocks reference both the previous block and a random (recall) block. Miners need access to recall blocks to mine a new block and are incentivized to store and quickly access historical data to increase the probability of success and reward. SPoRA represents a miner randomly accessing blocks in a blockweave and is composed of the "ar_poa.erl" source code from the Arweave protocol.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/1629470537383-2QRXC3ECEVBK4O1Y4A85/PoH.gif</image:loc>
      <image:title>Consensus - Make it stand out</image:title>
      <image:caption>Proof of History is a consensus algorithm for verifying blockchain order and the passage of time. It is a component of the Solana network alongside Solana's PoS consensus. A PoH generator sequentially hashes data where the output of a hashing round is the input to the next hashing round. Appending data into this hashing sequence timestamps the data. PoH represents the verifiable passage of time through an hourglass composed of the "poh_service.rs" source code from the Solana protocol.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/1629253768849-ADB3C7O1AHQDXL0JC7PU/PoW.gif</image:loc>
      <image:title>Consensus - Make it stand out</image:title>
      <image:caption>Ethash is the Proof of Work consensus algorithm on Ethereum. In Ethash, miners mine blocks by guessing numbers (nonces) and hashing them together with the block header and a randomly generated dataset to create a 32-byte block hash. The block hash must be below a threshold "difficulty" number to successfully mine a block. PoW is a visual representation of Ethash and contains the Ethash source code in "algorithm.go" and "sealer.go" from go-ethereum.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/1629820752442-3SK7UNH7LY920W0GFOPA/gas.gif</image:loc>
      <image:title>Consensus - Make it stand out</image:title>
      <image:caption>Gas is the transaction fee paid by users interacting with the Ethereum Blockchain. The amount of gas paid in a transaction is calculated based on the computational complexity of the executed smart contract code. Specifically, there is a gas cost for each EVM opcode. For example, storing data in a smart contract using the "SSTORE" opcode costs 20,000 gas. Gas is a visual representation of a gas meter composed of every EVM opcode mapped to its associated gas cost.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/1630003233639-Q0NCRK7EWF49S0202LQF/gas-war.gif</image:loc>
      <image:title>Consensus - Make it stand out</image:title>
      <image:caption>Whatever it is, the way you tell your story online can make all the difference.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/1629387140478-SZH1F82A41YSGFLHEGC3/PoS.gif</image:loc>
      <image:title>Consensus - Make it stand out</image:title>
      <image:caption>Proof of Stake is the consensus algorithm on Ethereum 2.0. In PoS, users must stake 32 ETH to become an active validator on the network. For every epoch (32 slots or valid blocks), the network selects a random set of validators to "propose (or produce) blocks or attest (or vote on) the validity of already produced blocks." The scale is composed of the "deposit.go", "attest.go", and "propose.go" source code from Prysm ETH 2.0 and represents the staking of value on the network.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/1629470510775-LJBWHBTYI19NDH1OR0XY/PoA.gif</image:loc>
      <image:title>Consensus - Make it stand out</image:title>
      <image:caption>Clique is the Proof of Authority consensus algorithm on the Rinkeby testnet. In Clique, only an approved list of signers can produce/seal blocks. The approved signer list is dynamic and current signers can vote to add or remove other members. For this reason, PoA emphasizes the importance of identity and reputation in the network. PoA is a visual reputation of Clique as x0r's fingerprint, signifying identity, composed of the "clique.go" and "snapshot.go" source code from go-ethereum.</image:caption>
    </image:image>
  </url>
  <url>
    <loc>https://www.x0rart.com/gas-burn</loc>
    <changefreq>daily</changefreq>
    <priority>0.75</priority>
    <lastmod>2022-06-03</lastmod>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/98ea9beb-9619-4fa6-9f62-a4f23f9496c8/blockspace.gif</image:loc>
      <image:title>Gas Burn - Make it stand out</image:title>
      <image:caption>In EIP-1559, the base gas fee of every transaction is burned. As a result, if gas fees are high and there is significant network demand, the network may produce deflationary blocks. This means more ETH is being burned than created/rewarded to a miner. Additionally, block space is flexible and adjusts accordingly with network demand. There is an average block size of 15 Million gas used and a max gas limit of 30 Million. Blockspace is a visual representation of variable block size composed of deflationary block numbers until block #13787495.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/7c449b9e-f879-4a22-a4ec-e035bf5f5d08/ultrasound.gif</image:loc>
      <image:title>Gas Burn - Make it stand out</image:title>
      <image:caption>The crypto community often refers to ETH as ultrasound money due to its underlying economic properties. Specifically, in EIP-1559, the base gas fee of every transaction is burned. As a result, if gas fees are high and there is significant network demand, ETH can become a deflationary asset (more ETH is burned than mined). Ultrasound is a homage to the bat and sonar emojis used by the crypto community symbolizing ETH as ultrasound money and is composed of EIP-1559 source code from go-ethereum.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/97793c27-f8b7-473d-a3eb-e28cea46f8dc/miner_tip.gif</image:loc>
      <image:title>Gas Burn - Make it stand out</image:title>
      <image:caption>In EIP-1559, every transaction fee is composed of both a base fee and a miner tip. The base fee is burned, and the miner tip is paid to a block's miner. The miner tip equals the gas used in a transaction * minimum(miner tip, fee cap - base fee). The miner tip is essentially a small bribe to miners in order to incentivize the inclusion of transactions with the largest tip into a block. "Miner Tip" is a visual representation of an ETH tip between users and miners with the ETH symbol containing the exact miner tip formula code from go-ethereum.</image:caption>
    </image:image>
  </url>
  <url>
    <loc>https://www.x0rart.com/gary-v-x-x0r-x-tiktok</loc>
    <changefreq>daily</changefreq>
    <priority>0.75</priority>
    <lastmod>2021-12-08</lastmod>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/faf2fe0a-893a-46ba-9197-627e88fdbefe/rent-free.gif</image:loc>
      <image:title>Gary V x x0r x TikTok - Make it stand out</image:title>
      <image:caption>We are constantly consuming videos, photos, comments, and likes. There are times where you inevitably see media that cannot be forgotten. "Rent Free" features a silhouette of Gary V with a thought bubble containing all TikTok handles who commented on the viral Jess Marciante clip about videos that live in your head rent-free. Additionally, Gary's face is composed of the VeeFriends ERC-721 smart contract address on the Ethereum blockchain.</image:caption>
    </image:image>
  </url>
  <url>
    <loc>https://www.x0rart.com/content</loc>
    <changefreq>daily</changefreq>
    <priority>0.75</priority>
    <lastmod>2022-09-21</lastmod>
  </url>
  <url>
    <loc>https://www.x0rart.com/mev-army-1</loc>
    <changefreq>daily</changefreq>
    <priority>0.75</priority>
    <lastmod>2022-05-01</lastmod>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/a720309b-b8fb-4c09-80a5-fc76a54f76fb/mev_army.gif</image:loc>
      <image:title>MEV Army - Make it stand out</image:title>
      <image:caption>MEV Army is a collection of shadowy super coders lurking in the Ethereum dark forest, ready to exploit transactions. MEV, as initially defined by Phil Daian in Flash Boys 2.0, stands for Miner Extractable Value. MEV is additional value captured by miners who censor and reorder transactions in blocks they produce. Each member of the MEV Army is composed of the original transaction ordering code from go-ethereum. Miners are not the only 'players' who can capture MEV; they include transaction searchers, liquidators, sandwichers, backrunners, time-bandits, and generalized frontrunners are scattered throughout the dark forest. These represent some of the traits in the MEV Army Collection.</image:caption>
    </image:image>
  </url>
  <url>
    <loc>https://www.x0rart.com/terms-of-service</loc>
    <changefreq>daily</changefreq>
    <priority>0.75</priority>
    <lastmod>2022-05-07</lastmod>
  </url>
  <url>
    <loc>https://www.x0rart.com/privacy-policy</loc>
    <changefreq>daily</changefreq>
    <priority>0.75</priority>
    <lastmod>2022-06-04</lastmod>
  </url>
  <url>
    <loc>https://www.x0rart.com/hardin</loc>
    <changefreq>daily</changefreq>
    <priority>0.75</priority>
    <lastmod>2022-05-26</lastmod>
  </url>
  <url>
    <loc>https://www.x0rart.com/contact</loc>
    <changefreq>daily</changefreq>
    <priority>0.75</priority>
    <lastmod>2022-06-04</lastmod>
  </url>
  <url>
    <loc>https://www.x0rart.com/proof-of-merge</loc>
    <changefreq>daily</changefreq>
    <priority>0.75</priority>
    <lastmod>2022-09-21</lastmod>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/9cb02ffb-a1cf-40e6-b8b6-cb0000c7cf9e/ezgif.com-gif-maker+%284%29.gif</image:loc>
      <image:title>Proof of Merge - Make it stand out</image:title>
      <image:caption>Whatever it is, the way you tell your story online can make all the difference.</image:caption>
    </image:image>
  </url>
  <url>
    <loc>https://www.x0rart.com/voyage-to-the-moon</loc>
    <changefreq>daily</changefreq>
    <priority>0.75</priority>
    <lastmod>2023-04-11</lastmod>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/0787f8d0-a861-4e56-9435-416e384ab9f3/ezgif.com-gif-maker+%285%29.gif</image:loc>
      <image:title>Voyage to the Moon - Make it stand out</image:title>
      <image:caption>Whatever it is, the way you tell your story online can make all the difference.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://images.squarespace-cdn.com/content/v1/6071da4ff95b952de10f4d4c/573478ee-84c2-44b4-8c57-ae2bb3546dad/Screenshot+2023-04-09+at+6.19.19+PM.png</image:loc>
      <image:title>Voyage to the Moon - Make it stand out</image:title>
      <image:caption>Whatever it is, the way you tell your story online can make all the difference.</image:caption>
    </image:image>
  </url>
</urlset>

