<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Bridgette Wisoky</title>
    <description>The latest articles on DEV Community by Bridgette Wisoky (@bridgette_wisoky).</description>
    <link>https://dev.to/bridgette_wisoky</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4098906%2F020d42a0-0ab5-4fe1-a242-00e89ccb3aeb.png</url>
      <title>DEV Community: Bridgette Wisoky</title>
      <link>https://dev.to/bridgette_wisoky</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bridgette_wisoky"/>
    <language>en</language>
    <item>
      <title>Use Liquidity Bootstrapping Pools for Token Price Discovery</title>
      <dc:creator>Bridgette Wisoky</dc:creator>
      <pubDate>Wed, 09 Sep 2026 21:50:21 +0000</pubDate>
      <link>https://dev.to/bridgette_wisoky/use-liquidity-bootstrapping-pools-for-token-price-discovery-3po9</link>
      <guid>https://dev.to/bridgette_wisoky/use-liquidity-bootstrapping-pools-for-token-price-discovery-3po9</guid>
      <description>&lt;p&gt;Liquidity bootstrapping pools are designed to launch a token and let an on-chain market discover its price with limited starting capital. If you are deciding how to sell a new token today, the key distinction is that an LBP is a temporary price-discovery market, not permanent liquidity.&lt;/p&gt;

&lt;h2&gt;
  
  
  What you need before you start
&lt;/h2&gt;

&lt;p&gt;You need the project token, a reserve asset such as USDC, DAI, or WETH, a chain, and an LBP implementation such as Balancer’s weighted pool design. You also need a post-sale plan: where trading will continue after the weight schedule ends, and what happens to unsold tokens and collected reserves.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Choose the reserve asset and decide how many project tokens enter the pool.&lt;/li&gt;
&lt;li&gt;Set the starting and ending weights, sale duration, swap fee, and any pause or withdrawal controls.&lt;/li&gt;
&lt;li&gt;Model the expected price path against realistic demand, then publish the official pool address.&lt;/li&gt;
&lt;li&gt;Start the schedule, monitor swaps and price movement, and migrate the remaining liquidity when the sale finishes.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What the mechanism does
&lt;/h2&gt;

&lt;p&gt;An LBP uses weighted AMM math rather than a fixed 50/50 balance. It normally starts heavily weighted toward the project token and lightly toward the reserve asset. The weights then move on a schedule, often making the project token progressively cheaper in reserve-asset terms.&lt;/p&gt;

&lt;p&gt;The important detail is that the scheduled weight change can move the quoted price even when nobody has traded. Buyers are therefore given a reason to wait instead of racing bots for the first block. When demand appears, each purchase removes project tokens and adds reserve assets; arbitrageurs compare the pool with other markets and push its price toward the level they consider fair.&lt;/p&gt;

&lt;p&gt;The result is a transparent sale, an observable price path, and potentially meaningful initial liquidity without the team supplying a full permanent pool in advance. It does not manufacture demand: weak demand can leave tokens unsold, while excessive demand can still create volatility and gas competition.&lt;/p&gt;

&lt;p&gt;Cross-chain transport is a separate concern. IBC Protocol, deBridge Protocol, and Hyperlane Protocol can carry assets or messages between networks, but they do not replace the LBP’s pricing mechanism. A &lt;a href="https://elegant-bayberry-652.notion.site/What-Universal-Bridge-Merchants-Actually-Do-in-2026-3d6a34834c6380f6ac04ed57e5cb9217" rel="noopener noreferrer"&gt;Universal Bridge&lt;/a&gt; is the separate cross-chain layer for moving the token after its initial market has formed.&lt;/p&gt;

&lt;h2&gt;
  
  
  When an LBP is the wrong tool
&lt;/h2&gt;

&lt;p&gt;Use a conventional AMM pool or concentrated-liquidity market when the token already has a price and needs continuous two-sided trading. Use a fixed-price sale when guaranteed allocation matters more than open price discovery. An LBP fits best when the goal is to establish an initial market price, distribute tokens openly, and accept that the market—not the launch team—decides where trading settles.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How Slippage Changes Your Swap Price in 2026</title>
      <dc:creator>Bridgette Wisoky</dc:creator>
      <pubDate>Wed, 09 Sep 2026 17:57:53 +0000</pubDate>
      <link>https://dev.to/bridgette_wisoky/how-slippage-changes-your-swap-price-in-2026-m09</link>
      <guid>https://dev.to/bridgette_wisoky/how-slippage-changes-your-swap-price-in-2026-m09</guid>
      <description>&lt;p&gt;Slippage changes the price you receive when your swap executes at a different rate from the quote shown before confirmation. It matters most when you trade a large order against a shallow pool or wait while the market moves.&lt;/p&gt;

&lt;h2&gt;
  
  
  Read these four figures before swapping
&lt;/h2&gt;

&lt;p&gt;These figures separate the pool’s pricing from the protection you set in the interface.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Quoted output:&lt;/strong&gt; the amount of the ERC-20 token the pool estimates you will receive now.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Minimum received:&lt;/strong&gt; the lowest output your transaction accepts after applying your slippage tolerance. If execution would fall below it, the swap reverts.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Price impact:&lt;/strong&gt; the estimated movement caused by your own order changing the pool’s reserves.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fee:&lt;/strong&gt; the portion of the input or output paid to liquidity providers, plus the separate network fee paid to process the transaction.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What actually moves the price
&lt;/h2&gt;

&lt;p&gt;An Automated Market Maker prices your trade from its reserves, not from a fixed order book. In a simple constant-product pool, the reserve relationship is represented by x × y = k. Taking tokens out of one reserve makes the next units progressively more expensive.&lt;/p&gt;

&lt;p&gt;Suppose a pool holds 100,000 USDC and 50 ETH. Before fees, a 1,000 USDC purchase returns about 0.495 ETH, even though the starting spot price is 2,000 USDC per ETH. The average execution price is roughly 2,020 USDC per ETH: the difference is price impact, created by your order.&lt;/p&gt;

&lt;p&gt;The liquidity-provider fee reduces the output further and goes to the addresses supplying the pool. It is not slippage, even though both appear in the final result. A network fee goes to the chain’s transaction producers or sequencer. If the quoted pool price is stale, arbitrageurs trade against it and capture the discrepancy, so a delayed transaction can execute worse without your order being large.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to choose a sensible tolerance
&lt;/h2&gt;

&lt;p&gt;Set tolerance wide enough for normal movement but narrow enough to reject a bad fill. A 0.5% tolerance does not make the trade 0.5% more expensive; it permits execution up to 0.5% below the quoted output. It also does not guarantee that the quote itself is good.&lt;/p&gt;

&lt;p&gt;Check whether a different pool or route has deeper liquidity. Multi-hop routes can improve the rate, but each hop can add a fee and another source of price impact. On Zero-Knowledge Rollups, cheaper execution can make smaller or split trades practical, but batching and proof generation do not remove the AMM curve.&lt;/p&gt;

&lt;p&gt;If you need the broader SyncSwap context, &lt;a href="https://cryptoposts.github.io/syncswap-aqua-pools-need-volume-not-just-volatility/" rel="noopener noreferrer"&gt;follow the wider topic&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The practical rule is simple: compare quoted output with minimum received, then inspect price impact and fees separately. For a thin pool, reducing trade size or choosing deeper liquidity usually improves the price more reliably than merely increasing slippage tolerance.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
