<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>On the Block</title>
    <link>https://paper.wf/on-the-block/</link>
    <description>Read a 13-year-old&#39;s ramblings about DeFi, free software and economics. But mainly DeFi.</description>
    <pubDate>Sat, 30 May 2026 12:04:40 +0000</pubDate>
    <item>
      <title>The blog is moving</title>
      <link>https://paper.wf/on-the-block/the-blog-is-moving</link>
      <description>&lt;![CDATA[We are moving to Mirror. Mirror is like a web3 platform which tokenizes posts on Arweave which I think is pretty cool.&#xA;&#xA;Meet me there.&#xA;!--more--&#xA;&#xA;div class=&#34;post-footer-links&#34;&#xD;&#xA;a rel=&#34;me&#34; href=&#34;https://mastodon.social/@cybertelx&#34;my mastodon/a • a href=&#34;https://github.com/cybertelx&#34;my github/a • please donate if you can: a href=&#34;https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e&#34;0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e/a&#xD;&#xA;/div]]&gt;</description>
      <content:encoded><![CDATA[<p>We are moving to Mirror. Mirror is like a web3 platform which tokenizes posts on Arweave which I think is pretty cool.</p>

<p><a href="https://mirror.xyz/cybertelx.eth" rel="nofollow">Meet me there.</a>
</p>

<div class="post-footer-links">
<a href="https://mastodon.social/@cybertelx" rel="nofollow">my mastodon</a> • <a href="https://github.com/cybertelx" rel="nofollow">my github</a> • please donate if you can: <a href="https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e" rel="nofollow">0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e</a>
</div>
]]></content:encoded>
      <guid>https://paper.wf/on-the-block/the-blog-is-moving</guid>
      <pubDate>Sun, 28 Aug 2022 12:30:57 +0000</pubDate>
    </item>
    <item>
      <title>Grape Wars: Attack of the Bots</title>
      <link>https://paper.wf/on-the-block/grape-wars-attack-of-the-bots</link>
      <description>&lt;![CDATA[Today I was getting ready for the Grape Finance AMA. Everything seemed fine and dandy but then I saw a particular message that piqued my interest...&#xA;&#xA;!--more--&#xA;&#xA;A Discord message from the #ama-weekly-questions server.&#xA;&#xA;  &#34;Can we orchestrate an attack on the bot ruining the fun in Gladiators KoC Grape tournament? @Andy_Tomb and myself took him for a fair few grape last night but he&#39;s restocked and we don&#39;t want to have to have that fight again on our own!&#34;&#xA;&#xA;Bot? Ruining the fun? Not on my watch!&#xA;&#xA;For some context, Gladiator King of the Colosseum is a sort of game where you have to hold your position as &#34;king of the Colosseum&#34; straight for a time duration (3 hours for the GRAPE KoC).&#xA;&#xA;Any player can just send a transaction, pay a small amount of GRAPE (currently 1.08 GRAPE) and become the new king, so you have to defend your position day and night, stopping others from winning the grand reward pool.&#xA;&#xA;However, the fun was ruined when one person decided to build a bot to do this. People had to defend their positions against a bot that didn&#39;t need to sleep, eat, touch grass or take a break in any way. It just kept entering.&#xA;&#xA;Game plan: Counter the bot WITH a bot&#xA;&#xA;I brainstormed ideas with people in the #ama-live-chat channel. We had a game plan: outbot the bot, make them give up.&#xA;&#xA;Idea 1&#xA;Build a Node.JS bot to watch transactions, test the bot, rent a VPS, maintain this VPS... nah. This idea got scrapped because it&#39;s just too much effort and too much cost to just fuck over a bot messing with a game.&#xA;&#xA;So then what?&#xA;&#xA;Eureka! Using Gelato Network to automate transactions&#xA;We thought a lot and talked a lot in the chat which we now moved to the top secret OG-only #og-chat. Suddenly, it came to me and I sent a message in the thread.&#xA;&#xA;  https://gelato.network/ can be used to outsource the execution of tasks, i believe it&#39;s reliable enough to be able to send a transaction within a 3 hour range&#xA;&#xA;Gelato Network. It&#39;s a system of bots that send transactions at specific times or whenever possible. These automated transactions are incredibly important for this!&#xA;&#xA;Now, I didn&#39;t have to code in JS with a blockchain library like ethers.js which I didn&#39;t know so well. I could just code in Solidity, a language I&#39;ve gotten very accustomed to!&#xA;&#xA;It worked on the first second try&#xA;&#xA;The code is very simple, the logic is only about a hundred lines (the interfaces don&#39;t count of course) In fact, you can check it out here at this address: 0x34521c12104f8af6c5cfe139a107e6d7f49ebd7e&#xA;&#xA;I then hooked it up to Gelato Network, so it would scan every block, check if my transaction would execute, then if it did, run it to go kick out that piece of sh enemy bot.&#xA;&#xA;Currently it&#39;s at about 5 executions on Gelato (and one test execution to kick that bot out manually!) at the time of this writing. You can see them all in the Events tab on Snowtrace.&#xA;&#xA;Grape go brrr! https://grapefinance.app&#xA;&#xA;#defi #bots #autonomy #gelato #p2e&#xA;&#xA;div class=&#34;post-footer-links&#34;&#xD;&#xA;a rel=&#34;me&#34; href=&#34;https://mastodon.social/@cybertelx&#34;my mastodon/a • a href=&#34;https://github.com/cybertelx&#34;my github/a • please donate if you can: a href=&#34;https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e&#34;0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e/a&#xD;&#xA;/div]]&gt;</description>
      <content:encoded><![CDATA[<p>Today I was getting ready for the Grape Finance AMA. Everything seemed fine and dandy but then I saw a particular message that piqued my interest...</p>



<p><img src="https://iili.io/h035Ol.png" alt="A Discord message from the #ama-weekly-questions server."></p>

<blockquote><p>“Can we orchestrate an attack on the bot ruining the fun in <a href="https://gladiatorfinance.app/koc" rel="nofollow">Gladiators KoC Grape tournament</a>? @Andy_Tomb and myself took him for a fair few grape last night but he&#39;s restocked and we don&#39;t want to have to have that fight again on our own!”</p></blockquote>

<p>Bot? Ruining the fun? Not on my watch!</p>

<p>For some context, Gladiator King of the Colosseum is a sort of game where you have to hold your position as “king of the Colosseum” straight for a time duration (3 hours for the GRAPE KoC).</p>

<p>Any player can just send a transaction, pay a small amount of GRAPE (currently 1.08 GRAPE) and become the new king, so you have to defend your position day and night, stopping others from winning the grand reward pool.</p>

<p>However, the fun was ruined when one person decided to build a bot to do this. People had to defend their positions against a bot that didn&#39;t need to sleep, eat, touch grass or take a break in any way. It just kept entering.</p>

<h2 id="game-plan-counter-the-bot-with-a-bot" id="game-plan-counter-the-bot-with-a-bot">Game plan: Counter the bot WITH a bot</h2>

<p>I brainstormed ideas with people in the <a href="/on-the-block/tag:ama" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">ama</span></a>-live-chat channel. We had a game plan: outbot the bot, make them give up.</p>

<h2 id="idea-1" id="idea-1">Idea 1</h2>

<p>Build a Node.JS bot to watch transactions, test the bot, rent a VPS, maintain this VPS... nah. This idea got scrapped because it&#39;s just too much effort and too much cost to just fuck over a bot messing with a game.</p>

<p>So then what?</p>

<h2 id="eureka-using-gelato-network-to-automate-transactions" id="eureka-using-gelato-network-to-automate-transactions">Eureka! Using Gelato Network to automate transactions</h2>

<p>We thought a lot and talked a lot in the chat which we now moved to the top secret OG-only <a href="/on-the-block/tag:og" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">og</span></a>-chat. Suddenly, it came to me and I sent a message in the thread.</p>

<blockquote><p><a href="https://gelato.network/" rel="nofollow">https://gelato.network/</a> can be used to outsource the execution of tasks, i believe it&#39;s reliable enough to be able to send a transaction within a 3 hour range</p></blockquote>

<p><a href="https://gelato.network" rel="nofollow">Gelato Network.</a> It&#39;s a system of bots that send transactions at specific times or whenever possible. These automated transactions are incredibly important for this!</p>

<p>Now, I didn&#39;t have to code in JS with a blockchain library like ethers.js which I didn&#39;t know so well. I could just code in Solidity, a language I&#39;ve gotten very accustomed to!</p>

<h2 id="it-worked-on-the-first-second-try" id="it-worked-on-the-first-second-try">It worked on the <del>first</del> second try</h2>

<p>The code is very simple, the logic is only about a hundred lines (the interfaces don&#39;t count of course) In fact, you can check it out here at this address: <a href="https://snowtrace.io/address/0x34521c12104f8af6c5cfe139a107e6d7f49ebd7e" rel="nofollow">0x34521c12104f8af6c5cfe139a107e6d7f49ebd7e</a></p>

<p>I then hooked it up to Gelato Network, so it would scan every block, check if my transaction would execute, then if it did, run it to go kick out that <del>piece of sh</del> enemy bot.</p>

<p>Currently it&#39;s at about 5 executions on Gelato (and one test execution to kick that bot out manually!) at the time of this writing. You can see them all in the Events tab on Snowtrace.</p>

<p>Grape go brrr! <a href="https://grapefinance.app" rel="nofollow">https://grapefinance.app</a></p>

<p><a href="/on-the-block/tag:defi" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">defi</span></a> <a href="/on-the-block/tag:bots" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">bots</span></a> <a href="/on-the-block/tag:autonomy" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">autonomy</span></a> <a href="/on-the-block/tag:gelato" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">gelato</span></a> <a href="/on-the-block/tag:p2e" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">p2e</span></a></p>

<div class="post-footer-links">
<a href="https://mastodon.social/@cybertelx" rel="nofollow">my mastodon</a> • <a href="https://github.com/cybertelx" rel="nofollow">my github</a> • please donate if you can: <a href="https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e" rel="nofollow">0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e</a>
</div>
]]></content:encoded>
      <guid>https://paper.wf/on-the-block/grape-wars-attack-of-the-bots</guid>
      <pubDate>Sat, 11 Jun 2022 19:53:37 +0000</pubDate>
    </item>
    <item>
      <title>The degen seigniorage stablecoin strategy</title>
      <link>https://paper.wf/on-the-block/the-degen-seigniorage-stablecoin-strategy</link>
      <description>&lt;![CDATA[Seigniorage protocols (more commonly, &#34;Tomb forks&#34;) are all the rage nowadays. There are some protocols pegged to stablecoins. Some of those offer extremely high rewards for liquidity pairs and single stake. Why not take advantage of that?&#xA;&#xA;!--more--&#xA;NOTHING HERE IS FINANCIAL ADVICE AT ALL. PLEASE DON&#39;T SUE ME IF THIS GOES WRONG&#xA;&#xA;TL;DR: Buy seigniorage tokens (GRAPE, CASH) close to peg, stake them in the single stake (or create an LP, even less volatile), earn ridiculous yields.&#xA;&#xA;Risks&#xA;First and foremost, the main risk is that the protocol gets underpegged. This can happen, so try and minimize this by going with protocols that have a track record of hovering around peg.&#xA;&#xA;Another risk is rug pull/smart contract hack, so make sure the project is audited, and follow the rug spotter guides in the Seigniorage Circus.&#xA;&#xA;Alright, let&#39;s get on to the strategy&#xA;It&#39;s honestly very simple. Find a trustworthy stable-pegged seigniorage protocol, for example Grape Finance, DYOR.&#xA;&#xA;Swap some of your coins for the pegged token (GRAPE, in this case, not WINE, that&#39;s a different strat).&#xA;&#xA;Stake your delicious GRAPEs in the Vineyard, you can go with single stake or GRAPE-MIM Liquidity. At Grape Finance, it doesn&#39;t give too much of a difference, but for most protocols single-stake yields less than LP, and the LP is less exposed to the fluctuations of the pegged token.&#xA;&#xA;Then... just leave it be. If you want, a helpful but optional part is to put it into an autocompounder (which does create sell pressure on the reward token though, beware).&#xA;&#xA;Passive income! (but do check in once in a while of course)&#xA;&#xA;Honorable Mentions&#xA;Here is a list of great resources and protocols to start with on your new degen strategy!&#xA;&#xA;Grape Finance, a stronk algostable, audited by 0xGuard (MIM pegged, Avalanche C-Chain)&#xA;BRR Finance, a newer but still good algostable developed by one of the most trusted devs, DNN. (BUSD pegged, Binance Smart Chain)&#xA;Seigniorage Circus, a group dedicated to finding and saving protocols that are way underpegged. Has lots of great resources inside and seigniorage experts in there.&#xA;&#xA;div class=&#34;post-footer-links&#34;&#xD;&#xA;a rel=&#34;me&#34; href=&#34;https://mastodon.social/@cybertelx&#34;my mastodon/a • a href=&#34;https://github.com/cybertelx&#34;my github/a • please donate if you can: a href=&#34;https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e&#34;0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e/a&#xD;&#xA;/div]]&gt;</description>
      <content:encoded><![CDATA[<p>Seigniorage protocols (more commonly, “Tomb forks”) are all the rage nowadays. There are some protocols pegged to stablecoins. Some of those offer extremely high rewards for liquidity pairs and single stake. <strong>Why not take advantage of that?</strong></p>



<h2 id="nothing-here-is-financial-advice-at-all-please-don-t-sue-me-if-this-goes-wrong" id="nothing-here-is-financial-advice-at-all-please-don-t-sue-me-if-this-goes-wrong">NOTHING HERE IS FINANCIAL ADVICE AT ALL. PLEASE DON&#39;T SUE ME IF THIS GOES WRONG</h2>

<p>TL;DR: Buy seigniorage tokens (GRAPE, CASH) close to peg, stake them in the single stake (or create an LP, even less volatile), earn ridiculous yields.</p>

<h2 id="risks" id="risks">Risks</h2>

<p>First and foremost, the main risk is that the protocol gets underpegged. This can happen, so try and minimize this by going with protocols that have a track record of hovering around peg.</p>

<p>Another risk is rug pull/smart contract hack, so make sure the project is audited, and follow the rug spotter guides in the Seigniorage Circus.</p>

<h2 id="alright-let-s-get-on-to-the-strategy" id="alright-let-s-get-on-to-the-strategy">Alright, let&#39;s get on to the strategy</h2>

<p>It&#39;s honestly very simple. Find a trustworthy stable-pegged seigniorage protocol, for example Grape Finance, DYOR.</p>

<p>Swap some of your coins for the pegged token (GRAPE, in this case, not WINE, that&#39;s a different strat).</p>

<p><a href="https://grapefinance.app/vineyard" rel="nofollow">Stake your delicious GRAPEs in the Vineyard</a>, you can go with single stake or GRAPE-MIM Liquidity. At Grape Finance, it doesn&#39;t give too much of a difference, but for most protocols single-stake yields less than LP, <a href="https://paper.wf/on-the-block/defi-liquidity-pairs-impermanent-loss-and-very-permanent-profit" rel="nofollow">and the LP is less exposed to the fluctuations of the pegged token.</a></p>

<p>Then... just leave it be. If you want, a helpful but optional part is to put it into an autocompounder (which does create sell pressure on the reward token though, beware).</p>

<p>Passive income! (but do check in once in a while of course)</p>

<h2 id="honorable-mentions" id="honorable-mentions">Honorable Mentions</h2>

<p>Here is a list of great resources and protocols to start with on your new degen strategy!</p>
<ul><li><a href="https://grapefinance.app" rel="nofollow">Grape Finance</a>, a stronk algostable, audited by 0xGuard (MIM pegged, Avalanche C-Chain)</li>
<li><a href="https://brrfinance.com" rel="nofollow">BRR Finance</a>, a newer but still good algostable developed by one of the most trusted devs, DNN. (BUSD pegged, Binance Smart Chain)</li>
<li><a href="https://discord.gg/F9G4Hv5Tuk" rel="nofollow">Seigniorage Circus</a>, a group dedicated to finding and saving protocols that are way underpegged. Has lots of great resources inside and seigniorage experts in there.</li></ul>

<div class="post-footer-links">
<a href="https://mastodon.social/@cybertelx" rel="nofollow">my mastodon</a> • <a href="https://github.com/cybertelx" rel="nofollow">my github</a> • please donate if you can: <a href="https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e" rel="nofollow">0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e</a>
</div>
]]></content:encoded>
      <guid>https://paper.wf/on-the-block/the-degen-seigniorage-stablecoin-strategy</guid>
      <pubDate>Sat, 02 Apr 2022 16:09:33 +0000</pubDate>
    </item>
    <item>
      <title>iKeen Finance, my new project</title>
      <link>https://paper.wf/on-the-block/ikeen-finance-my-new-project</link>
      <description>&lt;![CDATA[Hello. I&#39;m working on a new thing called iKeen Finance with another person, plus I&#39;m going back to school, which is why my posts will be less frequent.&#xA;&#xA;iKeen is a Tomb Finance fork. You can see our docs at https://docs.ikeenfi.app (https://ikeenfi.app for now redirects to our docs!). Please shill to some servers. Thank you.&#xA;&#xA;!--more--&#xA;Nothing more.&#xA;&#xA;div class=&#34;post-footer-links&#34;&#xD;&#xA;a rel=&#34;me&#34; href=&#34;https://mastodon.social/@cybertelx&#34;my mastodon/a • a href=&#34;https://github.com/cybertelx&#34;my github/a • please donate if you can: a href=&#34;https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e&#34;0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e/a&#xD;&#xA;/div]]&gt;</description>
      <content:encoded><![CDATA[<p>Hello. I&#39;m working on a new thing called iKeen Finance with another person, plus I&#39;m going back to school, which is why my posts will be less frequent.</p>

<p>iKeen is a Tomb Finance fork. You can see our docs at <a href="https://docs.ikeenfi.app" rel="nofollow">https://docs.ikeenfi.app</a> (<a href="https://ikeenfi.app" rel="nofollow">https://ikeenfi.app</a> for now redirects to our docs!). Please shill to some servers. Thank you.</p>



<p>Nothing more.</p>

<div class="post-footer-links">
<a href="https://mastodon.social/@cybertelx" rel="nofollow">my mastodon</a> • <a href="https://github.com/cybertelx" rel="nofollow">my github</a> • please donate if you can: <a href="https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e" rel="nofollow">0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e</a>
</div>
]]></content:encoded>
      <guid>https://paper.wf/on-the-block/ikeen-finance-my-new-project</guid>
      <pubDate>Sat, 05 Mar 2022 15:57:59 +0000</pubDate>
    </item>
    <item>
      <title>Giving smart contracts autonomy</title>
      <link>https://paper.wf/on-the-block/giving-smart-contracts-autonomy</link>
      <description>&lt;![CDATA[Smart contracts are like complicated vending machines. They can&#39;t do anything on their own, they can&#39;t just dispense lots of soda randomly, or grow legs and arms to fight a competing vending machine in the area. But what if they could? What if they could create transactions on their own?&#xA;!--more--&#xA;&#xA;Autonomy Network&#xA;Autonomy Network is a system that allows smart contracts to queue Requests in the Registry contract, with a trigger (e.g. price of ABC goes above 500$). The system then, when the condition is met, calls the contract to do whatever it needs to do.&#xA;&#xA;It works by a sort of Proof-of-Stake system. &#34;Validators&#34; (bots) can lock their AUTO (in the StakeManager contract) to get the exclusive right to execute Requests for a certain period of blocks.&#xA;&#xA;In exchange, the smart contract has to pay enough ETH or AUTO to cover gas fees and a little extra to make it worthwhile for that validator.&#xA;&#xA;Autonomy&#39;s PoS structure vs. &#34;Free-for-all&#34; incentives&#xA;Current ways of trying to achieve autonomous transactions is to incentivize bots to do it, for example, the compounding of an autocompounder.&#xA;&#xA;This is like putting a small pile of money that is just about worthwhile for somebody to grab, so 100 bots will try and lunge for it before the other ones, and one random lucky bot will win the grand prize of... 5 cents after gas, probably, while everyone else fails.&#xA;&#xA;This works, but is inefficient, prone to frontrunning and this free-for-all battle can make it not worthwhile for the bot, as there is a high chance of loss and a tiny chance of earning (and tiny earnings).&#xA;&#xA;Frontrunners&#xA;Bots aren&#39;t instant, they have to pay for gas and their transactions will sit quietly in the memory pool. Generalized frontrunners can scan the memory pool and copy profitable transactions with a slightly higher gas price, and so the bots trying to grab the pile of money end up being outpaced by those frontrunners.&#xA;&#xA;Inefficiency&#xA;For every lucky bot that succeeds, there are at least 5 more who fail. The model of a free-for-all means there can be only one.&#xA;&#xA;The combination of all these factors causes bots to slowly become disincentivized as more bots join in, with extremely tiny profit margins and high chances of loss. This causes bot makers to just &#34;give up&#34;, turning off their losing bots. This also leads to centralization, as certain people have an &#34;edge&#34; over others, such as well-connected nodes or an agreement with a miner.&#xA;&#xA;To contrast, Autonomy Network is more structured, with each validator bot having the exclusive rights to grab these piles of money at different times. This stops these cycles of bots bumping into each other as they wrestle for this tiny pile of money, saving a lot of time, gas and having better economic guarantees that your request will be executed (if you pay enough).&#xA;&#xA;What can Autonomy be used for?&#xA;Right now, Autonomy Network hasn&#39;t launched most of its stuff yet, like the AUTO token, or its documentation. It&#39;s in beta currently.&#xA;&#xA;The current main usecase of Autonomy is trading. Autonomy&#39;s request architecture allows for limit orders and other stuff available on a CEX, on AutoSwap.Trade.&#xA;&#xA;It could potentially be used in the future to create blockchain life, or NFTs that can run transactions on their own and be autonomous, these things could be used in the Metaverse too. Who knows?&#xA;&#xA;I think Autonomy&#39;s really cool and I&#39;ll definitely be buying the token when it launches. Not financial advice by the way.&#xA;&#xA;🚀&#xA;---&#xA;tags down here as to not interrupt your reading:&#xA;#autonomy #defi #dapp #dev #nft #pos #dex&#xA;&#xA;div class=&#34;post-footer-links&#34;&#xD;&#xA;a rel=&#34;me&#34; href=&#34;https://mastodon.social/@cybertelx&#34;my mastodon/a • a href=&#34;https://github.com/cybertelx&#34;my github/a • please donate if you can: a href=&#34;https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e&#34;0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e/a&#xD;&#xA;/div]]&gt;</description>
      <content:encoded><![CDATA[<p>Smart contracts are like complicated vending machines. They can&#39;t do anything on their own, they can&#39;t just dispense lots of soda randomly, or grow legs and arms to fight a competing vending machine in the area. But what if they could? What if they could create transactions on their own?
</p>

<h2 id="autonomy-network" id="autonomy-network">Autonomy Network</h2>

<p><a href="https://autonomynetwork.io" rel="nofollow">Autonomy Network</a> is a system that allows smart contracts to queue Requests in the Registry contract, with a trigger (e.g. price of ABC goes above 500$). The system then, when the condition is met, calls the contract to do whatever it needs to do.</p>

<p>It works by a sort of Proof-of-Stake system. “Validators” (bots) can lock their AUTO (in the StakeManager contract) to get the exclusive right to execute Requests for a certain period of blocks.</p>

<p>In exchange, the smart contract has to pay enough ETH or AUTO to cover gas fees and a little extra to make it worthwhile for that validator.</p>

<h2 id="autonomy-s-pos-structure-vs-free-for-all-incentives" id="autonomy-s-pos-structure-vs-free-for-all-incentives">Autonomy&#39;s PoS structure vs. “Free-for-all” incentives</h2>

<p>Current ways of trying to achieve autonomous transactions is to incentivize bots to do it, for example, the compounding of an autocompounder.</p>

<p>This is like putting a small pile of money that is just about worthwhile for somebody to grab, so 100 bots will try and lunge for it before the other ones, and one random lucky bot will win the grand prize of... 5 cents after gas, probably, while everyone else fails.</p>

<p>This works, but is inefficient, prone to frontrunning and this free-for-all battle can make it not worthwhile for the bot, as there is a high chance of loss and a tiny chance of earning (and tiny earnings).</p>

<h4 id="frontrunners" id="frontrunners">Frontrunners</h4>

<p>Bots aren&#39;t instant, they have to pay for gas and their transactions will sit quietly in the memory pool. <a href="https://www.paradigm.xyz/2020/08/ethereum-is-a-dark-forest" rel="nofollow">Generalized frontrunners can scan the memory pool</a> and copy profitable transactions with a slightly higher gas price, and so the bots trying to grab the pile of money end up being outpaced by those frontrunners.</p>

<h4 id="inefficiency" id="inefficiency">Inefficiency</h4>

<p>For every lucky bot that succeeds, there are at least 5 more who fail. The model of a free-for-all means <a href="https://www.youtube.com/watch?v=sqcLjcSloXs" rel="nofollow">there can be only one</a>.</p>

<p>The combination of all these factors causes bots to slowly become disincentivized as more bots join in, with extremely tiny profit margins and high chances of loss. This causes bot makers to just “give up”, turning off their losing bots. This also leads to centralization, as certain people have an “edge” over others, such as well-connected nodes or an agreement with a miner.</p>

<p>To contrast, Autonomy Network is more structured, with each validator bot having the exclusive rights to grab these piles of money at different times. This stops these cycles of bots bumping into each other as they wrestle for this tiny pile of money, saving a lot of time, gas and having better economic guarantees that your request will be executed (if you pay enough).</p>

<h2 id="what-can-autonomy-be-used-for" id="what-can-autonomy-be-used-for">What can Autonomy be used for?</h2>

<p>Right now, Autonomy Network hasn&#39;t launched most of its stuff yet, like the AUTO token, or its documentation. It&#39;s in beta currently.</p>

<p>The current main usecase of Autonomy is trading. Autonomy&#39;s request architecture allows for <a href="https://autoswap.trade" rel="nofollow">limit orders and other stuff available on a CEX, on AutoSwap.Trade</a>.</p>

<p>It could potentially be used in the future to <a href="https://blog.autonomynetwork.io/sentient-nfts-a-new-form-of-life-part-1-the-roadmap-590237e18753" rel="nofollow">create blockchain life</a>, or NFTs that can run transactions on their own and be autonomous, these things could be used in the Metaverse too. Who knows?</p>

<p>I think Autonomy&#39;s really cool and I&#39;ll definitely be buying the token when it launches. Not financial advice by the way.</p>

<p>🚀</p>

<hr>

<p>tags down here as to not interrupt your reading:
<a href="/on-the-block/tag:autonomy" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">autonomy</span></a> <a href="/on-the-block/tag:defi" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">defi</span></a> <a href="/on-the-block/tag:dapp" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">dapp</span></a> <a href="/on-the-block/tag:dev" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">dev</span></a> <a href="/on-the-block/tag:nft" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">nft</span></a> <a href="/on-the-block/tag:pos" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">pos</span></a> <a href="/on-the-block/tag:dex" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">dex</span></a></p>

<div class="post-footer-links">
<a href="https://mastodon.social/@cybertelx" rel="nofollow">my mastodon</a> • <a href="https://github.com/cybertelx" rel="nofollow">my github</a> • please donate if you can: <a href="https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e" rel="nofollow">0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e</a>
</div>
]]></content:encoded>
      <guid>https://paper.wf/on-the-block/giving-smart-contracts-autonomy</guid>
      <pubDate>Thu, 03 Mar 2022 16:40:00 +0000</pubDate>
    </item>
    <item>
      <title>Lotteries where you can&#39;t lose</title>
      <link>https://paper.wf/on-the-block/lotteries-where-you-cant-lose</link>
      <description>&lt;![CDATA[Of course, I&#39;m talking about no-loss lotteries, especially DeFi ones. They&#39;re not really &#34;lotteries&#34;, they&#39;re more like savings pools with prizes. The CeFi equivalent would be Premium Bonds, but those are boring. Either win big or win small.&#xA;!--more--&#xA;No-loss lotteries work by depositing your assets into a lending platform or some other farm that generates interest. The no-loss lottery takes a fee on the interest that you receive, then gives the fee to one lucky winner!&#xA;&#xA;For example, I put 1000$ in a no-loss lottery, and within a bit it generates 10$ of interest. The no-loss lottery takes a small bit of it, for example 5% (50 cents), then puts it into a pile. It does this for all of the people in the lottery, taking a cut and putting it into a pile.&#xA;&#xA;Let&#39;s say the total pool is about 1 million $, so the pile is 50,000$. This 50 thousand is given to a lucky winner! (the more assets you deposit, the higher chance of winning)&#xA;&#xA;Now, that&#39;s great, but it&#39;s only theory. Let&#39;s get into the no-loss lotteries that you can actually deposit your money into!&#xA;&#xA;PoolTogether&#xA;PoolTogether is the first and biggest (decentralized) no-loss lottery. Most other no-loss lotteries are forks of PoolTogether, which really shows its success. It&#39;s been audited by CodeArena, OpenZeppelin, CodeArena again and CodeArena yet again.&#xA;&#xA;They also have a bug bounty program that pays out up to 50 thousand dollars for big vulnerabilities in their code, and insurance coverage from Nexus Mutual, for those who are even more cautious. It&#39;s permissionless too, meaning anyone can create their own custom prize pools at any time.&#xA;&#xA;PoolTogether comparison 1&#xA;PoolTogether comparison 2&#xA;&#xA;Overall, PoolTogether is the OG no-loss lottery, but I personally haven&#39;t used it before. It&#39;s on 3 blockchains (Ethereum, Polygon, and Avalanche).&#xA;&#xA;Moonpot&#xA;Moonpot is a fork of PoolTogether on the Binance Smart Chain, powered by Beefy Finance, a yield aggregator (we&#39;ll talk about these later).&#xA;&#xA;It was created by some Beefy developers and, according to them, has the same standard of safety that Beefy has. It&#39;s also been audited by CertiK.&#xA;&#xA;Moonpot is sadly only on the Binance Smart Chain, I&#39;ve used it before when I did yield farming on BSC, but it&#39;s pretty secure and is a &#34;sister project&#34; to Beefy.&#xA;&#xA;And that&#39;s all...&#xA;Well, there are probably more no-loss lotteries out there, and when I find more, I might update this article.&#xA;&#xA;---&#xA;Tags here so they don&#39;t bother anyone&#xA;#moonpot #pooltogether #defi #lottery #nolosslottery #beefy&#xA;&#xA;div class=&#34;post-footer-links&#34;&#xD;&#xA;a rel=&#34;me&#34; href=&#34;https://mastodon.social/@cybertelx&#34;my mastodon/a • a href=&#34;https://github.com/cybertelx&#34;my github/a • please donate if you can: a href=&#34;https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e&#34;0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e/a&#xD;&#xA;/div]]&gt;</description>
      <content:encoded><![CDATA[<p>Of course, I&#39;m talking about no-loss lotteries, especially DeFi ones. They&#39;re not really “lotteries”, they&#39;re more like savings pools with prizes. The CeFi equivalent would be Premium Bonds, but those are boring. Either win big or win small.

No-loss lotteries work by depositing your assets into a lending platform or some other farm that generates interest. The no-loss lottery takes a fee on the interest that you receive, then gives the fee to one lucky winner!</p>

<p>For example, I put 1000$ in a no-loss lottery, and within a bit it generates 10$ of interest. The no-loss lottery takes a small bit of it, for example 5% (50 cents), then puts it into a pile. It does this for all of the people in the lottery, taking a cut and putting it into a pile.</p>

<p>Let&#39;s say the total pool is about 1 million $, so the pile is 50,000$. This 50 thousand is given to a lucky winner! (the more assets you deposit, the higher chance of winning)</p>

<p>Now, that&#39;s great, but it&#39;s only theory. <strong>Let&#39;s get into the no-loss lotteries that you can actually deposit your money into!</strong></p>

<h2 id="pooltogether" id="pooltogether">PoolTogether</h2>

<p><a href="https://pooltogether.com" rel="nofollow">PoolTogether</a> is the first and biggest (decentralized) no-loss lottery. Most other no-loss lotteries are forks of PoolTogether, which really shows its success. <a href="https://docs.pooltogether.com/faq/risks/audits" rel="nofollow">It&#39;s been audited by CodeArena, OpenZeppelin, CodeArena again and CodeArena yet again.</a></p>

<p>They also have a bug bounty program that pays out up to 50 thousand dollars for big vulnerabilities in their code, and <a href="https://app.nexusmutual.io/cover/buy/get-quote?address=0xd89a09084555a7D0ABe7B111b1f78DFEdDd638Be" rel="nofollow">insurance coverage from Nexus Mutual, for those who are even more cautious.</a> It&#39;s permissionless too, meaning anyone can create their own custom prize pools at any time.</p>

<p><img src="https://32394911-files.gitbook.io/~/files/v0/b/gitbook-28427.appspot.com/o/assets%2F-MjVmQloS14HsmiACMUz%2F-MlAfbjbkhfIXQbFD7Zl%2F-MlBYsUBD2QrNhY4QHbS%2FScreen%20Shot%202021-09-27%20at%2011.29.21%20AM.png?alt=media&amp;token=757214e4-fee3-4dfa-b894-f4203ba04250" alt="PoolTogether comparison 1">
<img src="https://32394911-files.gitbook.io/~/files/v0/b/gitbook-28427.appspot.com/o/assets%2F-MjVmQloS14HsmiACMUz%2F-MlAfbjbkhfIXQbFD7Zl%2F-MlBZ9Xghbb2v4PKXA66%2FScreen%20Shot%202021-09-27%20at%2011.29.31%20AM.png?alt=media&amp;token=5afa5d79-37e8-4f52-9da0-df46645489d3" alt="PoolTogether comparison 2"></p>

<p>Overall, PoolTogether is the OG no-loss lottery, but I personally haven&#39;t used it before. It&#39;s on 3 blockchains (Ethereum, Polygon, and Avalanche).</p>

<h2 id="moonpot" id="moonpot">Moonpot</h2>

<p><a href="https://moonpot.com" rel="nofollow">Moonpot</a> is a fork of PoolTogether on the Binance Smart Chain, powered by <a href="https://beefy.finance" rel="nofollow">Beefy Finance</a>, a yield aggregator (we&#39;ll talk about these later).</p>

<p><a href="https://medium.com/beefyfinance/moonpot-x-beefy-finance-838e0a383359" rel="nofollow">It was created by some Beefy developers and, according to them, has the same standard of safety that Beefy has.</a> It&#39;s also been audited by <a href="https://www.certik.com/projects/moonpot" rel="nofollow">CertiK</a>.</p>

<p>Moonpot is sadly only on the Binance Smart Chain, I&#39;ve used it before when I did yield farming on BSC, but it&#39;s pretty secure and is a “sister project” to Beefy.</p>

<h2 id="and-that-s-all" id="and-that-s-all">And that&#39;s all...</h2>

<p>Well, there are probably more no-loss lotteries out there, and when I find more, I might update this article.</p>

<hr>

<p>Tags here so they don&#39;t bother anyone
<a href="/on-the-block/tag:moonpot" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">moonpot</span></a> <a href="/on-the-block/tag:pooltogether" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">pooltogether</span></a> <a href="/on-the-block/tag:defi" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">defi</span></a> <a href="/on-the-block/tag:lottery" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">lottery</span></a> <a href="/on-the-block/tag:nolosslottery" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">nolosslottery</span></a> <a href="/on-the-block/tag:beefy" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">beefy</span></a></p>

<div class="post-footer-links">
<a href="https://mastodon.social/@cybertelx" rel="nofollow">my mastodon</a> • <a href="https://github.com/cybertelx" rel="nofollow">my github</a> • please donate if you can: <a href="https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e" rel="nofollow">0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e</a>
</div>
]]></content:encoded>
      <guid>https://paper.wf/on-the-block/lotteries-where-you-cant-lose</guid>
      <pubDate>Tue, 01 Mar 2022 07:56:55 +0000</pubDate>
    </item>
    <item>
      <title>Diversify with DeFi index funds</title>
      <link>https://paper.wf/on-the-block/diversify-with-defi-index-funds</link>
      <description>&lt;![CDATA[You&#39;ve heard the common phrase &#34;diversify your assets&#34;. In DeFi, it&#39;s a bit of a pain to diversify as you need to pay gas fees for each token transfer, so most people just throw their money into Bitcoin or Ethereum as the tides of the crypto market are generally controlled by the price action of those two, waxing and waning. The S&amp;P 500 doesn&#39;t exist in DeFi... or does it?&#xA;!--more--&#xA;Yes it does! (well at least, indexes exist) And here, in this article, I will show you some DeFi protocols allowing for index funds! This is not financial advice, obviously. Buckle up! (note: excuse my enthusiasm, it might sound like I&#39;m being paid for this, which I&#39;m not)&#xA;&#xA;Set Protocol&#xA;The Set Protocol logo.&#xA;&#xA;Set Protocol is one of the biggest index protocols out there, powering indexes like the DeFi Pulse Index. It allows for &#34;tokenizing portfolios&#34;. In Set Protocol, according to their docs, there are 3 different groups: asset managers, investors and developers.&#xA;&#xA;Asset managers are those who create Sets and manage them, taking fees from investors. Investors are, well obviously, investors. Developers are people who use existing tools to build amazing stuff through code, using the Set Protocol as a base.&#xA;&#xA;Set allows you to diversify your portfolio easily, such as with the DeFi Pulse Index (not run by Set but powered by it), or use structured products like Ethereum x2 leveraged tokens. It&#39;s audited and reputable, and it gives all the tools needed to developers to build cool things, for asset managers to manage assets, for investors to easily invest into another person&#39;s portfolio. It&#39;s the most feature packed protocol I know that does this stuff.&#xA;&#xA;Use this if you&#39;re on Ethereum, Polygon or Optimism. If you&#39;re on Avalanche, you&#39;re out of luck and you&#39;ll have to use..&#xA;&#xA;Cook Finance&#xA;&#xA;The Cook Finance logo.&#xA;&#xA;Cook Finance is a smaller but still trustworthy protocol. Unlike Set Protocol, Cook Finance is specifically designed for index funds. It&#39;s been audited by CertiK and SlowMist and the project is generally pretty reputable.&#xA;&#xA;There are 2 parties: Index Selectors (investors like you and me) and Index Creators. It isn&#39;t as permissionless as Set though, because you need to be approved by the DAO before you can become an Index Creator.&#xA;&#xA;At the time of this post, it&#39;s the only option available on the Avalanche C-Chain. It has many different indexes to choose from, not as many as Set Protocol, but enough for most of us.&#xA;&#xA;So which one do I pick?&#xA;You can pick whichever you want. In my opinion, I would choose Set as it&#39;s more polished, feature-packed and permissionless, however Cook&#39;s approval process for becoming an Index Creator filters out a lot of bad indexes and it&#39;s planning on entering Binance Smart Chain in the near future.&#xA;&#xA;---&#xA;tags are here, because i dont wanna cram them into the post cuz it looks weird&#xA;#defi #indexes #tokensets #cookfinance #diversify #investing&#xA;&#xA;div class=&#34;post-footer-links&#34;&#xD;&#xA;a rel=&#34;me&#34; href=&#34;https://mastodon.social/@cybertelx&#34;my mastodon/a • a href=&#34;https://github.com/cybertelx&#34;my github/a • please donate if you can: a href=&#34;https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e&#34;0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e/a&#xD;&#xA;/div]]&gt;</description>
      <content:encoded><![CDATA[<p>You&#39;ve heard the common phrase “diversify your assets”. In DeFi, it&#39;s a bit of a pain to diversify as you need to pay gas fees for each token transfer, so most people just throw their money into Bitcoin or Ethereum as the tides of the crypto market are generally controlled by the price action of those two, waxing and waning. The S&amp;P 500 doesn&#39;t exist in DeFi... or does it?

<strong>Yes it does!</strong> (well at least, indexes exist) And here, in this article, I will show you some DeFi protocols allowing for index funds! This is not financial advice, obviously. Buckle up! (note: excuse my enthusiasm, it might sound like I&#39;m being paid for this, which I&#39;m not)</p>

<h2 id="set-protocol" id="set-protocol">Set Protocol</h2>

<p><img src="https://www.tokensets.com/static/media/set-and-tokensets-logo.872a2884.svg" alt="The Set Protocol logo."></p>

<p><a href="https://www.tokensets.com/" rel="nofollow">Set Protocol</a> is one of the biggest index protocols out there, powering indexes like the DeFi Pulse Index. It allows for “tokenizing portfolios”. In Set Protocol, according to their docs, there are 3 different groups: asset managers, investors and developers.</p>

<p>Asset managers are those who create Sets and manage them, taking fees from investors. Investors are, well obviously, investors. Developers are people who use existing tools to build amazing stuff through code, using the Set Protocol as a base.</p>

<p>Set allows you to diversify your portfolio easily, such as with the <a href="https://www.tokensets.com/portfolio/dpi" rel="nofollow">DeFi Pulse Index</a> (not run by Set but powered by it), or use structured products like Ethereum x2 leveraged tokens. It&#39;s audited and reputable, and it gives all the tools needed to developers to build cool things, for asset managers to manage assets, for investors to easily invest into another person&#39;s portfolio. It&#39;s the most feature packed protocol I know that does this stuff.</p>

<p>Use this if you&#39;re on Ethereum, Polygon or Optimism. If you&#39;re on Avalanche, you&#39;re out of luck and you&#39;ll have to use..</p>

<h2 id="cook-finance" id="cook-finance">Cook Finance</h2>

<p><img src="https://cook.finance/wp-content/uploads/2021/12/Logo_lockup_small_blue.png" alt="The Cook Finance logo."></p>

<p><a href="https://cook.finance" rel="nofollow">Cook Finance</a> is a smaller but still trustworthy protocol. Unlike Set Protocol, Cook Finance is specifically designed for index funds. It&#39;s been <a href="https://www.certik.com/projects/cookfinance" rel="nofollow">audited by CertiK</a> and <a href="https://github.com/slowmist/Knowledge-Base/blob/master/open-report/SlowMist%20Audit%20Report%20-%20Cook%20Distribution%20and%20Reward.pdf" rel="nofollow">SlowMist</a> and the project is generally pretty reputable.</p>

<p>There are 2 parties: Index Selectors (investors like you and me) and Index Creators. It isn&#39;t as permissionless as Set though, because you need to be approved by the DAO before you can become an Index Creator.</p>

<p>At the time of this post, it&#39;s the only option available on the Avalanche C-Chain. It has many different indexes to choose from, not as many as Set Protocol, but enough for most of us.</p>

<h2 id="so-which-one-do-i-pick" id="so-which-one-do-i-pick">So which one do I pick?</h2>

<p>You can pick whichever you want. In my opinion, I would choose Set as it&#39;s more polished, feature-packed and permissionless, however Cook&#39;s approval process for becoming an Index Creator filters out a lot of bad indexes and it&#39;s planning on entering Binance Smart Chain in the near future.</p>

<hr>

<p>tags are here, because i dont wanna cram them into the post cuz it looks weird
<a href="/on-the-block/tag:defi" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">defi</span></a> <a href="/on-the-block/tag:indexes" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">indexes</span></a> <a href="/on-the-block/tag:tokensets" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">tokensets</span></a> <a href="/on-the-block/tag:cookfinance" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">cookfinance</span></a> <a href="/on-the-block/tag:diversify" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">diversify</span></a> <a href="/on-the-block/tag:investing" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">investing</span></a></p>

<div class="post-footer-links">
<a href="https://mastodon.social/@cybertelx" rel="nofollow">my mastodon</a> • <a href="https://github.com/cybertelx" rel="nofollow">my github</a> • please donate if you can: <a href="https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e" rel="nofollow">0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e</a>
</div>
]]></content:encoded>
      <guid>https://paper.wf/on-the-block/diversify-with-defi-index-funds</guid>
      <pubDate>Mon, 28 Feb 2022 09:44:23 +0000</pubDate>
    </item>
    <item>
      <title>Don&#39;t save (too much) money</title>
      <link>https://paper.wf/on-the-block/dont-save-money</link>
      <description>&lt;![CDATA[Saving money is one of the things many people say to do, and it is actually good to save some money in a savings account in case of an emergency. The thing is, if you have lots of cash in a savings account just sitting there, earning interest, you&#39;re losing money. Let me explain why and the alternatives to a traditional savings account.&#xA;!--more--&#xA;&#xA;Inflation&#xA;Inflation is like a silent tax on your savings, where the central bank (like ECB) or an institution like the Federal Reserve prints more money quicker than the economy can grow, causing prices to rise as the value of your currency to drop over time. Generally, governments and central banks want to keep this at around 1% and 2% per year to stimulate the economy, incentivizing people to spend.&#xA;&#xA;At the time of this post, the US Federal Reserve is having trouble managing inflation, with levels as high as 7% (according to CPI), and the European Central Bank is reporting levels of 5% inflation.&#xA;&#xA;Savings rates are too low&#xA;We are at a point where interest rates on deposit-insured savings accounts are at a historic low, at 0.06% per year as the average in the United States, or even negative in the case of the ECB. Hell, even &#34;high-yield&#34; offers like checking accounts, certificates of deposit, money market funds return less than 2% per year. To really see how much of a slap in the face these current rates are, you can look at Bankrate&#39;s &#34;best savings accounts&#34;!&#xA;&#xA;Taxes&#xA;And finally, taxes. When you earn interest, in the United States it is taxable income and the government takes a portion of it. I have nothing against taxes, I feel they&#39;re needed for a healthy society but this combination of factors on savings makes you go net negative.&#xA;&#xA;So what do I do then?&#xA;There are many ways of safeguarding your money from inflation. I must admit I am biased against the current financial system, and so I will most likely favor decentralized systems over centralized banks and institutions. It really depends on your risk tolerance and I am in no way giving financial advice please don&#39;t sue me&#xA;&#xA;DeFi lending platforms&#xA;And by DeFi, I mean decentralized finance, not just stashing your cash in Nexo or whatever and earning interest on it. Decentralized finance is a new sector of fintech, without human intervention needed.  &#xA;&#xA;DeFi lending platforms, even for stablecoins, generally have higher rates due to their efficiency and the free market nature of DeFi. Just stick with reputable, audited, battletested DeFi platforms like Aave, BankerJoe, Compound, Yearn, etc. and you&#39;ll generally be fine (Again, not financial advice! Don&#39;t sue me!)&#xA;&#xA;However, DeFi comes with some risks. The biggest one is the fact that you solely are responsible for your money, and that can be a good and bad thing. There is no central authority to restore your money when you lose your seed phrase or get hacked, but there is also no central authority to stop you from doing things with your own money, and no central authority to abuse this power they have and take your money.&#xA;&#xA;Another is smart contract risk, where your lending platform gets hacked or you get rug pulled (the developers take your money and run). This risk is very minimal with audited and battletested contracts.&#xA;&#xA;The last major risk is that you have to trust the token you&#39;re lending. Generally, if you trust the dollar (too bad for euro gang, very little euro stables out there), you could choose a dollar-pegged stablecoin, whether it be Binance USD or USD Coin or even the shady Tether.&#xA;&#xA;However, DeFi lending can give large rates compared to traditional finance, in the range of 5-30%. These rates do fluctuate time to time but are generally way higher than traditional institutions. Personally, I have a high risk tolerance but you might not. DYOR and NFA.&#xA;&#xA;Treasury bonds&#xA;Treasury bonds are debt issued by the US Treasury and are effectively riskless ways of earning interest. They are only taxed on the federal level and pay semiannually. I don&#39;t know too much about these, just that the maturity of the bonds are really long, 20-30 years, but there are liquid secondary markets where you can trade them freely.&#xA;&#xA;TIPS (Treasury Inflation-Protected Securities)&#xA;The value of the principal on these bonds adjusts with inflation (measured by CPI). The interest on these is low due to their ability to keep up with inflation. They can mature in either 5 years, 10 years or 30.&#xA;&#xA;You can buy them from the TreasuryDirect website. or from your broker.&#xA;&#xA;Investing&#xA;For new investors, it&#39;s generally recommended not to go chasing after the next moonshot and instead, just investing in an index fund. You can invest however you like, honestly. NFA.&#xA;&#xA;I think you should buy either the DeFi Pulse Index or one of Cook Finance&#39;s indexes for exposure to crypto, or if you want to go the old-fashioned stock route, just get some SPY.&#xA;&#xA;NFA, you may lose money. DYOR before investing.&#xA;&#xA;---&#xA;tags are here as to not bother anyone:&#xA;#defi #savings #taxes #lending #investing #tradfi #cefi #inflation&#xA;&#xA;div class=&#34;post-footer-links&#34;&#xD;&#xA;a rel=&#34;me&#34; href=&#34;https://mastodon.social/@cybertelx&#34;my mastodon/a • a href=&#34;https://github.com/cybertelx&#34;my github/a • please donate if you can: a href=&#34;https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e&#34;0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e/a&#xD;&#xA;/div]]&gt;</description>
      <content:encoded><![CDATA[<p>Saving money is one of the things many people say to do, and it is actually good to save some money in a savings account in case of an emergency. The thing is, if you have lots of cash in a savings account just sitting there, earning interest, you&#39;re losing money. Let me explain why and the alternatives to a traditional savings account.
</p>

<h2 id="inflation" id="inflation">Inflation</h2>

<p>Inflation is like a silent tax on your savings, where the central bank (like ECB) or an institution like the Federal Reserve prints more money quicker than the economy can grow, causing prices to rise as the value of your currency to drop over time. Generally, governments and central banks want to keep this at around 1% and 2% per year to stimulate the economy, incentivizing people to spend.</p>

<p>At the time of this post, the US Federal Reserve is having trouble managing inflation, with levels as high as 7% (according to CPI), and the European Central Bank is reporting levels of 5% inflation.</p>

<h2 id="savings-rates-are-too-low" id="savings-rates-are-too-low">Savings rates are too low</h2>

<p>We are at a point where interest rates on deposit-insured savings accounts are at a historic low, at 0.06% per year as the average in the United States, or even negative in the case of the ECB. Hell, even “high-yield” offers like checking accounts, certificates of deposit, money market funds return less than 2% per year. <a href="https://www.bankrate.com/banking/savings/rates/" rel="nofollow">To really see how much of a slap in the face these current rates are, you can look at Bankrate&#39;s “best savings accounts”!</a></p>

<h2 id="taxes" id="taxes">Taxes</h2>

<p>And finally, taxes. When you earn interest, in the United States it is taxable income and the government takes a portion of it. I have nothing against taxes, I feel they&#39;re needed for a healthy society but this combination of factors on savings makes you go net negative.</p>

<h2 id="so-what-do-i-do-then" id="so-what-do-i-do-then">So what do I do then?</h2>

<p>There are many ways of safeguarding your money from inflation. I must admit I am biased against the current financial system, and so I will most likely favor decentralized systems over centralized banks and institutions. It really depends on your risk tolerance and I am in no way giving financial advice please don&#39;t sue me</p>

<h3 id="defi-lending-platforms" id="defi-lending-platforms">DeFi lending platforms</h3>

<p>And by DeFi, I mean <strong>decentralized</strong> finance, not just stashing your cash in Nexo or whatever and earning interest on it. Decentralized finance is a new sector of fintech, without human intervention needed.</p>

<p>DeFi lending platforms, even for stablecoins, generally have higher rates due to their efficiency and the free market nature of DeFi. Just stick with reputable, audited, battletested DeFi platforms like <a href="https://aave.com" rel="nofollow">Aave</a>, <a href="https://traderjoexyz.com" rel="nofollow">BankerJoe</a>, <a href="https://app.compound.finance" rel="nofollow">Compound</a>, Yearn, etc. and you&#39;ll generally be fine (Again, not financial advice! Don&#39;t sue me!)</p>

<p>However, DeFi comes with some risks. The biggest one is the fact that you solely are responsible for your money, and that can be a good and bad thing. There is no central authority to restore your money when you lose your seed phrase or get hacked, but there is also no central authority to stop you from doing things with your own money, and no central authority to abuse this power they have and take your money.</p>

<p>Another is smart contract risk, where your lending platform gets hacked or you get rug pulled (the developers take your money and run). This risk is very minimal with audited and battletested contracts.</p>

<p>The last major risk is that you have to trust the token you&#39;re lending. Generally, if you trust the dollar (too bad for euro gang, very little euro stables out there), you could choose a dollar-pegged stablecoin, whether it be Binance USD or USD Coin or even the shady Tether.</p>

<p>However, DeFi lending can give large rates compared to traditional finance, in the range of 5-30%. These rates do fluctuate time to time but are generally way higher than traditional institutions. Personally, I have a high risk tolerance but you might not. DYOR and NFA.</p>

<h3 id="treasury-bonds" id="treasury-bonds">Treasury bonds</h3>

<p>Treasury bonds are debt issued by the US Treasury and are effectively riskless ways of earning interest. They are only taxed on the federal level and pay semiannually. I don&#39;t know too much about these, just that the maturity of the bonds are really long, 20-30 years, but there are liquid secondary markets where you can trade them freely.</p>

<h3 id="tips-treasury-inflation-protected-securities" id="tips-treasury-inflation-protected-securities">TIPS (Treasury Inflation-Protected Securities)</h3>

<p>The value of the principal on these bonds adjusts with inflation (measured by CPI). The interest on these is low due to their ability to keep up with inflation. They can mature in either 5 years, 10 years or 30.</p>

<p><a href="https://treasurydirect.gov" rel="nofollow">You can buy them from the TreasuryDirect website.</a> or from your broker.</p>

<h3 id="investing" id="investing">Investing</h3>

<p>For new investors, it&#39;s generally recommended not to go chasing after the next moonshot and instead, just investing in an index fund. You can invest however you like, honestly. NFA.</p>

<p>I think you should buy either the DeFi Pulse Index or one of <a href="https://cook.finance" rel="nofollow">Cook Finance&#39;s indexes</a> for exposure to crypto, or if you want to go the old-fashioned stock route, just get some SPY.</p>

<p>NFA, you may lose money. DYOR before investing.</p>

<hr>

<p>tags are here as to not bother anyone:
<a href="/on-the-block/tag:defi" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">defi</span></a> <a href="/on-the-block/tag:savings" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">savings</span></a> <a href="/on-the-block/tag:taxes" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">taxes</span></a> <a href="/on-the-block/tag:lending" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">lending</span></a> <a href="/on-the-block/tag:investing" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">investing</span></a> <a href="/on-the-block/tag:tradfi" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">tradfi</span></a> <a href="/on-the-block/tag:cefi" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">cefi</span></a> <a href="/on-the-block/tag:inflation" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">inflation</span></a></p>

<div class="post-footer-links">
<a href="https://mastodon.social/@cybertelx" rel="nofollow">my mastodon</a> • <a href="https://github.com/cybertelx" rel="nofollow">my github</a> • please donate if you can: <a href="https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e" rel="nofollow">0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e</a>
</div>
]]></content:encoded>
      <guid>https://paper.wf/on-the-block/dont-save-money</guid>
      <pubDate>Sun, 27 Feb 2022 08:30:00 +0000</pubDate>
    </item>
    <item>
      <title>The environmental argument is misleading</title>
      <link>https://paper.wf/on-the-block/the-environmental-argument-is-misleading</link>
      <description>&lt;![CDATA[You may have heard about how Bitcoin spends tons of energy per transaction due to Proof of Work. Many people rally against cryptocurrency in general because of these arguments, which are true (for PoW coins!)&#xA;&#xA;However, one mistake many people make is to associate the entire cryptocurrency space with Bitcoin, believing that all cryptocurrencies are inherently energy-wasters and horrible for the environment.&#xA;!--more--&#xA;&#xA;Let me explain why cryptocurrency isn&#39;t the coal-burning, oil-guzzling polluter that it is often portrayed as.&#xA;&#xA;Proof of Work&#xA;Once upon a time, there was an incredibly smart person (or group) who went by the pseudonym Satoshi Nakamoto. Satoshi here found a way to solve the double-spend problem using computational work, and released the Bitcoin whitepaper, introducing both blockchain technology and the Bitcoin Core implementation.&#xA;&#xA;It all relies on cryptographic hash functions. I&#39;ll break this down.&#xA;&#xA;A hash function is a program that turns text into another &#34;hashed&#34; form, examples include MD5 and CRC32, usually used for checksumming. &#xA; &#xA;Cryptographic hash functions are just hash functions, except they are extremely secure. They are one-way, meaning you cannot get back the input from its output, the best way is just to guess and check. Cryptographic hash functions make up the backbone of all of Internet security, examples including SHA256 and Blake2b.&#xA;&#xA;Miners take transactions sent to them by users of the Bitcoin network, and arrange them into a block. (the block in blockchain!) Now comes the hard part: this miner needs to find a special nonce, that when hashed with the rest of the block, the resulting number starts with a certain amount of zeroes, determined by the difficulty.&#xA;&#xA;There is no better way than guessing and checking, so this miner has to guess and check numbers billions of times, even trillions, just to find this specific special nonce. That is what wastes so much energy and that is what secures the Bitcoin network.&#xA;&#xA;Proof of Stake&#xA;Many (and I mean many) blockchains use Proof of Stake or some derivative form of it, such as Avalanche, Cosmos, and Polygon. These chains require validators (not called miners anymore) to stake a certain amount that can be &#34;slashed&#34; for bad behavior.&#xA;&#xA;I&#39;m no expert on PoS, so you should check out the Ethereum Foundation article for more details.&#xA;&#xA;And so...&#xA;&#xA;Bitcoin will probably not fade away, but new, more secure, faster and more efficient chains will overtake it like Avalanche. Ethereum, one of the biggest blockchains, is switching from Proof of Work over to Proof of Stake. Bitcoin will probably never switch. Who knows?&#xA;&#xA;The climate crisis is a big issue, but we shouldn&#39;t condemn a new revolutionary technology because a few implementations are bad.&#xA;&#xA;---&#xA;tags are down here to not bother anyone&#xA;#blockchain #consensus #pos #pow #environment&#xA;&#xA;div class=&#34;post-footer-links&#34;&#xD;&#xA;a rel=&#34;me&#34; href=&#34;https://mastodon.social/@cybertelx&#34;my mastodon/a • a href=&#34;https://github.com/cybertelx&#34;my github/a • please donate if you can: a href=&#34;https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e&#34;0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e/a&#xD;&#xA;/div]]&gt;</description>
      <content:encoded><![CDATA[<p>You may have heard about how Bitcoin spends tons of energy per transaction due to Proof of Work. Many people rally against cryptocurrency in general because of these arguments, which are true (for PoW coins!)</p>

<p>However, one mistake many people make is to associate the entire cryptocurrency space with Bitcoin, believing that all cryptocurrencies are inherently energy-wasters and horrible for the environment.
</p>

<p>Let me explain why <strong>cryptocurrency isn&#39;t the coal-burning, oil-guzzling polluter that it is often portrayed as.</strong></p>

<h2 id="proof-of-work" id="proof-of-work">Proof of Work</h2>

<p>Once upon a time, there was an incredibly smart person (or group) who went by the pseudonym Satoshi Nakamoto. Satoshi here found a way to solve the double-spend problem using computational work, and released the Bitcoin whitepaper, introducing both blockchain technology and the Bitcoin Core implementation.</p>

<p>It all relies on <strong>cryptographic hash functions</strong>. I&#39;ll break this down.</p>

<p>A hash function is a program that turns text into another “hashed” form, examples include MD5 and CRC32, usually used for checksumming.</p>

<p>Cryptographic hash functions are just hash functions, except they are extremely secure. They are one-way, meaning you cannot get back the input from its output, the best way is just to guess and check. <strong>Cryptographic hash functions make up the backbone of all of Internet security, examples including SHA256 and Blake2b.</strong></p>

<p>Miners take transactions sent to them by users of the Bitcoin network, and arrange them into a block. (the block in blockchain!) Now comes the hard part: this miner needs to find a special <strong>nonce</strong>, that when hashed with the rest of the block, the resulting number starts with a certain amount of zeroes, determined by the difficulty.</p>

<p>There is no better way than guessing and checking, so this miner has to guess and check numbers billions of times, even trillions, just to find this specific special nonce. That is what wastes so much energy and that is what secures the Bitcoin network.</p>

<h2 id="proof-of-stake" id="proof-of-stake">Proof of Stake</h2>

<p>Many (and I mean many) blockchains use Proof of Stake or some derivative form of it, such as Avalanche, Cosmos, and Polygon. These chains require validators (not called miners anymore) to stake a certain amount that can be “slashed” for bad behavior.</p>

<p><a href="https://ethereum.org/en/developers/docs/consensus-mechanisms/pos" rel="nofollow">I&#39;m no expert on PoS, so you should check out the Ethereum Foundation article for more details.</a></p>

<h2 id="and-so" id="and-so">And so...</h2>

<p>Bitcoin will probably not fade away, but new, more secure, faster and more efficient chains will overtake it like <a href="https://avax.network" rel="nofollow">Avalanche</a>. Ethereum, one of the biggest blockchains, is switching from Proof of Work over to Proof of Stake. Bitcoin will probably never switch. Who knows?</p>

<p>The climate crisis is a big issue, but we shouldn&#39;t condemn a new revolutionary technology because a few implementations are bad.</p>

<hr>

<p>tags are down here to not bother anyone
<a href="/on-the-block/tag:blockchain" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">blockchain</span></a> <a href="/on-the-block/tag:consensus" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">consensus</span></a> <a href="/on-the-block/tag:pos" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">pos</span></a> <a href="/on-the-block/tag:pow" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">pow</span></a> <a href="/on-the-block/tag:environment" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">environment</span></a></p>

<div class="post-footer-links">
<a href="https://mastodon.social/@cybertelx" rel="nofollow">my mastodon</a> • <a href="https://github.com/cybertelx" rel="nofollow">my github</a> • please donate if you can: <a href="https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e" rel="nofollow">0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e</a>
</div>
]]></content:encoded>
      <guid>https://paper.wf/on-the-block/the-environmental-argument-is-misleading</guid>
      <pubDate>Sat, 26 Feb 2022 11:12:24 +0000</pubDate>
    </item>
    <item>
      <title>DeFi Liquidity Pairs, &#34;impermanent loss&#34; &amp; very permanent profit</title>
      <link>https://paper.wf/on-the-block/defi-liquidity-pairs-impermanent-loss-and-very-permanent-profit</link>
      <description>&lt;![CDATA[If you&#39;re in the blockchain space and use decentralized exchanges/done some yield farming, chances are that you&#39;ve heard of Liquidity Pairs.&#xA;&#xA;The main risk you&#39;ve probably heard all around the place is the dreaded impermanent loss (😨), a mysterious part of how liquidity pairs work and can lose you tons of money! The thing is, impermanent loss is actually not that bad, and in fact can be good for you!&#xA;!--more--&#xA;&#xA;Liquidity Pairs (I&#39;ll shorten it just to pairs later) are composed of 2 tokens, token A and token B.&#xA;&#xA;When you make an LP, you put 2 amounts of those tokens with equivalent value and you receive a share of the pool. These tokens are put into liquidity pools to help other people trade, and you get fees in exchange for doing so.&#xA;&#xA;What is impermanent loss even?&#xA;Impermanent Loss (IL) is a term used to mean the difference between the value of holding 2 tokens in your wallet and holding 2 tokens in an LP.&#xA;&#xA;Due to asset rebalancing (a trait of Uniswap-based LPs, keeping the market value of those two tokens equally balanced), you earn less than you would just by holding those 2 tokens.&#xA;&#xA;Asset rebalancing can be used for DCA&#xA;  Asset rebalancing is the cause of Impermanent Loss, but how does asset rebalancing work? The truth is much simpler than you might think. Let’s say you have an LP pair of BTC-BNB at a starting ratio of 50:50 at entry. The actual prices of the assets are not important when considering asset rebalancing, only their relative price to each other. So instead of 50:50, let’s simplify the ratio to 1:1.&#xA;  If BTC price rises 10% more relative to BNB price, then 1.1:1 becomes the new ratio before asset rebalancing. Now, the AMM needs to rebalance this into 1:1, so how does it do that? Simple: it sells BTC and buys more BNB, until the value ratio becomes 1:1. As BTC price continues to rise relative to BNB, the AMM continues selling BTC and buying BNB. When the price of BTC moves back down relative to BNB, the AMM does the opposite; it sells BNB and buys BTC.&#xA;AlpacaFinance&#xA;&#xA;This is similar to a strategy for investing: dollar cost averaging! When BTC price goes up compared to BNB, the AMM is rebalanced by arbitrageurs and sells some BTC to put into BNB, and vice versa.&#xA;&#xA;This is also a way of automatic portfolio rebalancing where you earn fees for doing so!&#xA;&#xA;I&#39;m going to provide liquidity now! Woohooo!&#xA;If you want to, do it! It supports your project of choice by giving them liquidity, it earns you fees (that usually outpace any IL) and if they have a farm for earning extra yield (sometimes platforms subsidize liquidity providers by giving them extra money), that&#39;s awesome.&#xA;&#xA;However, you should be careful of massive yields from farms, as it is a sign of an inflationary token which is designed to go down over time. Exercise proper caution, DYOR, look for audits and use trusted platforms like Autofarm or Beefy.&#xA;&#xA;Tips for beginners providing liquidity&#xA;Pair it with a trusted stablecoin for easier tracking&#xA;Enter pools with enough liquidity (  500K$ or so)&#xA;Do your own research, especially look for audits&#xA;Use yield optimizers like Beefy which compound farm yields&#xA;Don&#39;t put in more than you can afford to lose&#xA;Have fun!&#xA;&#xA;Source&#xA;https://docs.alpacafinance.org/alpaca-academy/lesson-5-the-truth-about-impermanent-loss-and-common-misunderstandings&#xA;&#xA;Footnotes&#xA;originally said it was arbitrageurs balancing it, this is actually an intrinsic trait of uniswap LPs. arbitrageurs balance the price between 2 exchanges when there is a difference, that&#39;s arbitrage&#xA;&#xA;---&#xA;tags here to not bother anyone:&#xA;#defi #dex #uniswap #investing #liquidity #farming&#xA;&#xA;div class=&#34;post-footer-links&#34;&#xD;&#xA;a rel=&#34;me&#34; href=&#34;https://mastodon.social/@cybertelx&#34;my mastodon/a • a href=&#34;https://github.com/cybertelx&#34;my github/a • please donate if you can: a href=&#34;https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e&#34;0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e/a&#xD;&#xA;/div]]&gt;</description>
      <content:encoded><![CDATA[<p>If you&#39;re in the blockchain space and use decentralized exchanges/done some yield farming, chances are that you&#39;ve heard of Liquidity Pairs.</p>

<p>The main risk you&#39;ve probably heard all around the place is the dreaded impermanent loss (😨), a mysterious part of how liquidity pairs work and can lose you tons of money! The thing is, impermanent loss is actually not that bad, and in fact can be good for you!
</p>

<p>Liquidity Pairs (I&#39;ll shorten it just to pairs later) are composed of 2 tokens, token A and token B.</p>

<p>When you make an LP, you put 2 amounts of those tokens with equivalent value and you receive a share of the pool. These tokens are put into liquidity pools to help other people trade, and you get fees in exchange for doing so.</p>

<h2 id="what-is-impermanent-loss-even" id="what-is-impermanent-loss-even">What is impermanent loss even?</h2>

<p>Impermanent Loss (IL) is a term used to mean the difference between the value of holding 2 tokens in your wallet and holding 2 tokens in an LP.</p>

<p>Due to asset rebalancing (a trait of Uniswap-based LPs, keeping the market value of those two tokens equally balanced)*, you earn less than you would just by holding those 2 tokens.</p>

<h2 id="asset-rebalancing-can-be-used-for-dca" id="asset-rebalancing-can-be-used-for-dca">Asset rebalancing can be used for DCA</h2>

<blockquote><p>Asset rebalancing is the cause of Impermanent Loss, but how does asset rebalancing work? The truth is much simpler than you might think. Let’s say you have an LP pair of BTC-BNB at a starting ratio of 50:50 at entry. The actual prices of the assets are not important when considering asset rebalancing, only their relative price to each other. So instead of 50:50, let’s simplify the ratio to 1:1.
If BTC price rises 10% more relative to BNB price, then 1.1:1 becomes the new ratio before asset rebalancing. Now, the AMM needs to rebalance this into 1:1, so how does it do that? Simple: it sells BTC and buys more BNB, until the value ratio becomes 1:1. As BTC price continues to rise relative to BNB, the AMM continues selling BTC and buying BNB. When the price of BTC moves back down relative to BNB, the AMM does the opposite; it sells BNB and buys BTC.
– AlpacaFinance</p></blockquote>

<p>This is similar to a strategy for investing: dollar cost averaging! When BTC price goes up compared to BNB, the AMM is rebalanced by arbitrageurs and sells some BTC to put into BNB, and vice versa.</p>

<p>This is also a way of automatic portfolio rebalancing where you earn fees for doing so!</p>

<h2 id="i-m-going-to-provide-liquidity-now-woohooo" id="i-m-going-to-provide-liquidity-now-woohooo">I&#39;m going to provide liquidity now! Woohooo!</h2>

<p>If you want to, <strong>do it!</strong> It supports your project of choice by giving them liquidity, it earns you fees (that usually outpace any IL) and if they have a farm for earning extra yield (sometimes platforms subsidize liquidity providers by giving them extra money), that&#39;s awesome.</p>

<p>However, you should be careful of massive yields from farms, as it is a sign of an inflationary token which is designed to go down over time. Exercise proper caution, DYOR, look for audits and use trusted platforms like Autofarm or Beefy.</p>

<h2 id="tips-for-beginners-providing-liquidity" id="tips-for-beginners-providing-liquidity">Tips for beginners providing liquidity</h2>
<ul><li>Pair it with a trusted stablecoin for easier tracking</li>
<li>Enter pools with enough liquidity (&gt;500K$ or so)</li>
<li>Do your own research, especially look for audits</li>
<li>Use yield optimizers like Beefy which compound farm yields</li>
<li>Don&#39;t put in more than you can afford to lose</li>
<li>Have fun!</li></ul>

<h3 id="source" id="source">Source</h3>

<p><a href="https://docs.alpacafinance.org/alpaca-academy/lesson-5-the-truth-about-impermanent-loss-and-common-misunderstandings" rel="nofollow">https://docs.alpacafinance.org/alpaca-academy/lesson-5-the-truth-about-impermanent-loss-and-common-misunderstandings</a></p>

<h3 id="footnotes" id="footnotes">Footnotes</h3>

<p>*originally said it was arbitrageurs balancing it, <a href="https://docs.uniswap.org/protocol/V2/concepts/protocol-overview/how-uniswap-works" rel="nofollow">this is actually an intrinsic trait of uniswap LPs.</a> arbitrageurs balance the price between 2 exchanges when there is a difference, that&#39;s arbitrage</p>

<hr>

<p>tags here to not bother anyone:
<a href="/on-the-block/tag:defi" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">defi</span></a> <a href="/on-the-block/tag:dex" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">dex</span></a> <a href="/on-the-block/tag:uniswap" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">uniswap</span></a> <a href="/on-the-block/tag:investing" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">investing</span></a> <a href="/on-the-block/tag:liquidity" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">liquidity</span></a> <a href="/on-the-block/tag:farming" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">farming</span></a></p>

<div class="post-footer-links">
<a href="https://mastodon.social/@cybertelx" rel="nofollow">my mastodon</a> • <a href="https://github.com/cybertelx" rel="nofollow">my github</a> • please donate if you can: <a href="https://snowtrace.io/address/0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e" rel="nofollow">0x3e86ab8925af073e1f1b3780d9cb77550ee19a6e</a>
</div>
]]></content:encoded>
      <guid>https://paper.wf/on-the-block/defi-liquidity-pairs-impermanent-loss-and-very-permanent-profit</guid>
      <pubDate>Tue, 08 Feb 2022 20:26:24 +0000</pubDate>
    </item>
  </channel>
</rss>