<?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: Raphael</title>
    <description>The latest articles on DEV Community by Raphael (@raphael91269290).</description>
    <link>https://dev.to/raphael91269290</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F537717%2F8d1efe32-613b-4a40-9898-021cb95ac624.jpg</url>
      <title>DEV Community: Raphael</title>
      <link>https://dev.to/raphael91269290</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/raphael91269290"/>
    <language>en</language>
    <item>
      <title>Staking Derivative Of Cosmos (rATOM) Is Live On Mainnet</title>
      <dc:creator>Raphael</dc:creator>
      <pubDate>Sun, 30 May 2021 13:11:54 +0000</pubDate>
      <link>https://dev.to/raphael91269290/staking-derivative-of-cosmos-ratom-is-live-on-mainnet-jmk</link>
      <guid>https://dev.to/raphael91269290/staking-derivative-of-cosmos-ratom-is-live-on-mainnet-jmk</guid>
      <description>&lt;p&gt;The StaFi team has released the rATOM App on mainnet, after multy-party testing. It's a solution to unlock the liquidty of Cosmos Staking Derivative.&lt;/p&gt;

&lt;p&gt;ATOM holders can now stake ATOM tokens through the rATOM App. Not only can they obtain the maximized staking rewards, but also the rATOM tokens they get as the staking voucher can be freely transferred and traded on DEXes. Stakers can fully enjoy the real decentralized liquidity staking.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;           Introduction To rATOM
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;StaFi rATOM App is a decentralized DeFi product that unclocks the liquidity of the Cosmos token ATOM staking.&lt;/p&gt;

&lt;p&gt;rATOM token is a staking derivative of ATOM issued by StaFi when users stake ATOM through StaFi rATOM App. rATOM tokens are anchored to the staked ATOM and the corresponding staking reward. rATOM will bring the flexibility to trade at any time while still receiving staking rewards. With rATOM App, ATOM stakers could enjoy efficient liquidity and maximized staking rewards at the same time.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;   Importance Of Using rATOM App to stake ATOM
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;rATOM App can help ATOM stakers to solve the following two problems:&lt;/p&gt;

&lt;p&gt;1) There will be no need to wait for a long 21 day unbonding period to transfer or trade staked ATOM assets. rATOM App users can transfer and trade the staking voucher rATOM token at any time on Uniswap to enjoy liquidity and hedge price risks.&lt;/p&gt;

&lt;p&gt;2) There is no need to learn the complicated Tendermint consensus mechanism of Cosmos and staking reward calculation rules any more. With rATOM App, users only need a few simple steps to deposit ATOM into the rATOM contract, which will automatically select the best validator by executing the Staking Reward Maximization strategy algorithm.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Staking Reward Maximization Strategy(SRMS Algorithm)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Now the estimated staking APY of ATOM staking on rATOM App is around 9.8% because of SRMS Algorithm:&lt;/p&gt;

&lt;p&gt;1)Diversified delegation&lt;br&gt;
The ATOM tokens deposited by the user will be distributed to several(N) mini staking pools. Parameter N will be set based on the scale of the total deposited funds. Each mini staking pool will then select several (M) best validators by executing the SRMS algorithm, so as to reduce the slashing occurrence probability from a single node.&lt;/p&gt;

&lt;p&gt;2) Strictly select original validators candidates&lt;br&gt;
In StaFi rATOM SRMS algorithm, it is very important to select the professional and high-quality validators to join as the Original Validators (OV), and ask them to set a reasonably low commission rate to provide higher APY for stakers. The rATOM App will monitor and evaluate the performance of original validator candidates from the metrics including active rate, slashing record, self-bond ratio, node identity, commission ratio, etc., to ensure that excellent validators with relatively low commission are selected.&lt;/p&gt;

&lt;p&gt;3) Automatically delegate to the OVs with highest staking APY&lt;br&gt;
The solution monitors OV’s on-chain data in real-time, such as commission ratio changes, commission volume ranking, slashing, off-line rate, and other indicators. This ensures that in each Era, the system selects the best OVs for delegation while simultaneously reinvesting profits.&lt;/p&gt;

&lt;p&gt;4) Minimizes the potential loss when the OVs get slashed&lt;br&gt;
When the system detects that the node is slashed or the online rate is lower than the standard, the rATOM staking contract will automatically initiate the redelegate operation and re-select other qualified validators for delegation.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;            Commission and Fees
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;The relevant commission and fee parameters in rATOM App are following:&lt;/p&gt;

&lt;p&gt;1) Stake ATOM: There is no commission but a service fee, called Relay Fee. The Relay fee is paid in StaFi mainnet FIS token(1.5 FIS for now) and for the related gas fee cost from the cross-chain bridge’s contract interaction between StaFi and Cosmos .&lt;/p&gt;

&lt;p&gt;2) Unbond ATOM: Users need to pay a 0.2% redemption fee(based on how much rATOM tokens s/he wants to unbond) and 3 FIS for the Relay Fee.&lt;/p&gt;

&lt;p&gt;3) Staking Reward Commission: 10% of your net staking reward( your total staking reward minus validator commission).&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;     The Circulation of rATOM tokens
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;rATOM tokens can be freely transferred and traded. So users can swap rATOM tokens into ERC-20 format at 1:1 ratio through rAsset App at any time, and then freely trade it on Uniswap.&lt;/p&gt;

&lt;p&gt;About StaFi Protocol&lt;br&gt;
StaFi is the first DeFi protocol unlocking liquidity of staked assets. Users can stake PoS tokens through StaFi and receive rTokens in return, which are available for trading, while still earning staking rewards. FIS is the native token on StaFi Chain. FIS is required to provide security to the network by staking, pay for transaction fees on the StaFi chain, and mint &amp;amp; redeem rTokens.&lt;br&gt;
Website: &lt;a href="http://www.stafi.io"&gt;www.stafi.io&lt;/a&gt;&lt;br&gt;
rFIS Product: &lt;a href="https://rtoken.stafi.io/rfis"&gt;https://rtoken.stafi.io/rfis&lt;/a&gt;&lt;br&gt;
rETH Product: &lt;a href="https://rtoken.stafi.io/reth"&gt;https://rtoken.stafi.io/reth&lt;/a&gt;&lt;br&gt;
Twitter:@Stafi_Protocol&lt;br&gt;
Telegram Chat: &lt;a href="https://t.me/stafi_protocol"&gt;https://t.me/stafi_protocol&lt;/a&gt;&lt;br&gt;
Telegram Announcements: &lt;a href="https://t.me/stafi_ann"&gt;https://t.me/stafi_ann&lt;/a&gt;&lt;br&gt;
Discord: &lt;a href="https://discord.com/invite/jB77etn"&gt;https://discord.com/invite/jB77etn&lt;/a&gt;&lt;br&gt;
Forum: &lt;a href="https://commonwealth.im/stafi"&gt;https://commonwealth.im/stafi&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>StaFi Partners With WrapFi  </title>
      <dc:creator>Raphael</dc:creator>
      <pubDate>Sun, 30 May 2021 11:51:13 +0000</pubDate>
      <link>https://dev.to/raphael91269290/stafi-partners-with-wrapfi-d4g</link>
      <guid>https://dev.to/raphael91269290/stafi-partners-with-wrapfi-d4g</guid>
      <description>&lt;p&gt;StaFi and WrapFi are working together to make their Assets and Networks become more fully compatible with each other and also to explore on interest-bearing tokens.  StaFi’s system design introduces a staking voucher token called rToken, which is one kind of interest-bearing tokens.&lt;/p&gt;

&lt;p&gt;This partnership unlocks the Two following user scenarios:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Joint Exploration in IBT DEX&lt;br&gt;
WrapFi will cooperate with StaFi on exploring how to build a most-friendly DEX for Interest-bearing Tokens (IBTs), like jointly studying the price discovery mechanism of IBTs in current DEX and real exchange rate of the IBTs on original chain. We will leverage both sides’ expertise and experiences to make WrapFi Deisgn perfect for IBTs.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;rTokens Integration in WrapFi&lt;br&gt;
WrapFi is built for trading IBTs, and StaFi now has issued 5 IBTs(rETH, rFIS, rKSM, rDOT, rATOM), which cover the main PoS communities. So WrapFi will integrate StaFi’s rTokens as the first batch of IBTs on WrapFi. At the same time, StaFi will give advice on the strategic devlopment and community buiding of WrapFi.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;WrapFi’s vision is to propose a universe solution for all mainstream IBTs through TMM algorithm, which will provide general standards, horizontally scaling somutions, and better pricing mechnism and trading liquidity for IBTs. In the future, WrapFi also will launch more IBT-based Apps, like management tools, etc., which will greatly improve capital utilization efficiency for IBTs community.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;   WrapFi Will Conduct A Genesis Fair Launch
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;In order to achieve a complete Fair Launch, WRA Token will not raise funds from outside. Except for the Development Fund (10%) and Eco Fund (5%) for project development, the other 85% of the tokens will all be issued to the community as incentives. All they want to do is to truly encouragethe community to be committed to the development of WrapFi protocol and building IBT ecosystem.&lt;/p&gt;

&lt;p&gt;Stage 1-rToken&lt;br&gt;
In order to make the initial launch equally fair for everyone, we will initiate a Genesis Fair Launch Plan in which the 10% of WRA tokens will be airdropped to the community who contribute to this project.&lt;/p&gt;

&lt;p&gt;WrapFi will officially release the WRA Token in 1 or 2 weeks, and start the Genesis airdrop on the same day. About who are entitled to get the airdrops:&lt;/p&gt;

&lt;p&gt;1) rToken StakingDrop (1%)&lt;/p&gt;

&lt;p&gt;● rToken Stakers. Those who want airdrop must mint and stake the following 5 rTokens in WrapFi Farming Pool: rFIS/rETH/rDOT/rKSM/rATOM.&lt;/p&gt;

&lt;p&gt;● rETH Original Validators. Those OVs must successfully run nodes for rETH products from Genesis Time, and complete Onboarding.You could use this rETH OV guide to help onboard.&lt;/p&gt;

&lt;p&gt;The WRA reward in rToken StakingDrop has no lock-ups. The Genesis time will be released in the next week, please stay tuned.&lt;/p&gt;

&lt;p&gt;2) rToken UNI LP Farming Program (6.5%)&lt;br&gt;
The UNI LP reward pool is as follows:&lt;br&gt;
rETH/ETH: 1%&lt;br&gt;
rFIS/ETH: 2%&lt;br&gt;
rDOT/ETH: 1.5%&lt;br&gt;
rKSM/ETH: 1%&lt;br&gt;
rATOM/ETH: 1%&lt;/p&gt;

&lt;p&gt;The mining campaign lasts for 2 months, and the WRA token reward will be distributed in 4 months&lt;/p&gt;

&lt;p&gt;3) WRA UNI LP Farming Program (2.5%)&lt;br&gt;
● WRA/ETH 2.5%&lt;/p&gt;

&lt;p&gt;The mining campaign lasts for 2 months, and the WRA token reward will be distributed in 4 months&lt;/p&gt;

&lt;p&gt;Stage2-other In Stage 2, they will incentivize other IBT tokens, such as cToken, ibETH, etc. WrapFi will release more details on this.&lt;/p&gt;

&lt;p&gt;About WrapFi&lt;br&gt;
WrapFi is the first specialized DEX for Interest-Bearing Tokens(IBTs) powered by TMM algorithm. Price discovery of IBTs on the current AMMs or PMMs not works well, and there always exsits a huge gap between the trading price on DEX and the real exchange rate. WrapFi creates an innovative Tracking Market Maker (TMM) algorithm to provide the most stable price and sufficient liquidity for IBTs.&lt;/p&gt;

&lt;p&gt;About StaFi Protocol&lt;br&gt;
StaFi is the first DeFi protocol unlocking liquidity of staked assets. Users can stake PoS tokens through StaFi and receive rTokens in return, which are available for trading, while still earning staking rewards. FIS is the native token on StaFi Chain. FIS is required to provide security to the network by staking, pay for transaction fees on the StaFi chain, and mint &amp;amp; redeem rTokens.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>StaFi's Integration Into Curve</title>
      <dc:creator>Raphael</dc:creator>
      <pubDate>Sun, 30 May 2021 10:53:16 +0000</pubDate>
      <link>https://dev.to/raphael91269290/stafi-s-integration-into-curve-3fdc</link>
      <guid>https://dev.to/raphael91269290/stafi-s-integration-into-curve-3fdc</guid>
      <description>&lt;p&gt;StaFi is a Substrate project that has it's focus on unlocking the liquidity of staked assets for three years. We have now released five liquid staking solutions for proof-of-stake projects, including Eth2, Polkadot, Kusama, Cosmos and StaFi.&lt;/p&gt;

&lt;p&gt;The rETH token is a staking derivative of Eth2 issued by StaFi when users stake Ether (ETH) tokens through the StaFi rETH App. &lt;br&gt;
The rETH tokens are anchored to staked ETH and the corresponding staking reward. They provide holders the flexibility to trade at any time while still receiving staking rewards. With the rETH App, Eth2 stakers will enjoy efficient liquidity and maximized staking rewards at the same time. &lt;/p&gt;

&lt;p&gt;At present, 1,649 ETH, valued at around $5 million, is staked in the rETH contract. In order to provide the most profitable use cases for rETH holders, StaFi plans to be integrated into Curve, the largest decentralized exchange for trading wrapped tokens with similar values.&lt;/p&gt;

&lt;p&gt;StaFi had raised a proposal on Curve DAO to add the rETH/ETH trading pair on April 30, 2021. During the listing proposal vote, StaFi got 6.51 million veCRV votes and passed the vote successfully. This is a great milestone for StaFi’s rToken integration into the top mainstream decentralized finance protocols.&lt;/p&gt;

&lt;p&gt;StaFi has now initiated a 120,000-FIS tokens reward pool for Curve’s rETH/ETH liquidity providers, and the rETH/ETH pool APY has now crossed 455%.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--c3lT0Nul--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/e0e8xbb0tmkdjvk3z117.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--c3lT0Nul--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/e0e8xbb0tmkdjvk3z117.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;             StaFi’s Partnership
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Besides integration into Curve, StaFi is also working with other DeFi protocols to provide the best liquidity and user scenarios for its rToken holders. Examples include working with WrapFi and Stone to provide yield farming programs for rToken holders, working with Tidal to provide issuance for rToken users, working with Matic to explore layer-two solutions for rToken users, and so on. &lt;/p&gt;

&lt;p&gt;StaFi believes that delivering an interest-bearing rToken service is only the first step. The liquidity dilemma of staked assets will not be fully resolved if rToken cannot be freely traded, exchanged or utilized in other financial applications. Therefore, StaFi will strive to create comprehensive use cases, such as a DEX, lending and synthetic assets for rTokens.&lt;/p&gt;

&lt;p&gt;StaFi has also released five rToken solutions (as shown below) on mainnet, which is the most among all related projects:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;rETH, liquid staking solution for Eth2 staking.&lt;/li&gt;
&lt;li&gt;rFIS, liquid staking solution for StaFi FIS.&lt;/li&gt;
&lt;li&gt;rDOT, liquid staking solution for Polkadot.&lt;/li&gt;
&lt;li&gt;rKSM, liquid staking solution for Kusama.&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;rATOM, liquid staking solution for Cosmos.&lt;/p&gt;

&lt;p&gt;Benefits Of Staking With StaFi&lt;br&gt;
The StaFi rToken App can help PoS stakers to solve the following two problems:&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;No more unstake periods: There will be no need to wait for a long unbonding period to transfer or trade staked PoS assets. Users of the rToken App can transfer and trade the staking voucher rToken at any time on Uniswap to enjoy liquidity and hedge price risks.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Maximized staking rewards: There is no need to learn the complicated nominated proof-of-stake or Tendermint consensus mechanisms and the associated staking reward calculation rules anymore. With the rToken App, users only need a few simple steps to deposit PoS tokens into the rToken contract, which will automatically select the best validator by executing the staking reward maximization strategy algorithm.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;About Curve Finance:&lt;br&gt;
Curve Finance is an automated market maker protocol designed for swapping between stablecoins with low fees and slippage. It's a decentralized liquidity aggregator where anyone can add their assets to several different liquidity pools and earn fees.&lt;/p&gt;

&lt;p&gt;About StaFi:&lt;br&gt;
Stafi (short for Staking Finance) is a DeFi protocol that aims to unlock liquidity of staked assets. STAFI Protocol solves the contradiction between the token liquidity and Mainnet security by issuing ABT tokens, which provides the liquidity of your Staking Assets.&lt;/p&gt;

</description>
    </item>
    <item>
      <title> Staking Derivative Of Kusama (rKSM)</title>
      <dc:creator>Raphael</dc:creator>
      <pubDate>Wed, 28 Apr 2021 18:01:15 +0000</pubDate>
      <link>https://dev.to/raphael91269290/staking-derivative-of-kusama-rksm-4ah</link>
      <guid>https://dev.to/raphael91269290/staking-derivative-of-kusama-rksm-4ah</guid>
      <description>&lt;p&gt;StaFi protocol is the first protocol that created the staking derivative of kusama (KSM) thus unlocking the liquidity of staked KSM.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;                 rKSM TOKEN
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;rKSM Token is a staking derivative of KSM issued by StaFi when users stake KSM through StaFi rKSM App. rKSM tokens are anchored to the staked KSM and the corresponding staking reward and they bring the flexibility to trade at any time while still receiving staking rewards. With rKSM App, KSM stakers could enjoy efficient liquidity and maximized staking rewards at the same time.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  WHY IT'S ADVISABLE TO STAKE KSM WITH rKSM APP
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;rKSM App can help KSM stakers to solve the following two problems:&lt;br&gt;
1) There will be no need to wait for a long 7-day unbonding period to transfer or trade staked KSM assets. rKSM App users can transfer and trade the staking voucher rKSM token at any time on Uniswap to enjoy liquidity and hedge price risks.&lt;br&gt;
2) There is no need to learn the complicated NPoS consensus mechanism of Kusama and staking reward calculation rules any more. With rKSM App, users only need a few simple steps to deposit KSM into the rKSM contract, which will automatically select the best validator by executing the staking reward maximization strategy algorithm.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;      STRATEGY TO MAXIMIZE STAKING REWARDS
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Now the estimated staking APY of KSM staking on rKSM App is around 16%, which is 2% more than the averaged staking APY of the whole Kusama network because of SRMS Algorithm:&lt;/p&gt;

&lt;p&gt;1) Diversified Delegation&lt;br&gt;
The KSM tokens deposited by the user will be distributed to several(N) mini staking pools. Parameter N will be set based on the scale of the total deposited funds. Each mini staking pool will then select several (M) best validators by executing the SRMS algorithm, so as to reduce the slashing occurrence probability from a single node.&lt;br&gt;
2)Strictly Select Original Validators candidates&lt;br&gt;
In StaFi rKSM SRMS algorithm, it is very important to select the professional and high-quality validators to join as the Original Validators (OV), and ask them to set a reasonably low commission rate to provide higher APY for stakers. The rKSM App will monitor and evaluate the performance data of original validator candidates from the metrics including active rate, slashing record, self-bond ratio, node identity, commission ratio, etc., to ensure that excellent validators with relatively low commission are selected.&lt;br&gt;
3) Original Validators Delegation Rules&lt;br&gt;
Since Kusama adopts NPoS consensus mechanism, the staking income obtained by each elected node is the same in absolute amount. If two nodes are elected and one with more staked KSM, then stakers will get more rewards if they stake the other node (with less staked KSM).Therefore, each Mini Staking Contract Pool will follow this staking logic: rank all OVs by the number of staked KSM they obtained from low to high every 1Era (6H), and the top N OVs will be selected for nomination.&lt;br&gt;
Note: The above-mentioned parameters M and N are all flexible.&lt;br&gt;
Commission and Fees&lt;br&gt;
The relevant commission and fee parameters in rKSM App are following:&lt;br&gt;
1) Stake KSM: There is no commission but a service fee, called Relay Fee. The Relay fee is paid in StaFi mainnet FIS token(1.5 FIS for now) and for the related gas fee cost from the cross-chain bridge’s contract interaction between StaFi and Kusama .&lt;br&gt;
2) Unbond KSM: Users need to pay a 0.2% redemption fee(based on how much rKSM tokens s/he wants to unbond) and 3 FIS for the Relay Fee.&lt;br&gt;
3）Staking Reward Commission：10% of your net staking reward( your total staking reward minus validator commission).&lt;br&gt;
Details check: &lt;a href="https://docs.stafi.io/rproduct/commission-and-fee-parameters-in-rbridge-and-rtoken"&gt;https://docs.stafi.io/rproduct/commission-and-fee-parameters-in-rbridge-and-rtoken&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Circulation of rKSM Tokens&lt;br&gt;
rKSM tokens can be freely transferred and traded. At present, StaFi team has initiated a trading pair of rKSM/ETH on Uniswap. So users can swap rKSM tokens into ERC-20 format at 1:1 ratio through rBridge at any time, and then freely trade it on Uniswap.&lt;/p&gt;

&lt;p&gt;About Kusama&lt;br&gt;
Kusama is a scalable network of specialized blockchains built using Substrate and nearly the same codebase as Polkadot. The network is an experimental development environment for teams who want to move fast and innovate on Kusama, or prepare for deployment on Polkadot.&lt;/p&gt;

&lt;p&gt;About StaFi Protocol&lt;br&gt;
StaFi is the first DeFi protocol unlocking liquidity of staked assets. Users can stake PoS tokens through StaFi and receive rTokens in return, which are available for trading, while still earning staking rewards. FIS is the native token on StaFi Chain. FIS is required to provide security to the network by staking, pay for transaction fees on the StaFi chain, and mint &amp;amp; redeem rTokens.&lt;br&gt;
Website: &lt;a href="http://www.stafi.io"&gt;www.stafi.io&lt;/a&gt;&lt;br&gt;
Twitter:@Stafi_Protocol&lt;br&gt;
Telegram Chat: &lt;a href="https://t.me/stafi_protocol"&gt;https://t.me/stafi_protocol&lt;/a&gt;&lt;br&gt;
Telegram Announcements: &lt;a href="https://t.me/stafi_ann"&gt;https://t.me/stafi_ann&lt;/a&gt;&lt;br&gt;
Discord: &lt;a href="https://discord.com/invite/jB77etn"&gt;https://discord.com/invite/jB77etn&lt;/a&gt;&lt;br&gt;
Forum：&lt;a href="https://commonwealth.im/stafi"&gt;https://commonwealth.im/stafi&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title> rToken Management (rAsset App)</title>
      <dc:creator>Raphael</dc:creator>
      <pubDate>Wed, 28 Apr 2021 16:56:11 +0000</pubDate>
      <link>https://dev.to/raphael91269290/rtoken-management-rasset-app-4hfj</link>
      <guid>https://dev.to/raphael91269290/rtoken-management-rasset-app-4hfj</guid>
      <description>&lt;p&gt;StaFi has been working tirelessly on making sure their users are very much in control of their assets so they released the rToken management app.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;           HOW rASSET APP WORKS
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;​rAsset App is the dashboard product for rToken holders. So all the rToken holders could use rAsset App to manage their rToken assets, like knowing the amount of rTokens in the wallet, total values of held rTokens and redeemable native tokens etc..&lt;/p&gt;

&lt;p&gt;At the same time, the cross-chain App rBridge has been integrated into rAsset App. So from now, the rToken holders could use the “Swap” function of rAsset App to swap rTokens between StaFi chain and Ethereum, then leverage “Trade” function of rAsset App to trade the ERC-20 wrapped rTokens on Uniswap directly.&lt;/p&gt;

&lt;p&gt;StaFi will keep updating the rAsset App to make it more and more friendly UI/UX for all rToken holders.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--oiMRuguA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/o3lr9ln31qmmkzqihniy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--oiMRuguA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/o3lr9ln31qmmkzqihniy.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;About StaFi Protocol&lt;br&gt;
StaFi is the first DeFi protocol unlocking liquidity of staked assets. Users can stake PoS tokens through StaFi and receive rTokens in return, which are available for trading, while still earning staking rewards. FIS is the native token on StaFi Chain. FIS is required to provide security to the network by staking, pay for transaction fees on the StaFi chain, and mint &amp;amp; redeem rTokens.&lt;br&gt;
Website: &lt;a href="http://www.stafi.io"&gt;www.stafi.io&lt;/a&gt;&lt;br&gt;
Twitter:@Stafi_Protocol&lt;br&gt;
Telegram Chat: &lt;a href="https://t.me/stafi_protocol"&gt;https://t.me/stafi_protocol&lt;/a&gt;&lt;br&gt;
Telegram Announcements: &lt;a href="https://t.me/stafi_ann"&gt;https://t.me/stafi_ann&lt;/a&gt;&lt;br&gt;
Discord: &lt;a href="https://discord.com/invite/jB77etn"&gt;https://discord.com/invite/jB77etn&lt;/a&gt;&lt;br&gt;
Forum：&lt;a href="https://commonwealth.im/stafi"&gt;https://commonwealth.im/stafi&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title> The First Staking Derivative Of Polkadot</title>
      <dc:creator>Raphael</dc:creator>
      <pubDate>Wed, 28 Apr 2021 16:27:35 +0000</pubDate>
      <link>https://dev.to/raphael91269290/the-first-staking-derivative-of-polkadot-48m1</link>
      <guid>https://dev.to/raphael91269290/the-first-staking-derivative-of-polkadot-48m1</guid>
      <description>&lt;p&gt;Polkadot community has been excited over months on the news about the polkadot Staking derivates to solve the illiquidity problem faced by $DOT stakers. rDOT is a decentralized DeFi product provided by StaFi that solves the liquidity problem of staked DOT on Polkadot mainnet.&lt;/p&gt;

&lt;p&gt;rDOT Token is a staking asset redemption certificate issued by StaFi to users when they stake DOT through StaFi rDOT product. rDOT tokens are anchored to the DOT assets staked by users and the corresponding staking income. rDOT tokens can be transferred and traded at any times as per the users’ convenience.&lt;/p&gt;

&lt;p&gt;Therefore, rDOT product can help DOT stakers solve two prevalent problems:&lt;br&gt;
1) There will be no need to wait for a long 28-day redemption period to transfer or trade staked DOT assets. rDOT product users can transfer and trade rDOT assets at any time to enjoy liquidity and hedge price risks.&lt;/p&gt;

&lt;p&gt;2) There is no need to learn the complicated NPoS consensus mechanism and staking reward calculation rules if you want to maximize staking revenue. With rDOT product, users only need a few steps to deposit DOT into the rDOT contract, which will automatically select the best validator for delegation by the profit maximization strategy.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;          rDOT/DOT EXCHANGE RATE
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;StaFi will calculate the amount of rDOT which has to be issued to the user based on the current exchange rate between the amount of DOT deposited and rDOT when a user deposits DOT into the rDOT contracts. StaFi calculates the amount of redeemable DOT when a user holds rDOT based on the real-time staking income of DOT.&lt;/p&gt;

&lt;p&gt;The rDOT exchange rate Ci grows with the increase in Staking income. It is determined by the total number of DOT locked in the staking contract Qstk, the total number of redeemed DOT Qred, the number of staking rewards Qrew, the number of slash Qslh, the commission rate Rcom, the total number of rDOT issued M, and the total number of burnt rDOT N. The calculation formula is as follows:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--440k2C5q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/e1wd1lwo67rrlpmte0jt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--440k2C5q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/e1wd1lwo67rrlpmte0jt.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;                rDOT VALUE
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Through rDOT, StaFi solves the following problems for DOT staking users:&lt;/p&gt;

&lt;p&gt;1) There is no need to worry about the liquidity of staked DOT. Users can trade rDOT on Uniswap at any time in the future.&lt;/p&gt;

&lt;p&gt;2) The rDOT contract integrates a strategy for maximizing staking returns, which automatically selects a group of Original Validators with the highest returns on the chain for staking.&lt;/p&gt;

&lt;p&gt;3) The current NPOS staking mechanism of the StaFi mainnet is rather complicated for ordinary stakers to learn, such as understanding the consensus mechanism, the maximum number of nominees that validators can have simultaneously, the determinants of reward, how to claim rewards, how to choose the best validators, and so forth. The rDOT product can maximize the staking return for users who want to stake on the DOT chain.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;            rDOT PRODUCT PARTICIPANTS
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7pv5NWKd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/m16qw8i8mnldqa6q3r6p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7pv5NWKd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/m16qw8i8mnldqa6q3r6p.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;About polkadot&lt;br&gt;
 Polkadot is built to connect private and consortium chains, public and permissionless networks, oracles, and future technologies that are yet to be created. Polkadot facilitates an internet where independent blockchains can exchange information and transactions in a trustless way via the Polkadot relay chain.&lt;/p&gt;

&lt;p&gt;About StaFi Protocol&lt;br&gt;
StaFi is the first DeFi protocol unlocking liquidity of staked assets. Users can stake PoS tokens through StaFi and receive rTokens in return, which are available for trading, while still earning staking rewards. FIS is the native token on StaFi Chain. FIS is required to provide security to the network by staking, pay for transaction fees on the StaFi chain, and mint &amp;amp; redeem rTokens.&lt;br&gt;
Website: &lt;a href="http://www.stafi.io"&gt;www.stafi.io&lt;/a&gt;&lt;br&gt;
Twitter:@Stafi_Protocol&lt;br&gt;
Telegram Chat: &lt;a href="https://t.me/stafi_protocol"&gt;https://t.me/stafi_protocol&lt;/a&gt;&lt;br&gt;
Telegram Announcements: &lt;a href="https://t.me/stafi_ann"&gt;https://t.me/stafi_ann&lt;/a&gt;&lt;br&gt;
Discord: &lt;a href="https://discord.com/invite/jB77etn"&gt;https://discord.com/invite/jB77etn&lt;/a&gt;&lt;br&gt;
Forum：&lt;a href="https://commonwealth.im/stafi"&gt;https://commonwealth.im/stafi&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>StaFi 2021Q2 Roadmap: rToken Apps Update, rDOT/rKSM/rATOM Launch, StakingDrop2, rSubstrate and rTendermint Booming</title>
      <dc:creator>Raphael</dc:creator>
      <pubDate>Wed, 31 Mar 2021 22:43:01 +0000</pubDate>
      <link>https://dev.to/raphael91269290/bxbbbcnxncnncnc-pfg</link>
      <guid>https://dev.to/raphael91269290/bxbbbcnxncnncnc-pfg</guid>
      <description>&lt;p&gt;StaFi 2021Q2 Roadmap: rDOT/rKSM/rATOM Launch, StakingDrop2, rSubstrate and rTendermint Booming&lt;/p&gt;

&lt;p&gt;Introduction&lt;br&gt;
rDOT and rKSM Apps are Live on Testnet Now&lt;/p&gt;

&lt;p&gt;Stafi deployed a UI version of rDOT and rKSM Apps on the testnet Seiya now. Stafi welcomes the community to test and submit prospective bugs to win bug bounty.&lt;/p&gt;

&lt;p&gt;furthermore, Stafi have invited CertiK team and third-party security expertise to work with us to make rDOT and rKSM contracts secured and authenticated. It is very essential to make all the prospective security bugs clarified, because the rDOT and rKSM contracts will aid StaFi develop the general and standardized solution for all the Substrate based projects.&lt;/p&gt;

&lt;p&gt;In fact, rDOT and rKSM mainnet will go to market in April after all the security bugs are clarified. &lt;/p&gt;

&lt;p&gt;rDOT and rKSM Apps are coming🚀&lt;/p&gt;

&lt;p&gt;💻  rDOT Testnet: &lt;br&gt;
&lt;a href="https://test-rdot.stafi.io/rDOT/wallet"&gt;https://test-rdot.stafi.io/rDOT/wallet&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💻 rKSM Testnet: &lt;br&gt;
&lt;a href="https://test-rdot.stafi.io/rKSM/wallet"&gt;https://test-rdot.stafi.io/rKSM/wallet&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twitter.com/StaFi_Protocol/status/1377276484730068992"&gt;https://twitter.com/StaFi_Protocol/status/1377276484730068992&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Reviewing Q1&lt;br&gt;
At the first quarter of the new year, Stafi brought out the milestone rETH and rFIS App. He also made the two-way cross path linking StaFi Chain and Ethereum accessible. The improved version of rDOT/rKSM was launched same time. As for the marketing feasibilities, the native token of StaFi was successfully listed on two top-tier exchanges: Binance and Huobi Global. To our users, Stafi have created a myriad of Infographics about rToken, facilitating the community’s understanding of the ideology and mechanism of rToken in a more exciting and direct way.&lt;br&gt;
previously, StaFi has made solid progress as far as the application of rToken products are concerned, with two rTokens brought out publicly. TVL lock-up value of the two products reached 31 million USD even without liquidity mining, which isnt an easy task to say the least.&lt;br&gt;
On the other hand, Stafi have also realized that there are two challenges that needs to be tackled:&lt;br&gt;
1)The types of rTokens are rather minimized, with only two being able to be accessed.&lt;br&gt;
2)rTokens do not have liquidity in DEXes.&lt;br&gt;
The first problem is an impediment to the flourishing rToken ecosystem, as rToken cannot be an important Staking Derivatives market player without a host of different rToken assets. In the mean time, the second issue will affect the adoption of rTokens, since Minting a circulated rToken certificate for users is just the beginning of the business. It’s all about the liquidity of rTokens. Only when rTokens are freely circulated with a consistent price, in secondary markets such as DEX, will the liquidity dilemma of Staker’s Staking assets be conclusively solved.&lt;br&gt;
In the second quarter of 2021, StaFi will focus on these two problems. Stafi will solve them by promptly releasing more rToken Apps and improving the liquidity of rTokens in DEXes.&lt;br&gt;
2021 Q2 Roadmap&lt;br&gt;
rToken Development&lt;br&gt;
Stafi plan to bring out rDOT/rATOM/rKSM in April, which is quite speedily worked upon. Amongst them, rDOT and rATOM will lay the solid foundation for the scale of rToken assets. They are believed to be the common solutions for the staking liquidity of Polkadot and Cosmos ecosystems respectively. Going forward, on the strength of the above two products, Stafi can quickly create rToken solutions for Substrate-based and Tendermint-based PoS projects. The category of rTokens will be enlarged in the near future.&lt;br&gt;
In our planning, Stafi will launch 6 to 10 new rTokens in Q2, in other for it to be at most a dozen rTokens covering most of the mainstream PoS projects. The rToken product matrix will start taking shape.&lt;br&gt;
rSubstrate Solution&lt;br&gt;
StaFi plans to develop rSubstrate solution, which is a general solution that unlocks the staking liquidity for the Polkadot ecosystem projects. The solution will be specified on the rDOT App.&lt;br&gt;
With the aid of rSubstrate, the engineering teams of Polkadot projects will save tons of time and energy, drastically enhancing efficiency. At the same time, Stafi is cooperating with projects which are involved in Polkadot Parachain auction PLO, such as Plasm, ChainX, and Equilibrium. Stafi will provide them with locked DOT liquidity solutions.&lt;br&gt;
rTendermint Solution&lt;br&gt;
StaFi plans to build rTendermint solution, which is a general solution that unlocks the staking liquidity for the Cosmos ecosystem projects. The solution will be specified on the rATOM App.&lt;br&gt;
Using rTendermint, StaFi will promptly create rTokens for our Cosmos ecosystem partners including Terra, Band, Oasis, IRISnet, etc.&lt;br&gt;
StakingDrop 2&lt;br&gt;
To liberate the liquidity of rToken in the secondary market such as DEXes, StaFi plans to launch the rToken pair liquidity mining plan in Q2. The campaign is designed for users who support the liquidity for rToken pairs on Uniswap. Till now, Stafi have finished the product development and rule design of StakingDrop. The campaign will be launched after rDOT, rATOM, and rKSM are released.&lt;/p&gt;

&lt;p&gt;Testing the Waters&lt;br&gt;
Stafi will focus on rToken assets and liberating the liquidity of the rToken in the secondary market in Q2, but StaFi will also test some new innovations and tracks, such as providing liquidity solutions for projects such as Matic, a second-tier solution to Ethereum. For instance, Stafi will try to provide liquidity solutions to Uniswap V3 NFT LP tokens. We will also reach out to ecosystems other than Polkadot or Cosmos, like Solana, Near, Avalanche, etc.&lt;br&gt;
Conclusively&lt;br&gt;
In the second quarter, StaFi will put the expansion of the rToken category and StakingDrop2 high on our objectives. At the mean time, the team will also seize every chance to push forward the development of StaFi, developing a more prosperous Staking Derivative ecosystem. In Q2, 2021, the expanding effects of various rToken products, which will cover most mainstream PoS projects, will be very clear. Therefore, the next three months will be a critical period for StaFi protocol. Stafi hope that you can partake in building a brighter future for StaFi.&lt;/p&gt;

&lt;p&gt;About StaFi Protocol&lt;br&gt;
StaFi is the first DeFi protocol unlocking liquidity of staked assets. Users can stake PoS tokens through StaFi and receive rTokens in return, which are available for trading, while still earning staking rewards. FIS is the native token on StaFi Chain. FIS is required to provide security to the network by staking, pay for transaction fees on the StaFi chain, and mint &amp;amp; redeem rTokens.&lt;/p&gt;

&lt;p&gt;Website: &lt;a href="http://www.stafi.io"&gt;www.stafi.io&lt;/a&gt;&lt;br&gt;
rFIS Product: &lt;a href="https://rtoken.stafi.io/rfis"&gt;https://rtoken.stafi.io/rfis&lt;/a&gt;&lt;br&gt;
rETH Product: &lt;a href="https://rtoken.stafi.io/reth"&gt;https://rtoken.stafi.io/reth&lt;/a&gt;&lt;br&gt;
Twitter:@Stafi_Protocol&lt;br&gt;
Telegram Chat: &lt;a href="https://t.me/stafi_protocol"&gt;https://t.me/stafi_protocol&lt;/a&gt;&lt;br&gt;
Telegram Announcements: &lt;a href="https://t.me/stafi_ann"&gt;https://t.me/stafi_ann&lt;/a&gt;&lt;br&gt;
Discord: &lt;a href="https://discord.com/invite/jB77etn"&gt;https://discord.com/invite/jB77etn&lt;/a&gt;&lt;br&gt;
Forum: &lt;a href="https://commonwealth.im/stafi"&gt;https://commonwealth.im/stafi&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>StaFi Officially joins the Polkadot DAO Alliance Established by 11 Initiators </title>
      <dc:creator>Raphael</dc:creator>
      <pubDate>Tue, 30 Mar 2021 18:35:17 +0000</pubDate>
      <link>https://dev.to/raphael91269290/stafi-officially-joins-the-polkadot-dao-alliance-established-by-11-initiators-1jdo</link>
      <guid>https://dev.to/raphael91269290/stafi-officially-joins-the-polkadot-dao-alliance-established-by-11-initiators-1jdo</guid>
      <description>&lt;p&gt;About Polkadot DAO Alliance&lt;/p&gt;

&lt;p&gt;The creation of the decentralized autonomous organization DAO has brought about an interesting unique concept on organization seeing it as the social group of gathering people together making collective efforts to achieving a common goal towards the realization of digital democracy and good decision making.&lt;br&gt;
DAO has initiated a new organizational platform that is trustworthy, clarity, transparency, accessibility, interoperable, secured and composable features, to create an essential influence on how communication, coordination and allocation work in the polkadot environment. we greatly believe that DAO is the best platform for crypto society and of the economy.&lt;br&gt;
here we bring forth the polkadot DAO alliance known as PDA an organization initiated by subDAO and joined together by highly established groups such as :Plasm, Phala, Stafi, Crust, Litentry, Bifrost, Patract, Darwina, Zenlink, and DeepDAO.&lt;br&gt;
Polkadot DAO Alliance is a DAO alliance targeting to promote the growth &amp;amp; development of decentralized governance in the Polkadot ecosystem. The ultimate goal of PDA is to realize the true decentralization of Web 3.0.&lt;/p&gt;

&lt;p&gt;Early-stage goal of PDA&lt;br&gt;
PDA work ethics will rely solely on the following aspects such as: &lt;/p&gt;

&lt;p&gt;DAO Infrastructure Development in Polkadot&lt;/p&gt;

&lt;p&gt;PDA will provide DAO governance services and promotion of the development of DAO infrastructure for Polkadot and other ecosystems. The Alliance will create a DAO Ecosystem Development Fund with several million dollars to provide financial support for early-stage projects of DAO and Web 3.0.&lt;/p&gt;

&lt;p&gt;Explore the Realization of DAO Governance&lt;/p&gt;

&lt;p&gt;Aside from infrastructure, there will be other aspects to be explored in terms of the realization of DAO governance. For instance, in the early stage of Web 3.0, we would connect Web 2.0 with Web 3.0 quickly in a way that doesn’t bring harm to the decentralization. &lt;/p&gt;

&lt;p&gt;Promote the Compliance Progress of DAO Globally&lt;/p&gt;

&lt;p&gt;In the global promotion of DAO, it will be inevitable to face restrictions by local laws. Hence, it will be the priority of PDA to push the compliance progress of DAO globally and make it recognized and usable legally.&lt;/p&gt;

&lt;p&gt;Polkadot DAO Alliance Online Summit&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--WRrKHv8Y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5ybbxmcb7uuirf6eizaj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WRrKHv8Y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5ybbxmcb7uuirf6eizaj.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;PDA will organize its first 2-day online summit, with two panels themed Democratic Governance on Polkadot and The Present and Future of DAO Governance, on Apr. 6 and Apr. 7 respectively.&lt;/p&gt;

&lt;p&gt;More Events to Follow;&lt;br&gt;
Meanwhile, PDA will hold series of online seminars for alliance members to evangelize DAO and exchange ideas. Each seminar will invite 2 PDA members and 1 mysterious guest to join. Furthermore, there will also be offline DAO Governance Summit annually in September and October organized by PDA, who will also publish a report on DAO Development Analysis of the year.&lt;br&gt;
Polkadot DAO Alliance will be an open organization and we will welcome all teams, who recognize and support DAO, to join.&lt;/p&gt;

&lt;p&gt;About StaFi protocol&lt;/p&gt;

&lt;p&gt;StaFi is the first DeFi protocol unlocking liquidity of staked assets. Users can stake PoS tokens through StaFi and receive rTokens in return, which are available for trading, while still earning staking rewards. FIS is the native token on StaFi Chain. FIS is required to provide security to the network by staking, pay for transaction fees on the StaFi chain, and mint &amp;amp; redeem rTokens.&lt;/p&gt;

&lt;p&gt;know more here:&lt;/p&gt;

&lt;p&gt;SubDAO: &lt;a href="https://twitter.com/subdao_network"&gt;https://twitter.com/subdao_network&lt;/a&gt;&lt;br&gt;
Plasm：&lt;a href="https://twitter.com/Plasm_Network"&gt;https://twitter.com/Plasm_Network&lt;/a&gt;&lt;br&gt;
Phala: &lt;a href="https://twitter.com/PhalaNetwork"&gt;https://twitter.com/PhalaNetwork&lt;/a&gt;&lt;br&gt;
Stafi: &lt;a href="https://twitter.com/StaFi_Protocol"&gt;https://twitter.com/StaFi_Protocol&lt;/a&gt;&lt;br&gt;
Crust: &lt;a href="https://twitter.com/crustnetwork"&gt;https://twitter.com/crustnetwork&lt;/a&gt;&lt;br&gt;
Litentry: &lt;a href="https://twitter.com/litentry"&gt;https://twitter.com/litentry&lt;/a&gt;&lt;br&gt;
Bifrost: &lt;a href="https://twitter.com/bifrost_finance"&gt;https://twitter.com/bifrost_finance&lt;/a&gt;&lt;br&gt;
Patract: &lt;a href="https://twitter.com/PatractLabs"&gt;https://twitter.com/PatractLabs&lt;/a&gt;&lt;br&gt;
Darwina: &lt;a href="https://twitter.com/darwinianetwork"&gt;https://twitter.com/darwinianetwork&lt;/a&gt;&lt;br&gt;
Zenlink: &lt;a href="https://twitter.com/zenlinkpro"&gt;https://twitter.com/zenlinkpro&lt;/a&gt;&lt;br&gt;
DeepDAO: &lt;a href="https://twitter.com/deepdao_io"&gt;https://twitter.com/deepdao_io&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to unbond your FIS on StaFI</title>
      <dc:creator>Raphael</dc:creator>
      <pubDate>Mon, 29 Mar 2021 04:41:35 +0000</pubDate>
      <link>https://dev.to/raphael91269290/how-to-unbond-your-fis-on-stafi-21ng</link>
      <guid>https://dev.to/raphael91269290/how-to-unbond-your-fis-on-stafi-21ng</guid>
      <description>&lt;p&gt;Unbond means refund part of FIS you delegated to nominators. This process will take you approximately 14 days/ two weeks.&lt;br&gt;
this guide shows you how to unbond your FIS.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;To unbond, click Unbond funds.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--4tfB5zS0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a3g8w8biljz80iyjs4pq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--4tfB5zS0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a3g8w8biljz80iyjs4pq.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2.Confirm the Stash account you want to unbond and the corresponding Controller account, then fill in the amount of FIS , then click unbond&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--KUGgUqU---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dtjiqdid0lw5ib32c0hg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--KUGgUqU---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dtjiqdid0lw5ib32c0hg.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3.The transaction is initiated through Controller account. Confirm the account and fill in password, then click sign and submit&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ZN1Ol8Zo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wj8kfhhfvbap24n2gj53.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZN1Ol8Zo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wj8kfhhfvbap24n2gj53.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;4.When you initiate Unbond, you have to wait for 14 days to get FIS back,  please be noted!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--k5mg5H3---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3ymyst63kuzvbb0wyiab.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--k5mg5H3---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3ymyst63kuzvbb0wyiab.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>StoneDeFi Join Hands With StaFi</title>
      <dc:creator>Raphael</dc:creator>
      <pubDate>Mon, 15 Feb 2021 09:27:33 +0000</pubDate>
      <link>https://dev.to/raphael91269290/stonedefi-join-hands-with-stafi-3pha</link>
      <guid>https://dev.to/raphael91269290/stonedefi-join-hands-with-stafi-3pha</guid>
      <description>&lt;p&gt;What is Stone?&lt;/p&gt;

&lt;p&gt;Stone is a yield aggregation protocol that powers innovative yield generation strategies through liquid PoS staking. Following thorough review and research into the DeFi space, Stone has identified and crafted new farming strategies that tap into PoS farming, starting with staked ETH.&lt;br&gt;
This means that Stone users will soon get exposure to yield opportunities in assets that are multiples the size of the current value locked in DeFi.&lt;/p&gt;

&lt;p&gt;BENEFIT OF THE PARTNERSHIP TO THE BOTH COMMUNITY &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--39ilafAh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/e9uhw5owh853iswm220u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--39ilafAh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/e9uhw5owh853iswm220u.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;StaFi and Stone both recognize the potential of interoperability and have been designing new products on substrate, anticipating new assets emerging on Polkadot Ecosystem. “So far over 50% of DOTs are staked and that is worth 10 billion USD with 28 days of unbounding. In addition, parachain auctions will make even more DOTs staked within the system for up to 2 years. There is a strong market need of making the staked DOT liquid.” Mentioned Alex Lam, “Stone aspires to build index products and other interest products on substrate to harness the abundance of cross-chain assets on Polkadot and provide easy access for average users to yield-bearing assets.”&lt;/p&gt;

&lt;p&gt;Introduction of rETH onto Stone&lt;/p&gt;

&lt;p&gt;rETH is a synthetic derivative asset issued to ETH stakers, that enables instant liquidity for the illiquid Ethereum 2.0 network. rETH can be redeemed from the StaFi platform for the stakers to keep in self-custody, trade on Uniswap or utilize in DeFi protocols to earn a yield.&lt;br&gt;
Stone will support rETH in its farming strategy, providing rETH holders the best yields via liquidity provision and lending activities.&lt;br&gt;
[StaFi is a generation platform of staking derivatives, rETH will solve the controversy between locking period and token dilution until phase1.5 of ETH2, integrated into STONE will bring a new use case for rETH holder, that’s yield farming, which make me excited] Said Liam Young, Founder of StaFi.&lt;/p&gt;

&lt;p&gt;Accepting a staked asset in the DeFi space requires close scrutiny over the security of users’ funds and its credibility.&lt;br&gt;
“StaFi is one of the early pioneers to develop the concept of liquid staking. At Stone, we are always actively looking for strong partners to complete the whole ecosystem of DeFi 2.0 — new assets, new strategies and new products. StaFi definitely brings new assets to allow Stone to develop new strategies and new products. We see the partnership going to be a super solid one to set the standards of how liquid staking yield farming shall be done in the future” commented Alex Lam, Project Lead at Stone.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Guide to StaFi rFIS and 2-way Bridge </title>
      <dc:creator>Raphael</dc:creator>
      <pubDate>Tue, 26 Jan 2021 17:36:14 +0000</pubDate>
      <link>https://dev.to/raphael91269290/guide-to-stafi-rfis-and-2-way-bridge-25f1</link>
      <guid>https://dev.to/raphael91269290/guide-to-stafi-rfis-and-2-way-bridge-25f1</guid>
      <description>&lt;p&gt;StaFi has been breaking glasses and smashing the ceiling. few days ago, after the launching of the their rFIS product and the two way rbridge, Stafi has recorded a lot of interests and recognition from the crypto space especially the earth community.&lt;br&gt;
In order to incentivize FIS holders to participate in rFIS products, we will launch a StakingDrop incentive campaign for the rFIS product. From January 22 to January 30, 2021, stakers who participate in FIS staking by using the rFIS product could have the chance to receive the StakingDrop.&lt;/p&gt;

&lt;p&gt;So incase you are still left out on this opportunity to get rewarded for holding FIS...Here is a guide that gives you the clear illustrations on how to participate.&lt;/p&gt;

&lt;p&gt;Guide&lt;br&gt;
The first two parts of the guide are mainly to explain the basic operations of PolkadotJS extension and Metamask wallet. Users who are familiar with the operations of it can skip to the FIS swap part.&lt;/p&gt;

&lt;p&gt;Download and installation&lt;br&gt;
This guide requires PolkadotJS extension and Metamask wallet.&lt;br&gt;
PolkadotJS extension: &lt;a href="https://chrome.google.com/webstore/detail/polkadot%7Bjs%7D-extension/mopnmbcafieddcagagdcbnhejhlodfdd(Chrome)"&gt;https://chrome.google.com/webstore/detail/polkadot%7Bjs%7D-extension/mopnmbcafieddcagagdcbnhejhlodfdd(Chrome)&lt;/a&gt;&lt;br&gt;
Metamask wallet: &lt;a href="https://metamask.io/download.html"&gt;https://metamask.io/download.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then you can follow the prompts to import the StaFi and ETH accounts.&lt;/p&gt;

&lt;p&gt;The connection of StaFi rProduct and extension&lt;/p&gt;

&lt;p&gt;Connect Metamask and switch account&lt;/p&gt;

&lt;p&gt;1.Connect ETH account&lt;/p&gt;

&lt;p&gt;Enter the link: &lt;a href="https://rtoken.stafi.io/rbridge"&gt;https://rtoken.stafi.io/rbridge&lt;/a&gt;, click "Connect to Metamask", and follow the prompts to connect successfully.&lt;br&gt;
Note: The ETH account needs to be imported in advance.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--dOcNPHNy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/hlzg4hl5aa42v10kmz2x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--dOcNPHNy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/hlzg4hl5aa42v10kmz2x.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2.Switch account&lt;/p&gt;

&lt;p&gt;Sign 1: Choose "Ethereum Mainnet" here&lt;/p&gt;

&lt;p&gt;Sign 2: Click to display all currently imported ETH accounts.&lt;/p&gt;

&lt;p&gt;Sign 3: Select account. You can switch between different accounts. The account after switching will be displayed in StaFi rProduct.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--0OI5c7Li--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/hzloikwwsywpfdwbt6qw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--0OI5c7Li--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/hzloikwwsywpfdwbt6qw.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Connect PolkadotJS and switch account&lt;/p&gt;

&lt;p&gt;Connect StaFi account&lt;/p&gt;

&lt;p&gt;Enter the link: &lt;a href="https://rtoken.stafi.io/rbridge"&gt;https://rtoken.stafi.io/rbridge&lt;/a&gt;, click "Connect to PolkadotJS extension" and follow the prompts to connect successfully.&lt;/p&gt;

&lt;p&gt;Note: StaFi accounts need to be imported in advance.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--E9-nMZfM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/unn3dfg1akm8a8y871eh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--E9-nMZfM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/unn3dfg1akm8a8y871eh.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2.Switch account&lt;/p&gt;

&lt;p&gt;Click Sign1 to display all the accounts that have been imported, select the account and click "Confirm" to switch successfully&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--mn4YhhP---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ogmusf4l1i7txlqn9u4b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mn4YhhP---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ogmusf4l1i7txlqn9u4b.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Native to ERC20 &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Select "rBridge"-"Native to ERC20", enter the number of FIS and the ETH address that need to be swapped. The second column automatically displays the number of swapped FIS , the number of FIS before and after conversion is the same. Click "Swap"&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Estimate Fee shows the commission for the operation, which will be deducted from the StaFi account. So it is not recommended to convert all of it. A certain balance should be left in the account.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ZRS5K21q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/el66bqr2d5ion35ed6yc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZRS5K21q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/el66bqr2d5ion35ed6yc.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Enter the account password in the transaction confirmation interface and click "Sign the transaction".&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vtjx4Ngw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jh3t27ewbhinctrxsfgm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vtjx4Ngw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jh3t27ewbhinctrxsfgm.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3.The page shows "Tx Broadcasting" when the operation is successful&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--dXk4Gd5n--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/mzriskpjka4eozf6waxu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--dXk4Gd5n--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/mzriskpjka4eozf6waxu.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;4.Check ERC20 FIS&lt;/p&gt;

&lt;p&gt;1) Selected "Add Token " on Metamask.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Zi-Olgc_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/6x0yqavliogw5cdhx3x9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Zi-Olgc_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/6x0yqavliogw5cdhx3x9.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2）Selected "Custom Token" and enter token contract address:0xef3a930e1ffffacd2fc13434ac81bd278b0ecc8d, then click "Next"&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--inDPoN-o--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/qxhz2p40rvkzoh7o6ges.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--inDPoN-o--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/qxhz2p40rvkzoh7o6ges.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3) This page shows the number of ERC20 FIS，click "Add Tokens"&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9Zl2GIOI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/75o0c0t8eidtd75dom0g.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9Zl2GIOI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/75o0c0t8eidtd75dom0g.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;4) Added successfully.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--j98cYwOl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/8daoi9frkyh26pirblp2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--j98cYwOl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/8daoi9frkyh26pirblp2.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;ERC20 to Native &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Select "ERC20 to Native", ERC20 FIS balance displays the FIS balance of the currently connected ETH account. Enter the number of FIS and the StaFi address. The second column shows the number of mainnet FIS to be swapped.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Estimate Fee means the commission for this operation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--UuJ3vXQl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/tday4imlar1ghlvwprom.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UuJ3vXQl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/tday4imlar1ghlvwprom.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Click "Confirm" on the transaction confirmation interface.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ssX0WoKX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ogbpcekgmmnrd9ec0ydy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ssX0WoKX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ogbpcekgmmnrd9ec0ydy.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Check the mainnet FIS after successful swap&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You can check it in FIS Balance after the operation is completed.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--RLHQinLe--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/e0fybm3lfwk4uq5tc87c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--RLHQinLe--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/e0fybm3lfwk4uq5tc87c.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--CydZDV0V--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/essl3cs1z41rttvqx7jf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--CydZDV0V--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/essl3cs1z41rttvqx7jf.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Reference&lt;/p&gt;

&lt;p&gt;1)rFIS solution:&lt;a href="https://docs.stafi.io/rproduct/rfis-solution"&gt;https://docs.stafi.io/rproduct/rfis-solution&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2)rFIS Product:&lt;a href="https://rtoken.stafi.io/rfis"&gt;https://rtoken.stafi.io/rfis&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3)Staker Guide:&lt;a href="https://docs.stafi.io/rproduct/rfis-solution/rfis-guide"&gt;https://docs.stafi.io/rproduct/rfis-solution/rfis-guide&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;4)OV Guide:&lt;a href="https://docs.stafi.io/rproduct/rfis-solution/validator-testing-guide"&gt;https://docs.stafi.io/rproduct/rfis-solution/validator-testing-guide&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;5)OV recruitment:&lt;a href="https://medium.com/stafi/stafi-rfis-original-validator-recruitment-campaign-b72aaa27636"&gt;https://medium.com/stafi/stafi-rfis-original-validator-recruitment-campaign-b72aaa27636&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;6)rToken paper:&lt;a href="https://docs.stafi.io/stafi-whitepaper/rtoken-paper"&gt;https://docs.stafi.io/stafi-whitepaper/rtoken-paper&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;7)rFIS FAQ:&lt;a href="https://docs.stafi.io/rproduct/rfis-solution/rfis-faq"&gt;https://docs.stafi.io/rproduct/rfis-solution/rfis-faq&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;8)rFIS Audit Report:&lt;a href="https://github.com/stafiprotocol/stafi-bootstrap/blob/master/audits/rfis/peckshield-audit-report-stafi-node-v1.0.pdf"&gt;https://github.com/stafiprotocol/stafi-bootstrap/blob/master/audits/rfis/peckshield-audit-report-stafi-node-v1.0.pdf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;About StaFi Protocol&lt;br&gt;
StaFi is the first DeFi protocol unlocking liquidity of staked assets. Users can stake PoS tokens through StaFi and receive rTokens in return, which are available for trading, while still earning staking rewards. FIS is the native token on StaFi Chain. FIS is required to provide security to the network by staking, pay for transaction fees on the StaFi chain, and mint &amp;amp; redeem rTokens.&lt;/p&gt;

&lt;p&gt;Website: &lt;a href="http://www.stafi.io"&gt;www.stafi.io&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;rFIS Product:&lt;a href="https://rtoken.stafi.io/rfis"&gt;https://rtoken.stafi.io/rfis&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Twitter:@Stafi_Protocol&lt;/p&gt;

&lt;p&gt;Telegram Chat: &lt;a href="https://t.me/stafi_protocol"&gt;https://t.me/stafi_protocol&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Telegram Announcements: &lt;a href="https://t.me/stafi_ann"&gt;https://t.me/stafi_ann&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Discord: &lt;a href="https://discord.com/invite/jB77etn"&gt;https://discord.com/invite/jB77etn&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Forum：&lt;a href="https://commonwealth.im/stafi"&gt;https://commonwealth.im/stafi&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Update on the StaFI RETH and RFIS Launch and other recent developments </title>
      <dc:creator>Raphael</dc:creator>
      <pubDate>Mon, 18 Jan 2021 14:03:23 +0000</pubDate>
      <link>https://dev.to/raphael91269290/update-on-the-stafi-reth-and-rfis-launch-and-other-recent-developments-5475</link>
      <guid>https://dev.to/raphael91269290/update-on-the-stafi-reth-and-rfis-launch-and-other-recent-developments-5475</guid>
      <description>&lt;p&gt;Stafi team has achieved a milestone over the months and been working tirelessly in giving their community all that has been promised in their roadmap. In an effort to fulfill those promises, StaFi has made great progress in all aspects. In terms of technology, StaFi rolled out rETH and rFIS solutions. rBridge has undergone alpha test, open beta, and security audits, and is now preparing for the official release. lastly Stafi initiated a two weeks rFIS incentive test has been concluded&lt;/p&gt;

&lt;p&gt;UPDATE DETAILS.&lt;/p&gt;

&lt;p&gt;TESTING ON RFIS COMPLETED.&lt;/p&gt;

&lt;p&gt;1) On 30th November, StaFi officially released rFIS, the staking liquidity solution for the mainnet FIS. rFIS is the first rToken launched by StaFi. Through rFIS, StaFi not only solves the liquidity problem for FIS stakers but also increases node revenue for validators and increases StaFi’s staking rate.&lt;/p&gt;

&lt;p&gt;2) The product has been developed, and the Open Beta was launched on December 2. Meanwhile, we’ve launched a test incentive campaign.&lt;/p&gt;

&lt;p&gt;3) On 21st December, StaFi announced the status of rFIS test incentives. 169 addresses participated in the test and 66 staking users and 40 validators have received the rewards.&lt;/p&gt;

&lt;p&gt;4) The rFIS contract code has been submitted to PeckShield, an audit agency. After the audit, we will optimize the code and prepare for its launch on the mainnet.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--8S57_9QG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ts4pntgl60me19qvwsp7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--8S57_9QG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ts4pntgl60me19qvwsp7.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2.rETH solution&lt;/p&gt;

&lt;p&gt;1) On 12th November, StaFi officially released the ETH2.0 Staking liquidity solution. Users can participate in ETH 2.0 Staking through the Staking Contract deployed on Ethereum through StaFi. The minimum deposit is 0.01ETH, instead of 32ETH. The platform will automatically issue rETH to users, which anchors principal and staking income. rETH can also be exchanged for ETH on DEX and be lent through loan agreements.&lt;/p&gt;

&lt;p&gt;2) The development has been basically completed. The Open Beta was launched on 17th December and StaFi has arranged an incentive test campaign, which is underway. By far, over 300 users and 300 validators participated.&lt;/p&gt;

&lt;p&gt;3) The rETH contract code has been submitted to PeckShield, an audit agency. After the audit, we will optimize the code and be prepared for its launch on the mainnet.&lt;/p&gt;

&lt;p&gt;3.rBridge&lt;br&gt;
On 11th December, rBridge was launched on the StaFi mainnet. FIS of StaFi mainnet can be converted to ERC20 FIS at a 1:1 rate, and then be circulated in the Ethereum DeFi ecosystem transaction, lending, and other scenarios. So far, 814,388 mainnet FIS have been converted to ERC20 FIS through rBridge.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--6STz31FK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/2nhk3i9umizdhjaue4n6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--6STz31FK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/2nhk3i9umizdhjaue4n6.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;4.rToken whitepaper&lt;br&gt;
On 16th December, StaFi released the rToken white paper, which elaborates on rToken’s product design and future plans. The white paper encompasses 11 chapters, including summary, the introduction of rToken, business structure, rToken exchange rate, rToken circulation, revenue and expense mechanism, governance, FIS Token value capture, future planning, etc.&lt;/p&gt;

&lt;p&gt;5.ETH2.0 Slash solution&lt;br&gt;
On 22nd December, StaFi released a solution for the Slash of ETH 2.0. StaFi believes that currently, an 8 ETH deposit made by validators can avoid the loss of StaFi users’ assets in most slash cases. In addition, StaFi has also introduced a Slash insurance fund pool for validators to hedge against Slash excess losses. We will announce more details in the future.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;ETH2.0 Staking delegation mechanism
On 29th December, StaFi published an article analyzing the possible reasons why ETH2.0 Phase 0 doesn’t have a staking delegation mechanism, and how StaFi rETH could build that mechanism before ETH2.0 Phase 2 goes live. The article also pointed out that the design of rETH based on asset security can to the greatest extent protect the asset security of stakers.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Community Development&lt;/p&gt;

&lt;p&gt;1.Validator Grant&lt;br&gt;
In early December, StaFi validators began to submit validator contributions. Nearly 40 validators have received contribution forms. It is currently under review, and the review results will be announced shortly.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;November Warriors Incentive List
On December 14, StaFi announced the November StaFi warriors incentive list. 30 Warriors received rewards.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Collaboration&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Oasis &amp;amp; StaFi&lt;br&gt;
On 3rd December, StaFi formally established a partnership with Oasis Protocol, a blockchain privacy computing platform, in terms of data collateral derivatives. The cooperation will simplify the process of (rToken-based) data generators importing personal data into the Exchange (Money Market). Personal private data will be authorized in a decentralized manner, and data generators can use it to make a profit.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;StaFi hold AMA jointly with Equilibrium&lt;br&gt;
On 4th December, Equilibrium CEO Alex Melikhov was invited to the StaFi community to run an AMA. Melikhov gave a detailed introduction to the development of the Equilibrium project and the cooperation with StaFi, where he expressed his confidence in the cooperation between the two parties.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;FIS listed on Uniswap&lt;br&gt;
On 11th December, FIS was listed on Uniswap and the FIS/ETH trading pair was supported. Everyone can use StaFi’s rBridge cross-chain bridge product to convert the mainnet FIS to ERC 20 FIS. In the future, rETH, rFIS, and rDOT can all be accessed through rBridge ETH DeFi ecosystem.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;4.Unilend &amp;amp; StaFi&lt;br&gt;
On 15th December, StaFi formally reached a cooperation with Unilend, a DeFi transaction and loan agreement. In the future, the Unilend platform will integrate rToken, and users can trade and borrow rToken on the Unilend platform.&lt;/p&gt;

&lt;p&gt;5.AMA&lt;br&gt;
Liam, Co-Founder of StaFi, attended:&lt;br&gt;
1) On 3rd December, Liam attended the Fireside Chat hosted by Injective Protocol and shared the future development of Dex and staking Derivative with Injective community members.&lt;/p&gt;

&lt;p&gt;2) On 12th December, Liam attended an online event organized by BlockchainedIndia to discuss the opportunities of DeFi with the CEOs of RioDeFi, OpenDeFi, Persistence, and Knit Finance.&lt;/p&gt;

&lt;p&gt;3) Liam was invited to participate in the BitMax 2nd Anniversary Celebration and the 2020 Brand Upgrade Conference. The theme was “DeFi vs ETH2.0 vs Polkadot: How to take a lead?” In the round-table discussion, Liam suggested to investors how to take a lead in new sectors when DeFi, Ethereum 2.0 and Polkadot are developing simultaneously, using the example of the trade-offs between centralization and decentralization of enterprises.&lt;br&gt;
Blank, StaFi’s chief researcher, attended:&lt;/p&gt;

&lt;p&gt;1) On 10th December, Blank attended the Decoding program hosted by Jinse.com, and shared how StaFi rETH solves the liquidity dilemma of ETH2.0 Staking.&lt;/p&gt;

&lt;p&gt;2) On 10th December, Blank attended DEFI FEVER hosted by Blocklike and DoraHacks, and shared StaFi’s latest products and progress.&lt;/p&gt;

&lt;p&gt;3) On 11th December, Blank attended the Relativity program hosted by Jinse.com, and shared StaFi’s contribution to the Polkadot ecology and its strategy of parachain bidding.&lt;/p&gt;

&lt;p&gt;About StaFi Protocol&lt;br&gt;
StaFi is the first DeFi protocol unlocking liquidity of staked assets. Users can stake PoS tokens through StaFi and receive rTokens in return, which are available for trading, while still earning staking rewards. FIS is the native token on StaFi Chain. FIS is required to provide security to the network by staking, pay for transaction fees on the StaFi chain, and mint &amp;amp; redeem rTokens.&lt;/p&gt;

&lt;p&gt;Website: &lt;a href="http://www.stafi.io"&gt;www.stafi.io&lt;/a&gt;&lt;br&gt;
Twitter:@Stafi_Protocol&lt;br&gt;
Telegram Chat: &lt;a href="https://t.me/stafi_protocol"&gt;https://t.me/stafi_protocol&lt;/a&gt;&lt;br&gt;
Telegram Announcements: &lt;a href="https://t.me/stafi_ann"&gt;https://t.me/stafi_ann&lt;/a&gt;&lt;br&gt;
Discord: &lt;a href="https://discord.com/invite/jB77etn"&gt;https://discord.com/invite/jB77etn&lt;/a&gt;&lt;br&gt;
Forum：&lt;a href="https://commonwealth.im/stafi"&gt;https://commonwealth.im/stafi&lt;/a&gt;&lt;/p&gt;

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