<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>IOTA on Bitsy Services Wiki</title>
    <link>https://wiki.bitsy.services/wiki/defi/iota/</link>
    <description>Recent content in IOTA on Bitsy Services Wiki</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://wiki.bitsy.services/wiki/defi/iota/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The Tangle</title>
      <link>https://wiki.bitsy.services/wiki/defi/iota/tangle/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/defi/iota/tangle/</guid>
      <description>&lt;p&gt;The Tangle was IOTA&amp;rsquo;s original ledger: a &lt;a href=&#34;https://wiki.bitsy.services/wiki/cs/dag/&#34;&gt;directed acyclic graph&lt;/a&gt; (DAG) of transactions rather than a chain of blocks. It defined the network from launch until the &lt;a href=&#34;https://wiki.bitsy.services/wiki/defi/iota/iota-rebased&#34;&gt;IOTA Rebased&lt;/a&gt; upgrade in May 2025 retired it. Understanding it still matters, because most third-party material describes IOTA as if the Tangle were the live system.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-the-tangle-is&#34;&gt;What the Tangle Is&lt;a class=&#34;anchor&#34; href=&#34;#what-the-tangle-is&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;In a &lt;a href=&#34;https://wiki.bitsy.services/wiki/defi/blockchain&#34;&gt;blockchain&lt;/a&gt;, miners or validators batch transactions into blocks and link the blocks in a line. The Tangle had no blocks and no dedicated block producers. Each new transaction directly &lt;strong&gt;approved two previous transactions&lt;/strong&gt; by referencing them, forming a growing mesh:&lt;/p&gt;</description>
    </item>
    <item>
      <title>IOTA Rebased</title>
      <link>https://wiki.bitsy.services/wiki/defi/iota/iota-rebased/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/defi/iota/iota-rebased/</guid>
      <description>&lt;p&gt;IOTA Rebased is the protocol overhaul that went live on mainnet on &lt;strong&gt;5 May 2025&lt;/strong&gt;. It retired &lt;a href=&#34;https://wiki.bitsy.services/wiki/defi/iota/tangle&#34;&gt;the Tangle&lt;/a&gt; as IOTA&amp;rsquo;s ledger and replaced it with a &lt;a href=&#34;https://en.wikipedia.org/wiki/Move_%28programming_language%29&#34;&gt;Move&lt;/a&gt;-based object ledger, &lt;a href=&#34;https://wiki.bitsy.services/wiki/defi/staking&#34;&gt;delegated proof-of-stake&lt;/a&gt; consensus, and real transaction fees. The architecture is derived from the same Mysten Labs research lineage as Sui — IOTA effectively rebased its mainnet onto that stack, hence the name.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-changed&#34;&gt;What Changed&lt;a class=&#34;anchor&#34; href=&#34;#what-changed&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;          &lt;th&gt;Pre-Rebased (Tangle)&lt;/th&gt;&#xA;          &lt;th&gt;Rebased (May 2025+)&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Ledger&lt;/td&gt;&#xA;          &lt;td&gt;DAG of transactions&lt;/td&gt;&#xA;          &lt;td&gt;Object ledger on the Move VM&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Consensus&lt;/td&gt;&#xA;          &lt;td&gt;Tip approval + Coordinator milestones&lt;/td&gt;&#xA;          &lt;td&gt;Mysticeti dPoS, no Coordinator&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Validators&lt;/td&gt;&#xA;          &lt;td&gt;Foundation Coordinator&lt;/td&gt;&#xA;          &lt;td&gt;Up to ~150 permissionless, staked&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Fees&lt;/td&gt;&#xA;          &lt;td&gt;None&lt;/td&gt;&#xA;          &lt;td&gt;~0.005 IOTA per tx, burned&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Finality&lt;/td&gt;&#xA;          &lt;td&gt;Probabilistic (cumulative weight)&lt;/td&gt;&#xA;          &lt;td&gt;Deterministic, sub-second&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;L1 smart contracts&lt;/td&gt;&#xA;          &lt;td&gt;None&lt;/td&gt;&#xA;          &lt;td&gt;Native Move&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;object-model-and-the-move-vm&#34;&gt;Object Model and the Move VM&lt;a class=&#34;anchor&#34; href=&#34;#object-model-and-the-move-vm&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Instead of accounts-with-balances (&lt;a href=&#34;https://wiki.bitsy.services/wiki/defi/ethereum/&#34;&gt;Ethereum&lt;/a&gt;) or unspent outputs (Bitcoin, legacy IOTA), state is a set of typed &lt;strong&gt;objects&lt;/strong&gt; owned by addresses. &lt;a href=&#34;https://wiki.bitsy.services/wiki/defi/smart-contract&#34;&gt;Smart contracts&lt;/a&gt; are Move modules; assets are Move &lt;em&gt;resources&lt;/em&gt; — values the type system forbids from being copied or implicitly dropped, which structurally prevents whole classes of double-spend and accounting bugs.&lt;/p&gt;</description>
    </item>
    <item>
      <title>IOTA EVM</title>
      <link>https://wiki.bitsy.services/wiki/defi/iota/iota-evm/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/defi/iota/iota-evm/</guid>
      <description>&lt;p&gt;IOTA EVM is IOTA&amp;rsquo;s fully &lt;a href=&#34;https://wiki.bitsy.services/wiki/defi/ethereum/&#34;&gt;Ethereum&lt;/a&gt;-compatible smart-contract chain. It is the practical entry point for &lt;a href=&#34;https://wiki.bitsy.services/wiki/defi/dex&#34;&gt;DeFi&lt;/a&gt; on IOTA: existing &lt;a href=&#34;https://wiki.bitsy.services/wiki/defi/solidity/&#34;&gt;Solidity&lt;/a&gt; contracts, &lt;a href=&#34;https://wiki.bitsy.services/wiki/defi/ethereum/erc-20&#34;&gt;ERC-20&lt;/a&gt; tooling, MetaMask, Hardhat, and Foundry all work unmodified, with configuration changes only. It launched on mainnet in 2024 and continues to run as a Layer 2 alongside the &lt;a href=&#34;https://wiki.bitsy.services/wiki/defi/iota/iota-rebased&#34;&gt;Move&lt;/a&gt; Layer 1 introduced by the &lt;a href=&#34;https://wiki.bitsy.services/wiki/defi/iota/iota-rebased&#34;&gt;Rebased&lt;/a&gt; upgrade.&lt;/p&gt;&#xA;&lt;h2 id=&#34;architecture&#34;&gt;Architecture&lt;a class=&#34;anchor&#34; href=&#34;#architecture&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;IOTA EVM is one chain produced by &lt;strong&gt;IOTA Smart Contracts (ISC)&lt;/strong&gt;, the framework that runs sandboxed contract chains and anchors their state to IOTA Layer 1. From a developer&amp;rsquo;s point of view it is an ordinary EVM chain; the ISC layer underneath handles settlement to L1 and asset movement. The native &lt;a href=&#34;https://wiki.bitsy.services/wiki/defi/cryptocurrency&#34;&gt;IOTA token&lt;/a&gt; is the gas currency, and a bridge moves value between L1 native assets and L2 EVM balances.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
