<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Markets on Bitsy Wiki</title>
    <link>https://wiki.bitsy.services/wiki/economics/defi/markets/</link>
    <description>Recent content in Markets on Bitsy Wiki</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://wiki.bitsy.services/wiki/economics/defi/markets/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Decentralized Exchange</title>
      <link>https://wiki.bitsy.services/wiki/economics/defi/markets/dex/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/economics/defi/markets/dex/</guid>
      <description>&lt;p&gt;A decentralized exchange (DEX) is a marketplace for trading tokens that runs on-chain, without a central operator holding custody of user funds. Trades settle directly between the user&amp;rsquo;s wallet and a smart contract.&lt;/p&gt;&#xA;&lt;p&gt;A centralized exchange (CEX) like Coinbase or Binance takes deposits into its own custody, matches orders on an order book it operates, and pays out on request. A DEX replaces all three with smart contracts, and the tokens stay in the trader&amp;rsquo;s wallet until the block that executes the swap. There is no account to create, no &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/regulation/know-your-customer&#34;&gt;KYC&lt;/a&gt; gate, and no withdrawal queue, because there is nothing on deposit to withdraw.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Automated Market Maker</title>
      <link>https://wiki.bitsy.services/wiki/economics/defi/markets/amm/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/economics/defi/markets/amm/</guid>
      <description>&lt;p&gt;An automated market maker (AMM) is a type of &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/dex&#34;&gt;decentralized exchange&lt;/a&gt; that uses a mathematical formula &amp;ndash; rather than an order book &amp;ndash; to price trades. Traders swap against a &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/liquidity-pool&#34;&gt;liquidity pool&lt;/a&gt; instead of matching with a counterparty.&lt;/p&gt;&#xA;&lt;p&gt;Traditional exchanges work by matching buyers and sellers: someone posts a bid, someone posts an ask, and the exchange matches them. This requires active market makers who continuously quote prices and enough participants on both sides to maintain a liquid book. On a blockchain, where every operation costs gas and blocks are seconds apart, maintaining an on-chain order book is expensive and slow. AMMs side-step the problem entirely. A smart contract holds reserves of two tokens, and a pricing function determines the exchange rate based on the ratio of those reserves. Anyone can trade at any time, and anyone can supply liquidity.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Liquidity Pool</title>
      <link>https://wiki.bitsy.services/wiki/economics/defi/markets/liquidity-pool/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/economics/defi/markets/liquidity-pool/</guid>
      <description>&lt;p&gt;A liquidity pool is a smart contract that holds reserves of two or more tokens and allows anyone to trade against those reserves according to a deterministic pricing function. Pools are the core primitive of &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/amm&#34;&gt;AMM&lt;/a&gt;-based &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/dex&#34;&gt;decentralized exchanges&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;On a traditional exchange, liquidity comes from market makers who post bids and asks on an order book. On-chain, that model is impractical &amp;ndash; gas costs and block times make continuous order management expensive. Liquidity pools solve this by letting anyone deposit tokens into a contract that automatically quotes prices using a formula like the &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/constant-product-formula&#34;&gt;constant product&lt;/a&gt;. Traders swap against the pool&amp;rsquo;s reserves; liquidity providers (LPs) earn a share of the fees.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Constant Product Formula</title>
      <link>https://wiki.bitsy.services/wiki/economics/defi/markets/constant-product-formula/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/economics/defi/markets/constant-product-formula/</guid>
      <description>&lt;p&gt;The constant product formula is the pricing rule at the heart of most &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/amm&#34;&gt;AMM&lt;/a&gt;-based &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/dex&#34;&gt;decentralized exchanges&lt;/a&gt;. A &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/liquidity-pool&#34;&gt;liquidity pool&lt;/a&gt; holds reserves of two tokens, and their product must remain constant through every trade.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;div style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&#xA;&lt;table style=&#34;border-spacing:0;padding:0;margin:0;border:0;&#34;&gt;&lt;tr&gt;&lt;td style=&#34;vertical-align:top;padding:0;margin:0;border:0;&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;1&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td style=&#34;vertical-align:top;padding:0;margin:0;border:0;;width:100%&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;x * y = k&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;p&gt;where &lt;code&gt;x&lt;/code&gt; and &lt;code&gt;y&lt;/code&gt; are the reserve quantities and &lt;code&gt;k&lt;/code&gt; is the invariant. &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/uniswap&#34;&gt;Uniswap&lt;/a&gt; V2, SushiSwap, and most early AMMs use this formula. Slippage and &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/impermanent-loss&#34;&gt;impermanent loss&lt;/a&gt; are both consequences of this single constraint rather than separate mechanisms.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Constant Mean Formula</title>
      <link>https://wiki.bitsy.services/wiki/economics/defi/markets/constant-mean-formula/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/economics/defi/markets/constant-mean-formula/</guid>
      <description>&lt;p&gt;The constant mean formula is the pricing invariant behind Balancer&amp;rsquo;s weighted pools. Where the &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/constant-product-formula&#34;&gt;constant product formula&lt;/a&gt; constrains two-asset pools to a 50/50 split, the constant mean formula generalises to &lt;strong&gt;any number of assets&lt;/strong&gt; with &lt;strong&gt;arbitrary weight ratios&lt;/strong&gt; &amp;ndash; 80/20, 60/20/20, or any combination that sums to 100%.&lt;/p&gt;&#xA;&lt;p&gt;This makes it possible to build &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/liquidity-pool&#34;&gt;liquidity pools&lt;/a&gt; that behave like self-rebalancing index funds: &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/liquidity-pool&#34;&gt;LPs&lt;/a&gt; choose the asset mix they want exposure to, and the &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/amm&#34;&gt;AMM&lt;/a&gt; maintains those proportions through trading fees rather than manual rebalancing.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Virtual Reserves</title>
      <link>https://wiki.bitsy.services/wiki/economics/defi/markets/virtual-reserves/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/economics/defi/markets/virtual-reserves/</guid>
      <description>&lt;p&gt;Virtual reserves are a mathematical abstraction used by &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/amm&#34;&gt;AMMs&lt;/a&gt; to make a limited amount of real capital behave like a much larger &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/liquidity-pool&#34;&gt;liquidity pool&lt;/a&gt;. The idea is central to &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/uniswap&#34;&gt;Uniswap&lt;/a&gt; V3&amp;rsquo;s concentrated liquidity and appears in various forms across other protocols.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-problem-virtual-reserves-solve&#34;&gt;The problem virtual reserves solve&lt;a class=&#34;anchor&#34; href=&#34;#the-problem-virtual-reserves-solve&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;In a standard &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/constant-product-formula&#34;&gt;constant product&lt;/a&gt; pool, liquidity is spread across every price from zero to infinity. If a pool holds 10 ETH and 25,000 USDC, most of that capital sits at prices far from the current market and never facilitates a trade. The capital is real but idle.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Impermanent Loss</title>
      <link>https://wiki.bitsy.services/wiki/economics/defi/markets/impermanent-loss/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/economics/defi/markets/impermanent-loss/</guid>
      <description>&lt;p&gt;Impermanent loss (IL) is the difference in value between holding tokens in a &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/liquidity-pool&#34;&gt;liquidity pool&lt;/a&gt; and simply holding them in a wallet. It is the cost a liquidity provider (LP) pays for the pool&amp;rsquo;s automatic rebalancing, and on a volatile pair it can exceed everything the position earns in fees over the same period.&lt;/p&gt;&#xA;&lt;h2 id=&#34;intuition&#34;&gt;Intuition&lt;a class=&#34;anchor&#34; href=&#34;#intuition&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;An &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/amm&#34;&gt;automated market maker&lt;/a&gt; (AMM) pool always sells the token that is going up and buys the token that is going down. This is the mechanism that keeps the pool&amp;rsquo;s price in line with the market. The side effect is that an LP ends up with less of the appreciating token and more of the depreciating one — the opposite of what a holder would have.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Volatility</title>
      <link>https://wiki.bitsy.services/wiki/economics/defi/markets/volatility/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/economics/defi/markets/volatility/</guid>
      <description>&lt;p&gt;Volatility measures how much an asset&amp;rsquo;s price moves over a given period. In traditional finance it is a statistical concept &amp;ndash; the annualised standard deviation of returns. In DeFi it is an input rather than a description: it sets &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/impermanent-loss&#34;&gt;impermanent loss&lt;/a&gt;, the loan-to-value ratio a lending protocol will accept, the premium on an option, and whether a &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/liquidity-pool&#34;&gt;liquidity pool&lt;/a&gt; position clears its costs.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/blockchain/cryptocurrency&#34;&gt;Cryptocurrency&lt;/a&gt; markets are structurally more volatile than most traditional asset classes. Tokens trade 24/7 on fragmented venues with thin order books, and prices respond sharply to regulatory news, exploit events, and social-media momentum.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Maximal Extractable Value (MEV)</title>
      <link>https://wiki.bitsy.services/wiki/economics/defi/markets/maximal-extractable-value/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/economics/defi/markets/maximal-extractable-value/</guid>
      <description>&lt;p&gt;Maximal Extractable Value (MEV) is the profit that can be captured by reordering, inserting, or censoring transactions within a block. It exists because the order in which transactions execute affects their outcomes — and the entity assembling a block gets to choose that order.&lt;/p&gt;&#xA;&lt;p&gt;It is charged against every &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/dex&#34;&gt;DEX&lt;/a&gt; trade, every lending-protocol liquidation, and every on-chain auction, and it surfaces downstream as reverted transactions, gas spikes, and protocol designs built specifically to deny it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Staking</title>
      <link>https://wiki.bitsy.services/wiki/economics/defi/markets/staking/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/economics/defi/markets/staking/</guid>
      <description>&lt;p&gt;Staking is the act of locking cryptocurrency in a protocol to earn rewards. The term covers two distinct mechanisms: &lt;strong&gt;network staking&lt;/strong&gt;, where locked tokens secure a blockchain&amp;rsquo;s consensus, and &lt;strong&gt;DeFi staking&lt;/strong&gt;, where tokens are deposited into &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/smart-contract&#34;&gt;smart contracts&lt;/a&gt; to earn yield from protocol activity.&lt;/p&gt;&#xA;&lt;p&gt;Both forms make the same trade: capital is committed and illiquid for a defined period, and the payment is for the service the locked capital performs while it sits there.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Yield Farming</title>
      <link>https://wiki.bitsy.services/wiki/economics/defi/markets/yield-farming/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/economics/defi/markets/yield-farming/</guid>
      <description>&lt;p&gt;Yield farming is the practice of deploying crypto assets across DeFi protocols to earn returns &amp;ndash; trading fees, interest, or token rewards. It is also called &lt;strong&gt;liquidity mining&lt;/strong&gt; when the rewards come in the form of a protocol&amp;rsquo;s governance token.&lt;/p&gt;&#xA;&lt;p&gt;The basic idea: protocols need liquidity to function. &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/dex&#34;&gt;Decentralized exchanges&lt;/a&gt; need tokens in &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/liquidity-pool&#34;&gt;liquidity pools&lt;/a&gt;. Lending platforms need depositors. Rather than wait for capital to arrive organically, protocols offer incentives &amp;ndash; often their own token &amp;ndash; to attract it. Yield farmers chase those incentives, moving capital to wherever the returns are highest.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Transfer on Join/Exit vs. Mint/Burn</title>
      <link>https://wiki.bitsy.services/wiki/economics/defi/markets/transfer-on-join-exit-vs-mint-burn/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/economics/defi/markets/transfer-on-join-exit-vs-mint-burn/</guid>
      <description>&lt;p&gt;When a user deposits assets into a &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/liquidity-pool&#34;&gt;liquidity pool&lt;/a&gt; or vault, the protocol needs a way to track their share. Two design patterns dominate: &lt;strong&gt;transfer on join/exit&lt;/strong&gt;, which moves pre-existing tokens to represent membership, and &lt;strong&gt;mint/burn&lt;/strong&gt;, which creates and destroys share tokens on the fly. The choice between them shapes a protocol&amp;rsquo;s accounting model, composability, and gas profile.&lt;/p&gt;&#xA;&lt;h2 id=&#34;transfer-on-joinexit&#34;&gt;Transfer on Join/Exit&lt;a class=&#34;anchor&#34; href=&#34;#transfer-on-joinexit&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;In this pattern, the pool contract accepts a deposit and records the user&amp;rsquo;s share in internal storage &amp;ndash; a mapping from address to balance. No new tokens are created. When the user withdraws, the contract updates the ledger and transfers the underlying assets back.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Prediction Market</title>
      <link>https://wiki.bitsy.services/wiki/economics/defi/markets/prediction-market/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/economics/defi/markets/prediction-market/</guid>
      <description>&lt;p&gt;A prediction market is a platform where participants trade contracts whose payout depends on the outcome of a future event. The market price of each contract reflects the crowd&amp;rsquo;s estimated probability of that outcome. If a &amp;ldquo;Yes&amp;rdquo; share on &amp;ldquo;Will ETH be above $5,000 on December 31?&amp;rdquo; trades at $0.35, the market is pricing a 35% probability.&lt;/p&gt;&#xA;&lt;p&gt;In DeFi, prediction markets run on &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/smart-contract&#34;&gt;smart contracts&lt;/a&gt; that handle market creation, trading, and settlement without intermediaries. The &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/blockchain&#34;&gt;blockchain&lt;/a&gt; provides the settlement guarantee: once the outcome is determined, the contract pays winners automatically and irreversibly.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Prediction Market Event Time</title>
      <link>https://wiki.bitsy.services/wiki/economics/defi/markets/prediction-market-event-time/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://wiki.bitsy.services/wiki/economics/defi/markets/prediction-market-event-time/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Event time&lt;/strong&gt; is the moment a &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/markets/prediction-market&#34;&gt;prediction market&lt;/a&gt; determines its outcome. It governs when trading stops, when resolution begins, and when winning shares become redeemable. It sits at the intersection of real-world timing, &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/oracles/oracle-node&#34;&gt;oracle&lt;/a&gt; reliability, and &lt;a href=&#34;https://wiki.bitsy.services/wiki/economics/defi/smart-contract&#34;&gt;smart contract&lt;/a&gt; mechanics, and getting it wrong strands capital in a decided market, settles an undecided one, or resolves the wrong side of a close call.&lt;/p&gt;&#xA;&lt;h2 id=&#34;resolution-lifecycle&#34;&gt;Resolution Lifecycle&lt;a class=&#34;anchor&#34; href=&#34;#resolution-lifecycle&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;A typical on-chain prediction market moves through several time-bound phases:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
