<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>#Multisig Archives - Smart Liquidity Research</title>
	<atom:link href="https://smartliquidity.info/tag/multisig/feed/" rel="self" type="application/rss+xml" />
	<link>https://smartliquidity.info/tag/multisig/</link>
	<description>Crypto News &#38; Data Space</description>
	<lastBuildDate>Wed, 05 Mar 2025 08:52:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://smartliquidity.info/wp-content/uploads/2021/03/cropped-512-1-1-32x32.png</url>
	<title>#Multisig Archives - Smart Liquidity Research</title>
	<link>https://smartliquidity.info/tag/multisig/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Multi-Sig Wallets vs. Smart Contract Wallets</title>
		<link>https://smartliquidity.info/2025/03/05/multi-sig-wallets-vs-smart-contract-wallets/</link>
		
		<dc:creator><![CDATA[Lida Dinnero]]></dc:creator>
		<pubDate>Wed, 05 Mar 2025 08:52:40 +0000</pubDate>
				<category><![CDATA[Crypto University]]></category>
		<category><![CDATA[#Bitcoin]]></category>
		<category><![CDATA[#BlockchainTech]]></category>
		<category><![CDATA[#COLDSTORAGE]]></category>
		<category><![CDATA[#CryptoExplained]]></category>
		<category><![CDATA[#CryptoInvesting]]></category>
		<category><![CDATA[#CryptoInvestors]]></category>
		<category><![CDATA[#CryptoNews]]></category>
		<category><![CDATA[#CryptoProtection]]></category>
		<category><![CDATA[#CryptoSecurity]]></category>
		<category><![CDATA[#CryptoTips]]></category>
		<category><![CDATA[#CryptoWalletComparison]]></category>
		<category><![CDATA[#CryptoWallets]]></category>
		<category><![CDATA[#DecentralizedFinance]]></category>
		<category><![CDATA[#DeFi]]></category>
		<category><![CDATA[#Ethereum]]></category>
		<category><![CDATA[#Multisig]]></category>
		<category><![CDATA[#PRIVATEKEYS]]></category>
		<category><![CDATA[#SmartContracts]]></category>
		<category><![CDATA[#WalletSecurity]]></category>
		<category><![CDATA[#web3]]></category>
		<guid isPermaLink="false">https://smartliquidity.info/?p=97837</guid>

					<description><![CDATA[<p>As blockchain and crypto evolve, securing digital assets is crucial. Multi-signature (multi-sig) wallets and smart contract wallets are among the most secure options, offering enhanced security and access control. However, they differ in mechanisms, use cases, and benefits. This article highlights their key differences to help users select the best option for their needs. Understanding [&#8230;]</p>
<p>The post <a href="https://smartliquidity.info/2025/03/05/multi-sig-wallets-vs-smart-contract-wallets/">Multi-Sig Wallets vs. Smart Contract Wallets</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="color: #00ccff;"><em><span style="font-weight: 400;">As blockchain and crypto evolve, securing digital assets is crucial. Multi-signature (multi-sig) wallets and smart contract wallets are among the most secure options, offering enhanced security and access control. However, they differ in mechanisms, use cases, and benefits. This article highlights their key differences to help users select the best option for their needs.</span></em></span></p>
<h2><b>Understanding Multi-Sig Wallets</b></h2>
<p><span style="font-weight: 400;">A </span><b>multi-signature wallet</b><span style="font-weight: 400;"> is a cryptocurrency wallet that requires multiple private keys to authorize a transaction. Instead of a single private key controlling the funds, multiple parties must sign off on transactions based on a predefined policy, such as </span><b>2-of-3</b><span style="font-weight: 400;">, </span><b>3-of-5</b><span style="font-weight: 400;">, or any other combination.</span></p>
<h3><b>Features of Multi-Sig Wallets:</b></h3>
<ul>
<li style="font-weight: 400;" aria-level="1"><b>Shared Control</b><span style="font-weight: 400;">: Requires multiple parties to approve transactions, ensuring that no single individual can execute unauthorized transfers.</span></li>
<li style="font-weight: 400;" aria-level="1"><b>Reduces Single Point of Failure</b><span style="font-weight: 400;">: Since multiple signatures are required, compromising a single key is insufficient to move funds.</span></li>
<li style="font-weight: 400;" aria-level="1"><b>Predefined Rules</b><span style="font-weight: 400;">: Signatures needed for transactions are set during wallet creation, offering a rigid but reliable security model.</span></li>
<li style="font-weight: 400;" aria-level="1"><b>Blockchain-Level Execution</b><span style="font-weight: 400;">: Multi-sig logic is enforced directly by the blockchain protocol, meaning it does not rely on external smart contract execution.</span></li>
</ul>
<h2><b>Understanding Smart Contract Wallets</b></h2>
<p><span style="font-weight: 400;">A </span><b>smart contract wallet</b><span style="font-weight: 400;"> is an advanced type of wallet that leverages smart contract technology to enable flexible security measures and automation. Unlike multi-sig wallets, which rely on native blockchain features, smart contract wallets operate through programmable logic embedded in self-executing contracts.</span></p>
<h3><b>Features of Smart Contract Wallets:</b></h3>
<ul>
<li style="font-weight: 400;" aria-level="1"><b>Customizable Security</b><span style="font-weight: 400;">: Allows fine-tuned access control policies, such as time-locked transactions, dynamic signature requirements, and spending limits.</span></li>
<li style="font-weight: 400;" aria-level="1"><b>Recovery Mechanisms</b><span style="font-weight: 400;">: Unlike multi-sig wallets, smart contract wallets can incorporate recovery mechanisms, including social recovery, guardian-based recovery, and time-delayed withdrawals.</span></li>
<li style="font-weight: 400;" aria-level="1"><b>Integration with Decentralized Applications (DApps)</b><span style="font-weight: 400;">: Smart contract wallets can seamlessly interact with DeFi protocols, staking services, and NFT marketplaces.</span></li>
<li style="font-weight: 400;" aria-level="1"><b>Multi-Factor Authentication (MFA)</b><span style="font-weight: 400;">: Users can enhance security by integrating biometric authentication, hardware keys, and even one-time passwords into wallet transactions.</span></li>
</ul>
<h2><b>Key Differences: Multi-Sig vs. Smart Contract Wallets</b></h2>
<p><span style="font-weight: 400;">To provide a clearer comparison, the table below highlights the major differences between multi-sig wallets and smart contract wallets:</span></p>
<table>
<tbody>
<tr>
<td><b>Feature</b></td>
<td><b>Multi-Sig Wallets</b></td>
<td><b>Smart Contract Wallets</b></td>
</tr>
<tr>
<td><b>Security Mechanism</b></td>
<td><span style="font-weight: 400;">Requires multiple signatures from predefined keys</span></td>
<td><span style="font-weight: 400;">Uses smart contracts to enforce custom rules</span></td>
</tr>
<tr>
<td><b>Flexibility</b></td>
<td><span style="font-weight: 400;">Limited to preset multi-signature rules</span></td>
<td><span style="font-weight: 400;">Highly customizable with advanced conditions</span></td>
</tr>
<tr>
<td><b>Blockchain Support</b></td>
<td><span style="font-weight: 400;">Native support on Bitcoin, Ethereum, etc.</span></td>
<td><span style="font-weight: 400;">Mostly Ethereum and EVM-compatible chains</span></td>
</tr>
<tr>
<td><b>Transaction Costs</b></td>
<td><span style="font-weight: 400;">Lower costs, as it&#8217;s a protocol-level feature</span></td>
<td><span style="font-weight: 400;">Higher costs due to smart contract execution</span></td>
</tr>
<tr>
<td><b>User Experience</b></td>
<td><span style="font-weight: 400;">Requires coordination among signers</span></td>
<td><span style="font-weight: 400;">Offers automated and user-friendly features</span></td>
</tr>
<tr>
<td><b>Recovery Options</b></td>
<td><span style="font-weight: 400;">No recovery if keys are lost</span></td>
<td><span style="font-weight: 400;">Allows social recovery and backup mechanisms</span></td>
</tr>
<tr>
<td><b>Third-Party Dependence</b></td>
<td><span style="font-weight: 400;">Minimal dependency, as it&#8217;s native to blockchain</span></td>
<td><span style="font-weight: 400;">Requires smart contract deployment and maintenance</span></td>
</tr>
<tr>
<td><b>Interoperability</b></td>
<td><span style="font-weight: 400;">Limited to native multi-sig implementations</span></td>
<td><span style="font-weight: 400;">Can integrate with multiple applications and services</span></td>
</tr>
</tbody>
</table>
<h2><b>Use Cases: When to Choose Which?</b></h2>
<p><span style="font-weight: 400;">Choosing between multi-sig wallets and smart contract wallets depends on specific use cases. Below are some ideal scenarios for each:</span></p>
<h3><b>When to Use a Multi-Sig Wallet:</b></h3>
<ol>
<li style="font-weight: 400;" aria-level="1"><b>Corporate Treasury Management</b><span style="font-weight: 400;"> – Ensures that transactions require approval from multiple executives, preventing unilateral fund transfers.</span></li>
<li style="font-weight: 400;" aria-level="1"><b>Decentralized Organizations (DAOs)</b><span style="font-weight: 400;"> – Used to enforce collective decision-making, ensuring no single member can manipulate funds.</span></li>
<li style="font-weight: 400;" aria-level="1"><b>Family or Joint Accounts</b><span style="font-weight: 400;"> – Prevents unilateral fund access by requiring multiple approvals from trusted individuals.</span></li>
<li style="font-weight: 400;" aria-level="1"><b>Custodial Services</b><span style="font-weight: 400;"> – Enhances security for crypto custodians and trust services that manage client funds.</span></li>
<li style="font-weight: 400;" aria-level="1"><b>Cold Storage Security</b><span style="font-weight: 400;"> – Often used in institutional settings to create an extra layer of protection against cyber threats.</span></li>
</ol>
<h3><b>When to Use a Smart Contract Wallet:</b></h3>
<ol>
<li style="font-weight: 400;" aria-level="1"><b>Automated Transactions &amp; DeFi Interactions</b><span style="font-weight: 400;"> – Ideal for users engaged in yield farming, lending, and liquidity mining, as it allows seamless automated execution.</span></li>
<li style="font-weight: 400;" aria-level="1"><b>Enhanced Security with Recovery</b><span style="font-weight: 400;"> – Suitable for individuals who need flexible recovery options in case of lost credentials.</span></li>
<li style="font-weight: 400;" aria-level="1"><b>Token Management for Complex Workflows</b><span style="font-weight: 400;"> – Used by businesses handling multiple asset types with different levels of access.</span></li>
<li style="font-weight: 400;" aria-level="1"><b>Multi-Factor Authentication for Individuals</b><span style="font-weight: 400;"> – Ensures better security beyond traditional private keys by integrating different verification methods.</span></li>
<li style="font-weight: 400;" aria-level="1"><b>Programmable Spending Limits</b><span style="font-weight: 400;"> – Can restrict how much can be spent in a given period, reducing exposure to hacks or phishing attacks.</span></li>
</ol>
<h2><b>Security Considerations</b></h2>
<p><span style="font-weight: 400;">While both wallet types enhance security, they are not immune to risks:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><b>Multi-Sig Wallet Risks:</b>
<ul>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">Key loss can result in permanent loss of funds if insufficient signatures remain.</span></li>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">Some implementations may be vulnerable to protocol updates that change multi-sig behavior.</span></li>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">Coordination issues among signers can delay transactions, which can be problematic for time-sensitive transfers.</span></li>
</ul>
</li>
<li style="font-weight: 400;" aria-level="1"><b>Smart Contract Wallet Risks:</b>
<ul>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">Bugs or vulnerabilities in smart contracts can be exploited, leading to potential loss of funds.</span></li>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">Requires regular updates and audits to remain secure, increasing maintenance efforts.</span></li>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">Gas fees can be high, especially on Ethereum, making frequent transactions costly.</span></li>
</ul>
</li>
</ul>
<h2><b>Future of Wallet Security</b></h2>
<p><span style="font-weight: 400;">As the blockchain ecosystem continues to evolve, both multi-sig and smart contract wallets will likely improve. New developments such as </span><b>multi-party computation (MPC)</b><span style="font-weight: 400;"> and </span><b>account abstraction (ERC-4337)</b><span style="font-weight: 400;"> may introduce hybrid solutions that combine the best aspects of both technologies. These innovations could offer greater security, flexibility, and user experience while reducing costs and risks.</span></p>
<h2><b>Conclusion</b></h2>
<p><span style="font-weight: 400;">Both </span><b>multi-sig wallets</b><span style="font-weight: 400;"> and </span><b>smart contract wallets</b><span style="font-weight: 400;"> offer robust security features, but they cater to different needs. </span><b>Multi-sig wallets</b><span style="font-weight: 400;"> are ideal for collaborative fund management with simple rules, while </span><b>smart contract wallets</b><span style="font-weight: 400;"> provide more flexibility, automation, and recovery options. As blockchain technology advances, smart contract wallets are becoming more popular due to their versatility, but multi-sig wallets remain a trusted choice for institutions and security-conscious users. Ultimately, the choice between the two depends on the user’s security preferences, transaction frequency, and technical expertise. Understanding their differences and use cases ensures that individuals and organizations can make informed decisions when securing their digital assets.</span></p>
<p>The post <a href="https://smartliquidity.info/2025/03/05/multi-sig-wallets-vs-smart-contract-wallets/">Multi-Sig Wallets vs. Smart Contract Wallets</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Switchboard Integration with Snowflake</title>
		<link>https://smartliquidity.info/2022/12/09/switchboard-integration-with-snowflake/</link>
		
		<dc:creator><![CDATA[diane]]></dc:creator>
		<pubDate>Fri, 09 Dec 2022 20:53:09 +0000</pubDate>
				<category><![CDATA[SOLUNI | Solana Universe]]></category>
		<category><![CDATA[Special Chains News]]></category>
		<category><![CDATA[#Multisig]]></category>
		<category><![CDATA[#Snowflake]]></category>
		<category><![CDATA[#Solana]]></category>
		<category><![CDATA[#SolanaUniverse]]></category>
		<category><![CDATA[#Switchboard]]></category>
		<guid isPermaLink="false">https://smartliquidity.info/?p=83915</guid>

					<description><![CDATA[<p>Switchboard, a multi-chain, permissionless oracle protocol, announced its integration with Snowflake, the most secure &#38; feature-rich multisig platform on Solana.  This integration of Switchboard with Snowflake will to allow users to manage their data feeds via a secure Multisig. Introduction The Switchboard protocol allows you to customize data feeds without requiring permission. Their approach has [&#8230;]</p>
<p>The post <a href="https://smartliquidity.info/2022/12/09/switchboard-integration-with-snowflake/">Switchboard Integration with Snowflake</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3><em><strong><span style="color: #00ccff;"><a style="color: #00ccff;" href="http://switchboard.xyz">Switchboard,</a></span> a multi-chain, permissionless oracle protocol, announced its integration with <span style="color: #00ccff;"><a style="color: #00ccff;" href="https://snowflake.so/">Snowflake,</a></span> the most secure &amp; feature-rich multisig platform on <span style="color: #00ccff;"><a style="color: #00ccff;" href="http://solana.com">Solana.</a></span></strong></em><span style="color: #00ccff;"> </span></h3>
<p>This integration of Switchboard with Snowflake will to allow users to manage their data feeds via a secure Multisig.</p>
<h3><strong>Introduction</strong></h3>
<p>The Switchboard protocol allows you to customize data feeds without requiring permission. Their approach has always been developer-first, allowing developers to build feeds using the Publisher app&#8217;s low-code interface and manage them all in the same app.</p>
<p>There will be protocols that require a similar set of data feeds as their ecosystem protocols grow and scale alongside Switchboard. Consider a group of DeFi protocols; they are most likely integrating with similar crypto assets and, as a result, require a similar set of price feeds to plug into their protocols.</p>
<p>A multi-signature (Multisig) wallet solution will be able to enable teams and developers to co-own data feeds in a secure manner.</p>
<h3><strong>Multisig Solutions for Creating and Managing Data Feeds</strong></h3>
<p>They integrated with Multisig solutions on Solana after receiving requests from primarily DeFi protocols to bring this feature to its users. Switchboard users can now use Multisigs to create, fund, and manage data feeds with third parties.</p>
<h3><strong>What exactly is a Multisig?</strong></h3>
<p>A multi-signature wallet enables a group of users to approve a transaction before it is carried out. Before a transaction, such as a payment or withdrawal, can be executed, many individuals and teams prefer that multiple parties sign off on it. This provides greater security by distributing responsibility for your digital assets to multiple parties and avoiding a single point of failure in the event of a compromised individual or wallet.</p>
<p>Multiple users can be required to manage any on-chain transaction, such as signing a payment transaction, purchasing an NFT, withdrawing from a wallet, or updating the settings and funding of a data feed in Switchboard&#8217;s use case.</p>
<h3><strong>How does Multisig interact with Switchboard?</strong></h3>
<p>Users can integrate their data feeds with a Multisig wallet when creating a data feed. To do so, they will need to:</p>
<ul>
<li>Create a feed using a Multisig wallet and have its authority appear immediately under the Multisig wallet&#8217;s address;</li>
<li>Create a feed natively in Switchboard&#8217;s Publisher and transfer its authority to a Multisig wallet address (as shown in image).</li>
</ul>
<p><img decoding="async" class="aligncenter" src="https://miro.medium.com/max/560/1*EKfwFumUNrP4Bqh5iSeMaw.png" /></p>
<p>This integration enables multiple Multisig users to gain ownership of the data feed and execute transactions responsibly, such as funding the lease of the feed or updating feed configurations.</p>
<h3><strong>Advantages of Using Switchboard with a Multisig Solution</strong></h3>
<p>Using the previous example, a group of DeFi protocol developers can create a Multisig wallet to manage a collection of price feeds required by their protocols. They can save money by sharing feeds instead of funding them individually. The fees shares by more parties, they can choose the best feed security by increasing the number of jobResults and oracleResults for each feed.</p>
<p>The integration improves developer operations on the protocol side, but the end users benefit greatly as well. Knowing that the protocols are using a set of price feeds controlled by a Multisig wallet adds an extra layer of security because responsibility and cross-checking are increased.</p>
<p>Switchboard users can use Multisig applications to create, manage, and fund data feeds that benefit not only the protocol but also their end users.</p>
<h2><strong>About Switchboard</strong></h2>
<p data-selectable-paragraph=""><strong>Switchboard</strong> is a community-driven, decentralized oracle network built on Solana that allows anyone to publish on-chain data for smart contract developers to reliably build upon.</p>
<p data-selectable-paragraph=""><span style="color: #ffffff;"><strong><a style="color: #ffffff;" href="http://switchboard.xyz/">Website</a></strong> </span><strong> | </strong> <span style="color: #00ccff;"><strong><a style="color: #00ccff;" href="https://twitter.com/switchboardxyz">Twitter</a></strong> </span></p>
<h3 id="abd7" class="ky kz is bm la lb lc ld le lf lg lh li lj lk ll lm ln lo lp lq lr ls lt lu lv fu"><strong>About Snowflake</strong></h3>
<p id="320b" class="pw-post-body-paragraph ka kb is kc b kd lw kf kg kh lx kj kk kl ly kn ko kp lz kr ks kt ma kv kw kx il fu" data-selectable-paragraph="">Snowflake Safe — the most secure &amp; feature-rich multisig platform on Solana. A multi-signature wallet allows a group of users to approve a transaction before executed. Many individuals and teams desire to have multiple parties sign off on a transaction, such as payments or withdrawals before its executed. This allows for more robust security, as it spreads the responsibility of your digital assets to multiple parties, and avoids a single point of failure in the case of a compromised individual or wallet.</p>
<p id="bd56" class="pw-post-body-paragraph ka kb is kc b kd ke kf kg kh ki kj kk kl km kn ko kp kq kr ks kt ku kv kw kx il fu" data-selectable-paragraph=""><strong><span style="color: #ffffff;"><a class="au nb" style="color: #ffffff;" href="https://snowflake.so/" target="_blank" rel="noopener ugc nofollow">Website</a></span> | <a class="au nb" href="https://twitter.com/snowflake_sol" target="_blank" rel="noopener ugc nofollow"> <span style="color: #00ccff;">Twitter</span></a></strong></p>
<p data-selectable-paragraph=""><strong>SOURCE</strong></p>
<p>https://switchboardxyz.medium.com/building-managing-data-feeds-through-multisig-soltuions-afb1ace6eb06</p>
<h4><span style="color: #ffff99;"><a style="color: #ffff99;" href="https://forms.gle/bubHY6NawvnYiPEJ6"><strong>REQUEST AN ARTICLE</strong></a></span></h4>
<p>The post <a href="https://smartliquidity.info/2022/12/09/switchboard-integration-with-snowflake/">Switchboard Integration with Snowflake</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Atlas DEX Partnership with Snowflake</title>
		<link>https://smartliquidity.info/2022/12/02/atlas-dex-partnership-with-snowflake/</link>
		
		<dc:creator><![CDATA[diane]]></dc:creator>
		<pubDate>Fri, 02 Dec 2022 10:38:26 +0000</pubDate>
				<category><![CDATA[SOLUNI | Solana Universe]]></category>
		<category><![CDATA[Special Chains News]]></category>
		<category><![CDATA[#AtlasDEX]]></category>
		<category><![CDATA[#DeFi]]></category>
		<category><![CDATA[#Multisig]]></category>
		<category><![CDATA[#Snowflake]]></category>
		<category><![CDATA[#Solana]]></category>
		<category><![CDATA[#SolanaUniverse]]></category>
		<guid isPermaLink="false">https://smartliquidity.info/?p=83630</guid>

					<description><![CDATA[<p>Atlas DEX, a cross-chain DEX aggregator, announced a partnership with Snowflake to create DeFi&#8217;s most seamless cross-chain swaps platform. Snowflake announced a partnership with the Atlas DEX platform, to allow scheduled recurring cross-chain swaps powered by Atlas DEX. The platform is using Snowflake to vest and distribute native ATS tokens to a variety of individuals. [&#8230;]</p>
<p>The post <a href="https://smartliquidity.info/2022/12/02/atlas-dex-partnership-with-snowflake/">Atlas DEX Partnership with Snowflake</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3><em><span style="color: #00ccff;"><strong><a style="color: #00ccff;" href="https://app.atlasdex.finance/?utm_source=atlasdex&amp;utm_medium=medium">Atlas DEX,</a> </strong></span>a cross-chain DEX aggregator, announced a partnership with <span style="color: #00ccff;"><a style="color: #00ccff;" href="https://snowflake.so/">Snowflake</a> </span>to create DeFi&#8217;s most seamless cross-chain swaps platform.</em></h3>
<p>Snowflake announced a partnership with the Atlas DEX platform, to allow scheduled recurring cross-chain swaps powered by Atlas DEX. The platform is using Snowflake to vest and distribute native ATS tokens to a variety of individuals.</p>
<p>Users can swap between multiple chains, such as Ethereum, Binance Chain, Polygon, Avalanche, and Solana. They have strong relationships with many different protocols in the DeFi space. Atlas DEX announced their latest collaboration, this time with Snowflake, a Multisig and Automation Platform on Solana.</p>
<h3><strong>What Exactly are Multisignature Wallets?</strong></h3>
<p>A multi-signature wallet enables a group of users to approve a transaction before it is carried out. Before a transaction, such as a payment or withdrawal, can be executed, many individuals and teams prefer that multiple parties sign off on it. This provides greater security by distributing responsibility for your digital assets to multiple parties and avoiding a single point of failure in the event of a compromised individual or wallet.</p>
<h3><strong>Partnership Highlights</strong></h3>
<p>Snowflake is a Multisig Operating System for Teams on Solana, with native automation and a rich app store designed to meet the needs of every team. Snowflake enables users to send future scheduled transactions from a secure, centralized location that requires multiple sign-offs before any transaction. Atlas DEX is currently vesting and sending native ATS tokens to a variety of individuals using Snowflake&#8217;s Token Vesting, which can be found in the Snowflake app store.</p>
<p><img fetchpriority="high" decoding="async" class="" src="https://miro.medium.com/max/630/0*Xn2VDvEWxVzTqnsG" width="770" height="302" /></p>
<h3><strong>What&#8217;s next for Atlas DEX and Snowflake Collaborations?</strong></h3>
<p>Their goal is to provide their users with the most feature-rich cross-chain swaps platform possible. They currently have a number of institutions and DAOs interested in swapping tokens on a recurring basis in order to &#8216;Dollar Cost Average&#8217; into that token. Assume you have a large amount of USDC that you would like to exchange for ETH on a daily basis. To do so on Solana, you must currently manually swap the token into Atlas DEX; however, with this future Snowflake Integration, users will only need to schedule recurring swaps once, and they will be able to set-and-forget their regular swap.</p>
<p>Furthermore, teams hoping to use Atlas DEX via a secure Multisig will be able to do so as a result of this collaboration. This opens up a plethora of opportunities for Snowflake&#8217;s teams and institutions looking to acquire assets cross-chain with their institutional funds.</p>
<h3><strong>About Atlas DEX</strong></h3>
<p>Pioneering the future of interoperability. Atlas DEX is a cross-chain DEX aggregator, allowing users to trade native tokens seamlessly across leading chains.</p>
<p><span style="color: #ffffff;"><strong><a style="color: #ffffff;" href="https://app.atlasdex.finance/?utm_source=atlasdex&amp;utm_medium=medium">Website</a></strong></span> |<span style="color: #00ccff;"><strong><a style="color: #00ccff;" href="https://twitter.com/atlas_dex"> Twitter</a></strong></span></p>
<h3 id="abd7" class="ky kz is bm la lb lc ld le lf lg lh li lj lk ll lm ln lo lp lq lr ls lt lu lv fu"><strong>About Snowflake</strong></h3>
<p id="320b" class="pw-post-body-paragraph ka kb is kc b kd lw kf kg kh lx kj kk kl ly kn ko kp lz kr ks kt ma kv kw kx il fu" data-selectable-paragraph="">Snowflake Safe — the most secure &amp; feature-rich multisig platform on Solana. A multi-signature wallet allows a group of users to approve a transaction before executed. Many individuals and teams desire to have multiple parties sign off on a transaction, such as payments or withdrawals before its executed. This allows for more robust security, as it spreads the responsibility of your digital assets to multiple parties, and avoids a single point of failure in the case of a compromised individual or wallet.</p>
<p id="bd56" class="pw-post-body-paragraph ka kb is kc b kd ke kf kg kh ki kj kk kl km kn ko kp kq kr ks kt ku kv kw kx il fu" data-selectable-paragraph=""><strong><span style="color: #ffffff;"><a class="au nb" style="color: #ffffff;" href="https://snowflake.so/" target="_blank" rel="noopener ugc nofollow">Website</a></span> | <span style="color: #00ccff;"><a class="au nb" style="color: #00ccff;" href="https://twitter.com/snowflake_sol" target="_blank" rel="noopener ugc nofollow"> Twitter</a></span></strong></p>
<p data-selectable-paragraph=""><strong>SOURCE</strong></p>
<p>https://medium.com/atlas-dex-education/atlas-dex-x-snowflake-partnership-vesting-case-study-c5085b521642</p>
<h4><span style="color: #ffff99;"><a style="color: #ffff99;" href="https://forms.gle/bubHY6NawvnYiPEJ6"><strong>REQUEST AN ARTICLE</strong></a></span></h4>
<p>The post <a href="https://smartliquidity.info/2022/12/02/atlas-dex-partnership-with-snowflake/">Atlas DEX Partnership with Snowflake</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Snowflake Selected Notifi for Multisig Safe Alerts</title>
		<link>https://smartliquidity.info/2022/11/18/snowflake-selected-notifi-for-multisig-safe-alerts/</link>
		
		<dc:creator><![CDATA[diane]]></dc:creator>
		<pubDate>Fri, 18 Nov 2022 12:53:14 +0000</pubDate>
				<category><![CDATA[SOLUNI | Solana Universe]]></category>
		<category><![CDATA[Special Chains News]]></category>
		<category><![CDATA[#Multisig]]></category>
		<category><![CDATA[#Notifi]]></category>
		<category><![CDATA[#Snowflake]]></category>
		<category><![CDATA[#Solana]]></category>
		<category><![CDATA[#SolanaUniverse]]></category>
		<guid isPermaLink="false">https://smartliquidity.info/?p=82913</guid>

					<description><![CDATA[<p>With the recent integration of Snowflake, Notifi expands its position as the leading notification and communication provider for treasury in web3. The most trusted multisig platform on Solana, Snowflake has selected Notifi for multisig safe alerts. The platform is thrilled to bring Notifi&#8217;s power to all Snowflake users. Snowflake selected Notifi for multisig safe alerts [&#8230;]</p>
<p>The post <a href="https://smartliquidity.info/2022/11/18/snowflake-selected-notifi-for-multisig-safe-alerts/">Snowflake Selected Notifi for Multisig Safe Alerts</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3><strong><em>With the recent integration of <span style="color: #00ccff;"><a style="color: #00ccff;" href="https://snowflake.so/">Snowflake,</a> <a style="color: #00ccff;" href="https://notifi.network/">Notifi</a></span> expands its position as the leading notification and communication provider for treasury in web3.</em></strong></h3>
<p>The most trusted multisig platform on Solana, Snowflake has selected Notifi for multisig safe alerts. The platform is thrilled to bring Notifi&#8217;s power to all Snowflake users.</p>
<p>Snowflake selected Notifi for multisig safe alerts so its users can now get real-time notifications for multisig proposal events, automation triggers and recurring payments.</p>
<p>With automated recurring payments used by DAOs and crypto organizations, Snowflake has set the standard for multisig platforms on the Solana Network. Snowflake users can now opt-in to receive email notifications about multisig proposals and transfers happening on their Snowflake Safe, with Telegram and SMS coming soon.</p>
<h3 id="c572" class="ky kz is bm la lb lc ld le lf lg lh li lj lk ll lm ln lo lp lq lr ls lt lu lv fu"><strong>Notifi x Snowflake Overview</strong></h3>
<p>Snowflake Safe automates on-chain transactions for a multisig wallet, making them easy to schedule, view, and alter while providing unprecedented security. Snowflake recognizes the importance of automating team workflow, which is why they created a Recurring Payment feature. This enables crypto organizations to manage all of their standard payroll and treasury requirements, as well as to support automated recurring payments and NFT transfers. This is one of many features created by Snowflake to improve the user experience.</p>
<h3><strong>Snowflake also provides:</strong></h3>
<ul>
<li><strong class="kc it">Asset Management</strong>&#8211; Keep all your investments, tokens and NFTs, in a central secure location</li>
<li><strong class="kc it">Automated Recurring Payments:</strong> Snowflake provides automation to schedule all crypto transactions and re-occurring payments</li>
<li><strong class="kc it">Address Book:</strong> Securely store your contacts on your own private server</li>
<li><strong class="kc it">Swap Tokens:</strong> Manage your assets from within your safe</li>
<li><strong class="kc it">Token Vesting:</strong> Manage Token vesting from your Snowflake Safe</li>
<li><strong class="kc it">Create and Track Proposal:</strong> Create proposals and add Notifi’s alerts to track the process from creation to execution</li>
</ul>
<blockquote><p>“Snowflake Safe‘s clean UI and automation make it incredibly easy to schedule and securely execute on-chain transfers.” <em>— <strong>Paul Kim, Notifi CEO</strong></em></p></blockquote>
<h3><strong>Notification Alerts</strong></h3>
<p>Multisig wallets require multiple users to approve a transaction before it can be processed. Which increases security but can cause delays in the transaction&#8217;s approval. Our real-time alerts follow the Snowflake multisig journey from proposal creation to execution. Users receive updates on which proposals need to be approved or declined, as well as a real-time view of all incoming and automated transfers. This gives safe owners complete visibility into their safe activity and allows them to act quickly if necessary.</p>
<p><img decoding="async" class="aligncenter" src="https://miro.medium.com/max/630/1*OphcXyBhi5N_85uM8zAosQ.png" width="722" height="370" /></p>
<h4 id="a755" class="pw-post-body-paragraph ka kb is kc b kd ke kf kg kh ki kj kk kl km kn ko kp kq kr ks kt ku kv kw kx il fu"><strong>Snowflake users can opt-in for the following key alerts:</strong></h4>
<ul class="">
<li id="7b24" class="mn mo is kc b kd ke kh ki kl mp kp mq kt mr kx ms mt mu mv fu" data-selectable-paragraph="">A new Snowflake Safe created</li>
<li id="12cd" class="mn mo is kc b kd mw kh mx kl my kp mz kt na kx ms mt mu mv fu" data-selectable-paragraph="">New proposals initiated</li>
<li id="9db2" class="mn mo is kc b kd mw kh mx kl my kp mz kt na kx ms mt mu mv fu" data-selectable-paragraph="">A proposal voted upon</li>
<li id="5dd0" class="mn mo is kc b kd mw kh mx kl my kp mz kt na kx ms mt mu mv fu" data-selectable-paragraph="">A proposal deleted or aborted</li>
<li id="a22f" class="mn mo is kc b kd mw kh mx kl my kp mz kt na kx ms mt mu mv fu" data-selectable-paragraph="">A proposal approved and executed</li>
</ul>
<p>Notifi collaborates on the development of new custom alerts for the Snowflake community in 2023.</p>
<h3 id="abd7" class="ky kz is bm la lb lc ld le lf lg lh li lj lk ll lm ln lo lp lq lr ls lt lu lv fu"><strong>About Snowflake</strong></h3>
<p id="320b" class="pw-post-body-paragraph ka kb is kc b kd lw kf kg kh lx kj kk kl ly kn ko kp lz kr ks kt ma kv kw kx il fu" data-selectable-paragraph="">Snowflake Safe — the most secure &amp; feature-rich multisig platform on Solana. A multi-signature wallet allows a group of users to approve a transaction before executed. Many individuals and teams desire to have multiple parties sign off on a transaction, such as payments or withdrawals before its executed. This allows for more robust security, as it spreads the responsibility of your digital assets to multiple parties, and avoids a single point of failure in the case of a compromised individual or wallet.</p>
<p id="bd56" class="pw-post-body-paragraph ka kb is kc b kd ke kf kg kh ki kj kk kl km kn ko kp kq kr ks kt ku kv kw kx il fu" data-selectable-paragraph=""><strong><span style="color: #ffffff;"><a class="au nb" style="color: #ffffff;" href="https://snowflake.so/" target="_blank" rel="noopener ugc nofollow">Website</a></span> | <a class="au nb" href="https://twitter.com/snowflake_sol" target="_blank" rel="noopener ugc nofollow"> <span style="color: #00ccff;">Twitter</span></a></strong></p>
<h3 id="4a9d" class="ky kz is bm la lb lc ld le lf lg lh li lj lk ll lm ln lo lp lq lr ls lt lu lv fu"><strong>About Notifi</strong></h3>
<p id="2edf" class="pw-post-body-paragraph ka kb is kc b kd lw kf kg kh lx kj kk kl ly kn ko kp lz kr ks kt ma kv kw kx il fu" data-selectable-paragraph="">Notifi allows for simplified communication across all web3 messaging channels (Discord, Telegram, SMS, Twitter). Designed with simple APIs for easy integration and customizable and advanced features for dApps and web3 applications, Notifi empowers developers and creators to better engage with their users and communities via multichannel communications.</p>
<p id="61c4" class="pw-post-body-paragraph ka kb is kc b kd ke kf kg kh ki kj kk kl km kn ko kp kq kr ks kt ku kv kw kx il fu" data-selectable-paragraph=""><strong><span style="color: #ffffff;"><a style="color: #ffffff;" href="https://notifi.network/">Website</a></span> |<span style="color: #00ccff;"> <a class="au nb" style="color: #00ccff;" href="https://twitter.com/NotifiNetwork" target="_blank" rel="noopener ugc nofollow">Twitter</a></span></strong></p>
<p data-selectable-paragraph=""><strong>SOURCE</strong></p>
<p>https://medium.com/notifi/snowflake-chose-notifi-for-multisig-safe-alerts-ed690694b7c</p>
<h4><span style="color: #ffff99;"><a style="color: #ffff99;" href="https://forms.gle/bubHY6NawvnYiPEJ6"><strong>REQUEST AN ARTICLE</strong></a></span></h4>
<p data-selectable-paragraph="">
<p>The post <a href="https://smartliquidity.info/2022/11/18/snowflake-selected-notifi-for-multisig-safe-alerts/">Snowflake Selected Notifi for Multisig Safe Alerts</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Arb Partnership with Zebec for Multisig Treasury Management</title>
		<link>https://smartliquidity.info/2022/08/25/arb-partnership-with-zebec-for-multisig-treasury-management/</link>
		
		<dc:creator><![CDATA[diane]]></dc:creator>
		<pubDate>Thu, 25 Aug 2022 20:22:36 +0000</pubDate>
				<category><![CDATA[SOLUNI | Solana Universe]]></category>
		<category><![CDATA[Special Chains News]]></category>
		<category><![CDATA[#ARB]]></category>
		<category><![CDATA[#Multisig]]></category>
		<category><![CDATA[#Solana]]></category>
		<category><![CDATA[#SolanaUniverse]]></category>
		<category><![CDATA[#Zebec]]></category>
		<guid isPermaLink="false">https://smartliquidity.info/?p=77635</guid>

					<description><![CDATA[<p>Arb Protocol, an automated arbitrage vaults earning yield across the Solana ecosystem announced its partnership with Zebec for Multisig Treasury Management. Zebec has officially announced its partnership with ARB Protocol, a decentralized arbitrage protocol, for Multisig Treasury Management. Partnership Highlights Zebec is looking forward to extending its treasury management service featuring trusty multisig security for [&#8230;]</p>
<p>The post <a href="https://smartliquidity.info/2022/08/25/arb-partnership-with-zebec-for-multisig-treasury-management/">Arb Partnership with Zebec for Multisig Treasury Management</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3><em><strong><span style="color: #00ccff;"><a style="color: #00ccff;" href="https://arbsolana.gitbook.io/arb-protocol/">Arb Protocol,</a></span> an automated arbitrage vaults earning yield across the <span style="color: #00ccff;"><a style="color: #00ccff;" href="http://solana.com">Solana</a></span> ecosystem announced its partnership with <span style="color: #00ccff;"><a style="color: #00ccff;" href="http://zebec.io">Zebec</a> </span>for Multisig Treasury Management.</strong></em></h3>
<p>Zebec has officially announced its partnership with ARB Protocol, a decentralized arbitrage protocol, for Multisig Treasury Management.</p>
<h3><strong>Partnership Highlights</strong></h3>
<p>Zebec is looking forward to extending its treasury management service featuring trusty multisig security for their treasury. By integrating treasury management into ARB, they plan to create a seamless treasury system laced with one of the most secure security mechanisms in Solana.</p>
<p>Zebec is a continuous settlement protocol on Solana. Zebec is enabling the composable transfer of value starting with Zebec <a class="au lc" href="https://medium.com/zebec-protocol/getting-paid-in-crypto-legit-3fce26d51c8" rel="noopener">Payroll</a>. The platform is a revolutionary DeFi technology that empowers real-time, frictionless, and continuous streams of payments. The automatic money streams made possible through our initial project, Zebec Pay allow businesses, employees, and consumers to completely reimagine how they are paid, how they invest, and how they buy products or services. Our newest addition, Zebec Safe, is a fully customisable <a class="au lc" href="https://medium.com/zebec-protocol/treasury-management-in-solana-the-age-of-multisig-91b5c1d19844" rel="noopener">multi-sig</a> on Solana.</p>
<p><em class="lu">“Zebec’s treasury management and stream flow payments offer industrial tools that should be a standard for any Solana protocol. We at ARB find the application extremely useful and are super happy to be integrating with them to allow for better security and management !”</em></p>
<p id="1b1d" class="pw-post-body-paragraph js jt iv ju b jv lv jx jy jz lw kb kc kd lx kf kg kh ly kj kk kl lz kn ko kp io fx" data-selectable-paragraph="">Zebec is grateful to the ARB team for considering them for an amazing partnership. They have been chosen by ARB due to some of the features that help them stand out. Using The Zebec Protocol for streaming payment and <a class="au lc" href="https://medium.com/zebec-protocol/whats-the-fuss-about-programmable-money-2a4095d44f2" rel="noopener">programmable money</a> ascertains the following benefits.</p>
<ul class="">
<li id="b20f" class="ma mb iv ju b jv jw jz ka kd mc kh md kl me kp mf mg mh mi fx" data-selectable-paragraph="">Enables liquidity for both sender and receiver</li>
<li id="ccdc" class="ma mb iv ju b jv mj jz mk kd ml kh mm kl mn kp mf mg mh mi fx" data-selectable-paragraph="">Eliminates the problem of payment disputes in the gig economy</li>
<li id="3997" class="ma mb iv ju b jv mj jz mk kd ml kh mm kl mn kp mf mg mh mi fx" data-selectable-paragraph="">Increases token productivity</li>
<li id="377d" class="ma mb iv ju b jv mj jz mk kd ml kh mm kl mn kp mf mg mh mi fx" data-selectable-paragraph="">Creates trustless future of Payroll</li>
<li id="d709" class="ma mb iv ju b jv mj jz mk kd ml kh mm kl mn kp mf mg mh mi fx" data-selectable-paragraph="">Encourages investments, yield-farming and automated Dollar Cost Averaging</li>
</ul>
<h3 id="e7bd" class="pw-post-body-paragraph js jt iv ju b jv jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km kn ko kp io fx"><strong class="ju iw">About ARB Protocol</strong></h3>
<p id="2365" class="pw-post-body-paragraph js jt iv ju b jv jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km kn ko kp io fx" data-selectable-paragraph="">ARB Protocol is a decentralized arbitrage. Usually, a discrepancy in trade volumes between two distinct marketplaces is what makes arbitrage viable. The explanation for this is straightforward: prices are often lower in a market with strong trade volumes and adequate liquidity for a particular coin. Thus, ARB Protocol tends to create pressure on buying while generating yield.</p>
<p data-selectable-paragraph=""><span style="color: #ffffff;"><strong><a style="color: #ffffff;" href="https://arbsolana.gitbook.io/arb-protocol/">Website</a></strong></span> | <span style="color: #00ccff;"><strong><a style="color: #00ccff;" href="https://twitter.com/ArbProtocol">Twitter</a></strong></span></p>
<h3><strong>About Zebec</strong></h3>
<p>Zebec, a revolutionary DeFi technology that empowers real-time, frictionless, and continuous streams of payments.</p>
<p data-selectable-paragraph=""><span style="color: #ffffff;"><strong><a style="color: #ffffff;" href="http://zebec.io/">Website</a></strong></span> | <span style="color: #00ccff;"><strong><a style="color: #00ccff;" href="https://twitter.com/Zebec_HQ">Twitter</a></strong></span></p>
<p data-selectable-paragraph=""><strong>SOURCE</strong></p>
<p><a href="https://medium.com/zebec-protocol/arb-protocol-partners-up-with-zebec-for-multisig-treasury-management-e4c5a848d9a8">https://medium.com/zebec-protocol/arb-protocol-partners-up-with-zebec-for-multisig-treasury-management-e4c5a848d9a8</a></p>
<h4><span style="color: #ffff99;"><a style="color: #ffff99;" href="https://forms.gle/bubHY6NawvnYiPEJ6"><strong>REQUEST AN ARTICLE</strong></a></span></h4>
<p>&nbsp;</p>
<p>The post <a href="https://smartliquidity.info/2022/08/25/arb-partnership-with-zebec-for-multisig-treasury-management/">Arb Partnership with Zebec for Multisig Treasury Management</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Snowflake Partnership with Hedge</title>
		<link>https://smartliquidity.info/2022/08/24/snowflake-partnership-with-hedge/</link>
		
		<dc:creator><![CDATA[diane]]></dc:creator>
		<pubDate>Wed, 24 Aug 2022 14:56:01 +0000</pubDate>
				<category><![CDATA[SOLUNI | Solana Universe]]></category>
		<category><![CDATA[Special Chains News]]></category>
		<category><![CDATA[#Hedge]]></category>
		<category><![CDATA[#Multisig]]></category>
		<category><![CDATA[#Snowflake]]></category>
		<category><![CDATA[#Solana]]></category>
		<category><![CDATA[#SolanaUniverse]]></category>
		<guid isPermaLink="false">https://smartliquidity.info/?p=77444</guid>

					<description><![CDATA[<p>Hedge, an interest-free, low minimal collateral ratio lending protocol on Solana, announced its partnership with Snowflake. Hedge is thrilled to announce its partnership with Snowflake, a multisig and automation platform on Solana. Through this partnership, Hedge users will be able to take out USH denominated loans while enjoying the full security of a multi-sig. Partnership [&#8230;]</p>
<p>The post <a href="https://smartliquidity.info/2022/08/24/snowflake-partnership-with-hedge/">Snowflake Partnership with Hedge</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3><em><strong><span style="color: #00ccff;"><a style="color: #00ccff;" href="http://hedge.so/">Hedge,</a></span> an interest-free, low minimal collateral ratio lending protocol on <span style="color: #00ccff;"><a style="color: #00ccff;" href="http://solana.com">Solana,</a> </span>announced its partnership with <span style="color: #00ccff;"><a style="color: #00ccff;" href="http://snowflake.so">Snowflake.</a></span></strong></em></h3>
<p>Hedge is thrilled to announce its partnership with <a class="au kn" href="https://snowflake.so/" target="_blank" rel="noopener ugc nofollow">Snowflake</a>, a multisig and automation platform on Solana.</p>
<p>Through this partnership, Hedge users will be able to take out USH denominated loans while enjoying the full security of a multi-sig.</p>
<h3 id="8f62" class="pw-post-body-paragraph je jf ih bn b jg jh ji jj jk jl jm jn jo jp jq jr js jt ju jv jw jx jy jz ka ia gi"><strong class="bn ko">Partnership Highlights</strong></h3>
<p id="1670" class="pw-post-body-paragraph je jf ih bn b jg jh ji jj jk jl jm jn jo jp jq jr js jt ju jv jw jx jy jz ka ia gi" data-selectable-paragraph="">Hedge is currently using Snowflake Safe to manage their Solana Program Upgrade through a secure Multisig. Prior to this, entire Solana programs are managed by a single wallet, which also represents a single point of failure.</p>
<p class="pw-post-body-paragraph je jf ih bn b jg jh ji jj jk jl jm jn jo jp jq jr js jt ju jv jw jx jy jz ka ia gi" data-selectable-paragraph="">Each smart contract has an upgrade authority which allows the person holding the private key to perform such an upgrade and mutate the state of the on-chain program. Snowflake Safe allows teams to decentralize the program authority and remove a single point of failure by leveraging a secure multisig.</p>
<h3 id="899e" class="pw-post-body-paragraph je jf ih bn b jg jh ji jj jk jl jm jn jo jp jq jr js jt ju jv jw jx jy jz ka ia gi"><strong class="bn ko">What’s next?</strong></h3>
<p id="d71e" class="pw-post-body-paragraph je jf ih bn b jg jh ji jj jk jl jm jn jo jp jq jr js jt ju jv jw jx jy jz ka ia gi" data-selectable-paragraph="">Snowflake will aim to include Hedge within their Solana Apps store. Currently, the Snowflake app store contains a variety of applications that allow users, teams and DAO’s to swap, lend, invest, stake and much more.</p>
<p class="pw-post-body-paragraph je jf ih bn b jg jh ji jj jk jl jm jn jo jp jq jr js jt ju jv jw jx jy jz ka ia gi" data-selectable-paragraph="">Through the future integration, users would be able to undertake loans of $USH, a stablecoin soft-pegged to the US dollar. This partnership will allow users to borrow on-chain tokens without having to sell their underlying assets.</p>
<h3><strong><span data-preserver-spaces="true">About SnowFlake</span></strong></h3>
<p>Snowflake, the first on-chain automation platform built on Solana. Snowflake network empowers developers and end-users to schedule &amp; automate hundreds of smart contracts in one unified on-chain platform.</p>
<p><span style="color: #ffffff;"> <a class="editor-rtfLink" style="color: #ffffff;" href="https://snowflake.so/" target="_blank" rel="noopener"><strong>Website</strong></a></span><span data-preserver-spaces="true"><span style="color: #ffffff;"> </span>| </span><span style="color: #00ccff;"><a class="editor-rtfLink" style="color: #00ccff;" href="https://twitter.com/snowflake_sol" target="_blank" rel="noopener"><strong>Twitter</strong></a></span></p>
<h3 id="6a87" class="pw-post-body-paragraph jq jr ii bn b js jt ju jv jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km ib gj"><strong class="bn ma">About Hedge</strong></h3>
<p id="a4a2" class="pw-post-body-paragraph jq jr ii bn b js jt ju jv jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km ib gj" data-selectable-paragraph="">Hedge is an interest-free, low minimal collateral ratio lending protocol on Solana. It gives users the best deal on access to liquidity against their collateral.</p>
<p data-selectable-paragraph=""><strong><a href="http://hedge.so/">Website</a></strong> |<span style="color: #00ccff;"> <strong><a style="color: #00ccff;" href="https://twitter.com/HedgeLabs">Twitter</a></strong></span></p>
<p data-selectable-paragraph=""><strong>SOURCE</strong></p>
<p><a href="https://hedgelabs.medium.com/hedge-snowflake-206570c2872c">https://hedgelabs.medium.com/hedge-snowflake-206570c2872c</a></p>
<h4><span style="color: #ffff99;"><a style="color: #ffff99;" href="https://forms.gle/bubHY6NawvnYiPEJ6"><strong>REQUEST AN ARTICLE</strong></a></span></h4>
<p>The post <a href="https://smartliquidity.info/2022/08/24/snowflake-partnership-with-hedge/">Snowflake Partnership with Hedge</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Aver Exchange Partnership with Zebec for Treasury Management</title>
		<link>https://smartliquidity.info/2022/08/16/aver-exchange-partnership-with-zebec-for-treasury-management/</link>
		
		<dc:creator><![CDATA[diane]]></dc:creator>
		<pubDate>Tue, 16 Aug 2022 15:30:19 +0000</pubDate>
				<category><![CDATA[SOLUNI | Solana Universe]]></category>
		<category><![CDATA[Special Chains News]]></category>
		<category><![CDATA[#AVER]]></category>
		<category><![CDATA[#Multisig]]></category>
		<category><![CDATA[#Solana]]></category>
		<category><![CDATA[#SolanaUniverse]]></category>
		<category><![CDATA[#Zebec]]></category>
		<guid isPermaLink="false">https://smartliquidity.info/?p=76608</guid>

					<description><![CDATA[<p>Zebec, a Multisig Treasury Management and Streaming Payments has officially announced its partnership with Aver Exchange, the fully decentralized, peer-to-peer, orderbook-based prediction exchange on Solana. Zebec is thrilled to announce its partnership with Aver Exchange for Treasury Management. Introduction to Zebec Zebec is looking forward to providing treasury management services along with Multisig Safes for extra [&#8230;]</p>
<p>The post <a href="https://smartliquidity.info/2022/08/16/aver-exchange-partnership-with-zebec-for-treasury-management/">Aver Exchange Partnership with Zebec for Treasury Management</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3><strong><em><span style="color: #00ccff;"><a style="color: #00ccff;" href="http://zebec.io/">Zebec,</a></span> a Multisig Treasury Management and Streaming Payments has officially announced its partnership with <span style="color: #00ccff;"><a style="color: #00ccff;" href="https://www.aver.exchange/">Aver Exchange,</a></span> the fully decentralized, peer-to-peer, orderbook-based prediction exchange on <span style="color: #00ccff;"><a style="color: #00ccff;" href="http://solana.com">Solana.</a></span></em></strong></h3>
<p>Zebec is thrilled to announce its partnership with Aver Exchange for Treasury Management.</p>
<h3><b>Introduction to Zebec</b></h3>
<p>Zebec is looking forward to providing treasury management services along with <a class="au kq" href="https://medium.com/zebec-protocol/treasury-management-in-solana-the-age-of-multisig-91b5c1d19844" rel="noopener">Multisig Safes</a> for extra security. By integrating treasury management with its Multisig Safes, they plan to create a dynamic duo on the Solana platform.</p>
<p>Zebec is a continuous settlement protocol on Solana. Zebec is enabling the composable transfer of value starting with Zebec <a class="au kq" href="https://medium.com/zebec-protocol/getting-paid-in-crypto-legit-3fce26d51c8" rel="noopener">Payroll</a>. The platform is a revolutionary Defi technology that empowers real-time, frictionless, and continuous streams of payments. The automatic money streams made possible through their initial project, Zebec Pay allows businesses, employees, and consumers to completely reimagine how they are paid, how they invest, and how they buy products or services. Our newest addition, Zebec Safe, is a fully customizable <a class="au kq" href="https://medium.com/zebec-protocol/treasury-management-in-solana-the-age-of-multisig-91b5c1d19844" rel="noopener">multi-sig</a> on Solana.</p>
<h3><strong>Partnership Highlights</strong></h3>
<p><em class="iv">We are going to be using Zebec’s Multisig Treasury Management product for our treasury management. This way, we can add another layer of security to our treasury instead of just having our treasury in hot wallets. This is a benefit, especially after what transpired with Slope / Phantom wallets last week. — <strong class="ju iw">Aver Exchange</strong></em></p>
<p id="e03e" class="pw-post-body-paragraph js jt iv ju b jv jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km kn ko kp io fx" data-selectable-paragraph="">Zebec is extremely grateful to the Aver Exchange team for considering them for an amazing partnership. They have been chosen by Aver Exchange due to some of the features that help them stand out. Using the Zebec Protocol for streaming payment and <a class="au kq" href="https://medium.com/zebec-protocol/whats-the-fuss-about-programmable-money-2a4095d44f2" rel="noopener">programmable money</a> ascertains the following benefits.</p>
<ul class="">
<li id="95a8" class="lk ll iv ju b jv jw jz ka kd lm kh ln kl lo kp lp lq lr ls fx" data-selectable-paragraph="">Enables liquidity for both the sender and receiver</li>
<li id="3217" class="lk ll iv ju b jv lt jz lu kd lv kh lw kl lx kp lp lq lr ls fx" data-selectable-paragraph="">Eliminates the problem of payment disputes in the gig economy</li>
<li id="2eca" class="lk ll iv ju b jv lt jz lu kd lv kh lw kl lx kp lp lq lr ls fx" data-selectable-paragraph="">Increases token productivity</li>
<li id="989e" class="lk ll iv ju b jv lt jz lu kd lv kh lw kl lx kp lp lq lr ls fx" data-selectable-paragraph="">Creates trustless future of Payroll</li>
<li id="3e66" class="lk ll iv ju b jv lt jz lu kd lv kh lw kl lx kp lp lq lr ls fx" data-selectable-paragraph="">Encourages investments, yield-farming and automated Dollar Cost Averaging</li>
</ul>
<article>
<div class="l">
<div class="l">
<section>
<div>
<div class="io ip iq ir is">
<h3 id="9f30" class="pw-post-body-paragraph js jt iv ju b jv jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km kn ko kp io fx"><strong class="ju iw">About Aver Exchange</strong></h3>
<p id="ec99" class="pw-post-body-paragraph js jt iv ju b jv jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km kn ko kp io fx" data-selectable-paragraph="">The Aver Exchange, first fully decentralized betting and prediction exchange, built on Solana. The Aver Protocol (AVER) works as a universal layer for the matching, settlement, and resolution of betting markets.</p>
<p data-selectable-paragraph=""><span style="color: #ffffff;"><strong><a style="color: #ffffff;" href="https://www.aver.exchange/">Website</a></strong> </span>| <strong><a href="https://twitter.com/AverExchange">Twitter</a></strong></p>
<h3><strong>About Zebec</strong></h3>
<p>Zebec is a revolutionary DeFi technology that empowers real-time, frictionless, and continuous streams of payments.</p>
<p data-selectable-paragraph=""><span style="color: #ffffff;"><strong><a style="color: #ffffff;" href="http://zebec.io/">Website</a></strong> </span>| <strong><a href="https://twitter.com/Zebec_HQ">Twitter</a></strong></p>
<p data-selectable-paragraph=""><strong>SOURCE</strong></p>
<p><a href="https://medium.com/zebec-protocol/aver-exchange-partners-up-with-zebec-for-treasury-management-7b1fd07247e7">https://medium.com/zebec-protocol/aver-exchange-partners-up-with-zebec-for-treasury-management-7b1fd07247e7</a></p>
<h4><span style="color: #ffff99;"><a style="color: #ffff99;" href="https://forms.gle/bubHY6NawvnYiPEJ6"><strong>REQUEST AN ARTICLE</strong></a></span></h4>
</div>
</div>
</section>
</div>
</div>
</article>
<p>The post <a href="https://smartliquidity.info/2022/08/16/aver-exchange-partnership-with-zebec-for-treasury-management/">Aver Exchange Partnership with Zebec for Treasury Management</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Zebec Integration with Notifi</title>
		<link>https://smartliquidity.info/2022/07/11/zebec-integration-with-notifi/</link>
		
		<dc:creator><![CDATA[diane]]></dc:creator>
		<pubDate>Mon, 11 Jul 2022 15:34:40 +0000</pubDate>
				<category><![CDATA[SOLUNI | Solana Universe]]></category>
		<category><![CDATA[Special Chains News]]></category>
		<category><![CDATA[#Multisig]]></category>
		<category><![CDATA[#Notifi]]></category>
		<category><![CDATA[#Solana]]></category>
		<category><![CDATA[#SolanaUniverse]]></category>
		<category><![CDATA[#Zebec]]></category>
		<guid isPermaLink="false">https://smartliquidity.info/?p=72990</guid>

					<description><![CDATA[<p>Notifi, a messaging infrastructure for dApps to engage with their users in Web3, announced its integration with Zebec, a Multisig Treasury Management and Streaming Payments built on Solana. Through this integration of Zebec with Notifi, they will notify Zebec users of the new integrated feature: a notification system. Partnership Highlights Notifi is the future of Web3 communications, providing embedded [&#8230;]</p>
<p>The post <a href="https://smartliquidity.info/2022/07/11/zebec-integration-with-notifi/">Zebec Integration with Notifi</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3><strong><em><a href="https://notifi.network/"><span style="color: #00ccff;">Notifi,</span> </a>a messaging infrastructure for dApps to engage with their users in Web3, announced its integration with </em></strong><em><span style="color: #00ccff;"><a class="editor-rtfLink" style="color: #00ccff;" href="http://zebec.io/" target="_blank" rel="noopener"><strong>Zebec</strong></a></span><strong><span style="color: #00ccff;">,</span> a Multisig Treasury Management and Streaming Payments built on <span style="color: #00ccff;"><a style="color: #00ccff;" href="http://solana.com/">Solana.</a></span></strong></em></h3>
<p>Through this integration of Zebec with Notifi, they will notify Zebec users of the new integrated feature: a notification system.</p>
<h3 id="b3de" class="pw-post-body-paragraph jt ju iw jv b jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km kn ko kp kq ip fy"><strong class="jv ix">Partnership Highlights</strong></h3>
<p id="7533" class="pw-post-body-paragraph jt ju iw jv b jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km kn ko kp kq ip fy" data-selectable-paragraph="">Notifi is the future of Web3 communications, providing embedded notifications and messaging into decentralized applications based on Solana &amp; NEAR. Indeed, they’re here for Zebec users to communicate via Emails, SMS &amp; Telegram.</p>
<p class="pw-post-body-paragraph jt ju iw jv b jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km kn ko kp kq ip fy" data-selectable-paragraph="">Zebec<a class="au ld" href="https://twitter.com/Zebec_HQ/status/1536022410851282944" target="_blank" rel="noopener ugc nofollow"> announced</a> the partnership with Notifi on June 12, 2022. Zebec, in turn, is looking forward to providing top-class security via multisig treasury management to Notifi Network. Hence, by integrating the <a class="au ld" href="https://medium.com/zebec-protocol/treasury-management-in-solana-the-age-of-multisig-91b5c1d19844" rel="noopener">Multisig treasury management feature</a> of Zebec, they plan to extend assurance of security to their fellow partners.</p>
<h3 id="8f21" class="pw-post-body-paragraph jt ju iw jv b jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km kn ko kp kq ip fy"><strong class="jv ix">New Features of the Notification System</strong></h3>
<p id="fbe6" class="pw-post-body-paragraph jt ju iw jv b jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km kn ko kp kq ip fy" data-selectable-paragraph=""><strong class="jv ix">Payment Confirmation</strong></p>
<p id="3c97" class="pw-post-body-paragraph jt ju iw jv b jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km kn ko kp kq ip fy" data-selectable-paragraph="">Zebec is a continuous streaming protocol where the payment can be made on a per-second basis. To make it further convenient for its users, Zebec has integrated Notifi’s feature of payment confirmation. More precisely, when the payment is fully made, a confirmation message will be notified to the user.</p>
<p id="6ec9" class="pw-post-body-paragraph jt ju iw jv b jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km kn ko kp kq ip fy" data-selectable-paragraph=""><strong class="jv ix">Statement and Reporting</strong></p>
<p id="b14d" class="pw-post-body-paragraph jt ju iw jv b jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km kn ko kp kq ip fy" data-selectable-paragraph="">Surely, Zebec believes in transparency, which can be achieved with Notifi. Notifi provides a statement and reporting feature where the information of all transactions can be share privately or publicly. However, the concept is similar to that of a monthly bank statement or a web update. Thus, the statement and reporting feature promises a future of transparency for our users.</p>
<p id="0981" class="pw-post-body-paragraph jt ju iw jv b jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km kn ko kp kq ip fy" data-selectable-paragraph=""><strong class="jv ix">Multisig Alerts</strong></p>
<p id="bd75" class="pw-post-body-paragraph jt ju iw jv b jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km kn ko kp kq ip fy" data-selectable-paragraph="">Multisig alerts feature the implementation of notifying users of someone using the treasury and using the multi sig feature. Basically, the next time you use Zebec multisig for payments, users will be alert with notifications on their phone via SMS, Telegram, or Email. Consequently, users can track the status of their treasury, especially if some other multisig safe member is trying to use it.</p>
<h3><strong>About Zebec</strong></h3>
<p>Zebec is a revolutionary DeFi technology that empowers real-time, frictionless, and continuous streams of payments.</p>
<p data-selectable-paragraph=""><span style="color: #ffffff;"><strong><a style="color: #ffffff;" href="http://zebec.io/">Website</a></strong> </span>| <strong><a href="https://twitter.com/Zebec_HQ">Twitter</a></strong></p>
<h3><strong>About Notifi</strong></h3>
<p id="d5ea" class="pw-post-body-paragraph kj kk iu kl b km kn ko kp kq kr ks kt ku kv kw kx ky kz la lb lc ld le lf lg in fw" data-selectable-paragraph="">Notifi is Twilio for Web3. Notifi simplifies communication across all Web3 messaging channels. The Notifi platform is design with simple APIs for easy integration, customizable, and advanced features for dApps and Web3 applications. In sum, Notifi empowers developers to better engage with their users via multichannel communications.</p>
<p data-selectable-paragraph=""><strong><span style="color: #ffffff;"><a style="color: #ffffff;" href="https://notifi.network/">Website</a> </span>| <a href="https://twitter.com/NotifiNetwork">Twitter</a></strong></p>
<p data-selectable-paragraph=""><strong>SOURCE</strong></p>
<p><strong><a href="https://medium.com/zebec-protocol/zebec-integrates-notification-feature-with-partnership-from-notifi-network-a19d186379fe">https://medium.com/zebec-protocol/zebec-integrates-notification-feature-with-partnership-from-notifi-network-a19d186379fe</a></strong></p>
<p>The post <a href="https://smartliquidity.info/2022/07/11/zebec-integration-with-notifi/">Zebec Integration with Notifi</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Zebec Partnership with Arb</title>
		<link>https://smartliquidity.info/2022/07/04/zebec-partnership-with-arb/</link>
		
		<dc:creator><![CDATA[diane]]></dc:creator>
		<pubDate>Mon, 04 Jul 2022 16:19:40 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[SOLUNI | Solana Universe]]></category>
		<category><![CDATA[Special Chains News]]></category>
		<category><![CDATA[#ARB]]></category>
		<category><![CDATA[#Multisig]]></category>
		<category><![CDATA[#SolabaUniverse]]></category>
		<category><![CDATA[#Solana]]></category>
		<category><![CDATA[#Zebec]]></category>
		<guid isPermaLink="false">https://smartliquidity.info/?p=72034</guid>

					<description><![CDATA[<p>Zebec, a Multisig Treasury Management and Streaming Payments built on Solana, announced its new partnership with Arb Protocol, an automated arbitrage vaults earning yield across the Solana ecosystem. Through this partnership, Zebec is providing Multisig Treasury Management with Arb Protocol! Read more about it here on Treasure and Multisig https://medium.com/zebec-protocol/treasury-management-in-solana-the-age-of-multisig-91b5c1d19844 Introduction to Zebec To begin with, Zebec [&#8230;]</p>
<p>The post <a href="https://smartliquidity.info/2022/07/04/zebec-partnership-with-arb/">Zebec Partnership with Arb</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3><em><span style="color: #00ccff;"><a class="editor-rtfLink" style="color: #00ccff;" href="http://zebec.io/" target="_blank" rel="noopener"><strong>Zebec</strong></a></span><strong><span style="color: #00ccff;">,</span> a Multisig Treasury Management and Streaming Payments built on <span style="color: #00ccff;"><a style="color: #00ccff;" href="http://solana.com/">Solana,</a></span> announced its new partnership with <span style="color: #00ccff;"><a style="color: #00ccff;" href="https://arbsolana.gitbook.io/arb-protocol/">Arb Protocol,</a></span> an automated arbitrage vaults earning yield across the Solana ecosystem.</strong></em></h3>
<p>Through this partnership, Zebec is providing Multisig Treasury Management with Arb Protocol!</p>
<p>Read more about it here on<strong> Treasure and Multisig </strong></p>
<p><span style="color: #00ccff;"><a style="color: #00ccff;" href="https://medium.com/zebec-protocol/treasury-management-in-solana-the-age-of-multisig-91b5c1d19844"><strong>https://medium.com/zebec-protocol/treasury-management-in-solana-the-age-of-multisig-91b5c1d19844</strong></a></span></p>
<h3><strong>Introduction to Zebec</strong></h3>
<p><span data-slate-fragment="JTdCJTIyb2JqZWN0JTIyJTNBJTIyZG9jdW1lbnQlMjIlMkMlMjJkYXRhJTIyJTNBJTdCJTdEJTJDJTIybm9kZXMlMjIlM0ElNUIlN0IlMjJvYmplY3QlMjIlM0ElMjJibG9jayUyMiUyQyUyMnR5cGUlMjIlM0ElMjJwYXJhZ3JhcGglMjIlMkMlMjJpc1ZvaWQlMjIlM0FmYWxzZSUyQyUyMmRhdGElMjIlM0ElN0IlN0QlMkMlMjJub2RlcyUyMiUzQSU1QiU3QiUyMm9iamVjdCUyMiUzQSUyMnRleHQlMjIlMkMlMjJsZWF2ZXMlMjIlM0ElNUIlN0IlMjJvYmplY3QlMjIlM0ElMjJsZWFmJTIyJTJDJTIydGV4dCUyMiUzQSUyMlplYmVjJTIwaXMlMjBhJTIwcmV2b2x1dGlvbmFyeSUyMERlRmklMjB0ZWNobm9sb2d5JTIwdGhhdCUyMGVtcG93ZXJzJTIwcmVhbC10aW1lJTJDJTIwZnJpY3Rpb25sZXNzJTIwYW5kJTIwY29udGludW91cyUyMHN0cmVhbXMlMjBvZiUyMHBheW1lbnRzLiUyMFRoZSUyMGF1dG9tYXRpYyUyMG1vbmV5JTIwc3RyZWFtcyUyMG1hZGUlMjBwb3NzaWJsZSUyMHRocm91Z2glMjBaZWJlYyUyMGFsbG93JTIwYnVzaW5lc3NlcyUyQyUyMGVtcGxveWVlcyUyMGFuZCUyMGNvbnN1bWVycyUyMHRvJTIwY29tcGxldGVseSUyMHJlaW1hZ2luZSUyMGhvdyUyMHRoZXklMjBhcmUlMjBwYWlkJTJDJTIwaG93JTIwdGhleSUyMGludmVzdCUyMGFuZCUyMGhvdyUyMHRoZXklMjBidXklMjBwcm9kdWN0cyUyMG9yJTIwc2VydmljZXMuJTIyJTJDJTIybWFya3MlMjIlM0ElNUIlNUQlMkMlMjJzZWxlY3Rpb25zJTIyJTNBJTVCJTVEJTdEJTVEJTJDJTIya2V5JTIyJTNBJTIyNTBlMDUzNzNlYzg4NGJkODk4NmQxNTA5ZTczYzViMWIlMjIlN0QlNUQlMkMlMjJrZXklMjIlM0ElMjIzMTFjOTVjOTBlNWU0MDFhYTVhNzJjYmVkZGQzYmU4ZCUyMiU3RCU1RCUyQyUyMmtleSUyMiUzQSUyMjcyZjE4MDA3MmMwYjQ0ZDViZTc2ZTljNjZlOWVhOWY3JTIyJTdE">To begin with, Zebec is a revolutionary DeFi technology that empowers real-time, frictionless, and continuous streams of payments. Moreover, the automatic money streams made possible through Zebec allow businesses, employees, and consumers to completely reimagine how they are paid, how they invest, and how they buy products or services.</span></p>
<p>Indeed, its mission is t<span data-slate-fragment="JTdCJTIyb2JqZWN0JTIyJTNBJTIyZG9jdW1lbnQlMjIlMkMlMjJkYXRhJTIyJTNBJTdCJTdEJTJDJTIybm9kZXMlMjIlM0ElNUIlN0IlMjJvYmplY3QlMjIlM0ElMjJibG9jayUyMiUyQyUyMnR5cGUlMjIlM0ElMjJwYXJhZ3JhcGglMjIlMkMlMjJpc1ZvaWQlMjIlM0FmYWxzZSUyQyUyMmRhdGElMjIlM0ElN0IlN0QlMkMlMjJub2RlcyUyMiUzQSU1QiU3QiUyMm9iamVjdCUyMiUzQSUyMnRleHQlMjIlMkMlMjJsZWF2ZXMlMjIlM0ElNUIlN0IlMjJvYmplY3QlMjIlM0ElMjJsZWFmJTIyJTJDJTIydGV4dCUyMiUzQSUyMlRvJTIwYWxsb3clMjBkaXJlY3QlMjBhbmQlMjBpbnN0YW50JTIwZmluYW5jaWFsJTIwdHJhbnNhY3Rpb24lMjBzZXR0bGVtZW50cyUyMGJldHdlZW4lMjBwYXJ0aWVzJTJDJTIwd2l0aG91dCUyMHRoZSUyMG5lZWQlMjBmb3IlMjBhbnklMjBpbnRlcm1lZGlhcmllcy4lMjIlMkMlMjJtYXJrcyUyMiUzQSU1QiU1RCUyQyUyMnNlbGVjdGlvbnMlMjIlM0ElNUIlNUQlN0QlNUQlMkMlMjJrZXklMjIlM0ElMjI5MzA4YjlkZDdiNGE0ZjBkODc4OTgwYmRiM2IxOWMyNiUyMiU3RCU1RCUyQyUyMmtleSUyMiUzQSUyMjY1NTNlNDRhNzE4NzRiZjdiNzhlZjBmMWU3YjkwNmNlJTIyJTdEJTVEJTJDJTIya2V5JTIyJTNBJTIyZTJjOGFlYzVmNDUyNDI5NWI0ZGE0YzcxNjJhYmVkYTUlMjIlN0Q=">o allow direct and instant financial transaction settlements between parties, without the need for any intermediaries.</span></p>
<p><span data-slate-fragment="JTdCJTIyb2JqZWN0JTIyJTNBJTIyZG9jdW1lbnQlMjIlMkMlMjJkYXRhJTIyJTNBJTdCJTdEJTJDJTIybm9kZXMlMjIlM0ElNUIlN0IlMjJvYmplY3QlMjIlM0ElMjJibG9jayUyMiUyQyUyMnR5cGUlMjIlM0ElMjJwYXJhZ3JhcGglMjIlMkMlMjJpc1ZvaWQlMjIlM0FmYWxzZSUyQyUyMmRhdGElMjIlM0ElN0IlN0QlMkMlMjJub2RlcyUyMiUzQSU1QiU3QiUyMm9iamVjdCUyMiUzQSUyMnRleHQlMjIlMkMlMjJsZWF2ZXMlMjIlM0ElNUIlN0IlMjJvYmplY3QlMjIlM0ElMjJsZWFmJTIyJTJDJTIydGV4dCUyMiUzQSUyMlRvJTIwZGlzcGxhY2UlMjB0aGUlMjB0cmFkaXRpb25hbCUyMGZpbmFuY2lhbCUyMHN5c3RlbS4lMjIlMkMlMjJtYXJrcyUyMiUzQSU1QiU1RCUyQyUyMnNlbGVjdGlvbnMlMjIlM0ElNUIlNUQlN0QlNUQlMkMlMjJrZXklMjIlM0ElMjI1NTE5YTNiMjkwNTI0ZmYzYmU2OTUxZmE0YTNlMjZmNSUyMiU3RCU1RCUyQyUyMmtleSUyMiUzQSUyMjhhZmYwZTRjNjJlMDQ1OTU5ZmUzNDExODEzMzRmZmVmJTIyJTdEJTVEJTJDJTIya2V5JTIyJTNBJTIyN2UzOWIyZDU0OTk5NDNhYjhlMzkxMDQwZTQ1NzU5MmIlMjIlN0Q=">Their vision is to displace the traditional financial system.</span></p>
<h3><strong>Brief Introduction to Arb Protocol</strong></h3>
<div>
<div class="css-1dbjc4n r-1ro0kt6 r-18u37iz r-16y2uox r-1wbh5a2 r-1777fci" data-rnw-media-class="1474-195__1472-_b1430-195">
<div class="css-1dbjc4n r-1ro0kt6 r-16y2uox r-1wbh5a2 r-1l5ssaz">
<div class="css-1dbjc4n" data-rnw-media-class="1473-__1471">
<div class="css-1dbjc4n">
<div class="r-1oszu61 r-1xc7w19 r-1phboty r-1yadl64 r-deolkf r-6koalj r-1mlwlqe r-eqz5dr r-1q142lx r-crgep1 r-ifefl9 r-bcqeeo r-t60dpp r-xd6kpl r-tskmnb r-1yzf0co r-bnwqim r-417010" data-key="1fcb3700d7774a7eade3f2c0c5ba1d0f">
<div class="r-1oszu61 r-1xc7w19 r-1phboty r-1yadl64 r-deolkf r-6koalj r-1ro0kt6 r-eqz5dr r-16y2uox r-1wbh5a2 r-crgep1 r-ifefl9 r-bcqeeo r-t60dpp r-bnwqim r-417010" data-block-content="1fcb3700d7774a7eade3f2c0c5ba1d0f">
<p>ARB Protocol is the first to offer decentralized automated arbitrage vault strategies, earning risk-free yield across all markets in the Solana ecosystem.</p>
<p>However, the dApp is designed to take advantage of Solana&#8217;s low-cost, high-efficiency blockchain. Indeed, allowing the vault strategies to benefit users with steady yields, not requiring active management, and lower gas fees.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div dir="auto">
<div data-slate-fragment="JTdCJTIyb2JqZWN0JTIyJTNBJTIyZG9jdW1lbnQlMjIlMkMlMjJkYXRhJTIyJTNBJTdCJTdEJTJDJTIybm9kZXMlMjIlM0ElNUIlN0IlMjJvYmplY3QlMjIlM0ElMjJibG9jayUyMiUyQyUyMnR5cGUlMjIlM0ElMjJwYXJhZ3JhcGglMjIlMkMlMjJpc1ZvaWQlMjIlM0FmYWxzZSUyQyUyMmRhdGElMjIlM0ElN0IlN0QlMkMlMjJub2RlcyUyMiUzQSU1QiU3QiUyMm9iamVjdCUyMiUzQSUyMnRleHQlMjIlMkMlMjJsZWF2ZXMlMjIlM0ElNUIlN0IlMjJvYmplY3QlMjIlM0ElMjJsZWFmJTIyJTJDJTIydGV4dCUyMiUzQSUyMlJCJTIwUHJvdG9jb2wlMjBpcyUyMHRoZSUyMGZpcnN0JTIwdG8lMjBvZmZlciUyMGRlY2VudHJhbGl6ZWQlMjBhdXRvbWF0ZWQlMjBhcmJpdHJhZ2UlMjB2YXVsdCUyMHN0cmF0ZWdpZXMlMkMlMjBlYXJuaW5nJTIwcmlzay1mcmVlJTIweWllbGQlMjBhY3Jvc3MlMjBhbGwlMjBtYXJrZXRzJTIwaW4lMjB0aGUlMjBTb2xhbmElMjBlY29zeXN0ZW0uJTVDbiU1Q25UaGUlMjBkQXBwJTIwKGRlY2VudHJhbGl6ZWQlMjBhcHBsaWNhdGlvbiklMjBpcyUyMGRlc2lnbmVkJTIwdG8lMjB0YWtlJTIwYWR2YW50YWdlJTIwb2YlMjBTb2xhbmEncyUyMGxvdy1jb3N0JTJDJTIwaGlnaC1lZmZpY2llbmN5JTIwYmxvY2tjaGFpbiUzQiUyMGFsbG93aW5nJTIwdGhlJTIwdmF1bHQlMjBzdHJhdGVnaWVzJTIwdG8lMjBiZW5lZml0JTIwdXNlcnMlMjB3aXRoJTIwc3RlYWR5JTIweWllbGRzJTJDJTIwbm90JTIwcmVxdWlyaW5nJTIwYWN0aXZlJTIwbWFuYWdlbWVudCUyQyUyMGFuZCUyMGxvd2VyJTIwZ2FzJTIwZmVlcy4lMjIlMkMlMjJtYXJrcyUyMiUzQSU1QiU1RCUyQyUyMnNlbGVjdGlvbnMlMjIlM0ElNUIlNUQlN0QlNUQlMkMlMjJrZXklMjIlM0ElMjI5NWUwYjI1YjIxY2U0MTUwOTAzNGQ1YzA3YjIyNGUzOSUyMiU3RCU1RCUyQyUyMmtleSUyMiUzQSUyMjNiNjM0ZGRhZWY0ZjQxNDE4Mzg5ZTZiZjJmMGY1NzNlJTIyJTdEJTJDJTdCJTIyb2JqZWN0JTIyJTNBJTIyYmxvY2slMjIlMkMlMjJ0eXBlJTIyJTNBJTIycGFyYWdyYXBoJTIyJTJDJTIyaXNWb2lkJTIyJTNBZmFsc2UlMkMlMjJkYXRhJTIyJTNBJTdCJTdEJTJDJTIybm9kZXMlMjIlM0ElNUIlN0IlMjJvYmplY3QlMjIlM0ElMjJ0ZXh0JTIyJTJDJTIybGVhdmVzJTIyJTNBJTVCJTdCJTIyb2JqZWN0JTIyJTNBJTIybGVhZiUyMiUyQyUyMnRleHQlMjIlM0ElMjJXZSdyZSUyMGFsc28lMjBpbnRlZ3JhdGluZyUyMGF1dG9tYXRlZCUyMG1hcmtldCUyMG1ha2luZyUyMHZhdWx0cyUyMHdpdGglMjBwcm90b2NvbHMlMjBzdWNoJTIwYXMlMjBNYW5nbyUyMGFuZCUyMEN5cGhlciUyQyUyMGFsb25nJTIwd2l0aCUyMG90aGVyJTIwbG93JTIwdG8lMjBoaWdoJTIweWllbGQlMjBzdHJhdGVnaWVzJTIwb250byUyMHRoZSUyMHBsYXRmb3JtJTJDJTIwcHJvdmlkaW5nJTIwaW52ZXN0bWVudCUyMHN0cmF0ZWdpZXMlMjB3aXRoJTIwc3VpdGFibGUlMjByaXNrJTIwcmV3YXJkcyUyMGZvciUyMGFueSUyMERlRmklMjB1c2VyLiU1Q24lMjIlMkMlMjJtYXJrcyUyMiUzQSU1QiU1RCUyQyUyMnNlbGVjdGlvbnMlMjIlM0ElNUIlNUQlN0QlNUQlMkMlMjJrZXklMjIlM0ElMjJmNTUwNjU3YmQyMzI0NjAwOTE5ODc5Yjk0NTk3ZGNlZCUyMiU3RCU1RCUyQyUyMmtleSUyMiUzQSUyMmIwMzRiY2MxMDI5NTQ1YjU4NDAwZGFkMzFiMTQxYzVkJTIyJTdEJTJDJTdCJTIyb2JqZWN0JTIyJTNBJTIyYmxvY2slMjIlMkMlMjJ0eXBlJTIyJTNBJTIycGFyYWdyYXBoJTIyJTJDJTIyaXNWb2lkJTIyJTNBZmFsc2UlMkMlMjJkYXRhJTIyJTNBJTdCJTdEJTJDJTIybm9kZXMlMjIlM0ElNUIlN0IlMjJvYmplY3QlMjIlM0ElMjJ0ZXh0JTIyJTJDJTIybGVhdmVzJTIyJTNBJTVCJTdCJTIyb2JqZWN0JTIyJTNBJTIybGVhZiUyMiUyQyUyMnRleHQlMjIlM0ElMjJQcm90b2NvbCUyMHJldmVudWUlMjB3aWxsJTIwYmUlMjBzcGxpdCUyMGJldHdlZW4lMjBBUkIlMjBidXliYWNrcyUyMGFuZCUyMGluY3JlYXNpbmclMjBsaXF1aWRpdHkuJTIwJTVDbiUyMiUyQyUyMm1hcmtzJTIyJTNBJTVCJTVEJTJDJTIyc2VsZWN0aW9ucyUyMiUzQSU1QiU1RCU3RCU1RCUyQyUyMmtleSUyMiUzQSUyMmUwODdmN2NjZDU1OTQwODBhMDZkNmI0MjFlNmI0NzQ5JTIyJTdEJTVEJTJDJTIya2V5JTIyJTNBJTIyNjNkM2ExNDVmZDg3NDMzYWIyYTkxMDU1ZWU0MWE0YWElMjIlN0QlNUQlMkMlMjJrZXklMjIlM0ElMjI5Y2MzMjM1OGVkMjU0NWJkYTE1YjU4NjQzYTM1MmU2NSUyMiU3RA==">
<div class="css-1dbjc4n r-1ro0kt6 r-18u37iz r-16y2uox r-1wbh5a2 r-1777fci" data-rnw-media-class="1474-195__1472-_b1430-195">
<div class="css-1dbjc4n r-1ro0kt6 r-16y2uox r-1wbh5a2 r-1l5ssaz">
<div class="css-1dbjc4n" data-rnw-media-class="1473-__1471">
<div class="css-1dbjc4n">
<div class="r-1oszu61 r-1xc7w19 r-1phboty r-1yadl64 r-deolkf r-6koalj r-1mlwlqe r-eqz5dr r-1q142lx r-crgep1 r-ifefl9 r-bcqeeo r-t60dpp r-xd6kpl r-tskmnb r-1yzf0co r-bnwqim r-417010" data-key="63d3a145fd87433ab2a91055ee41a4aa">
<div class="r-1oszu61 r-1xc7w19 r-1phboty r-1yadl64 r-deolkf r-6koalj r-1ro0kt6 r-eqz5dr r-16y2uox r-1wbh5a2 r-crgep1 r-ifefl9 r-bcqeeo r-t60dpp r-bnwqim r-417010" data-block-content="63d3a145fd87433ab2a91055ee41a4aa">
<div class="css-901oao r-1nf4jbm r-gg6oyi r-ubezar r-16dba41 r-135wba7 r-fdjqy7 r-1xnzce8" dir="auto">
<p>They are also integrating automated market-making vaults with protocols such as Mango and Cypher. Therefore, along with other low to high-yield strategies onto the platform, providing investment strategies with suitable risk rewards for any DeFi user.</p>
<p>Protocol revenue is going to split between ARB buybacks and increasing liquidity.</p>
<h3><strong>About Zebec</strong></h3>
<p>Zebec is a revolutionary DeFi technology that empowers real-time, frictionless, and continuous streams of payments.</p>
<p data-selectable-paragraph=""><span style="color: #ffffff;"><strong><a style="color: #ffffff;" href="http://zebec.io/">Website</a></strong> </span>| <strong><a href="https://twitter.com/Zebec_HQ">Twitter</a></strong></p>
<h3><strong>About Arb Protocol</strong></h3>
<p data-selectable-paragraph=""><span class="css-901oao css-16my406 r-poiln3 r-bcqeeo r-qvutc0">Arb Protocol is an automated arbitrage vaults earning risk-free yield from different strategies across the </span><span class="r-18u37iz">Solana</span><span class="css-901oao css-16my406 r-poiln3 r-bcqeeo r-qvutc0"> ecosystem.</span></p>
</div>
<div dir="auto"><span style="color: #ffffff;"><strong><a style="color: #ffffff;" href="https://arbsolana.gitbook.io/arb-protocol/">Website</a></strong> </span>| <strong><a href="https://twitter.com/ArbProtocol">Twitter</a></strong></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div data-slate-fragment="JTdCJTIyb2JqZWN0JTIyJTNBJTIyZG9jdW1lbnQlMjIlMkMlMjJkYXRhJTIyJTNBJTdCJTdEJTJDJTIybm9kZXMlMjIlM0ElNUIlN0IlMjJvYmplY3QlMjIlM0ElMjJibG9jayUyMiUyQyUyMnR5cGUlMjIlM0ElMjJwYXJhZ3JhcGglMjIlMkMlMjJpc1ZvaWQlMjIlM0FmYWxzZSUyQyUyMmRhdGElMjIlM0ElN0IlN0QlMkMlMjJub2RlcyUyMiUzQSU1QiU3QiUyMm9iamVjdCUyMiUzQSUyMnRleHQlMjIlMkMlMjJsZWF2ZXMlMjIlM0ElNUIlN0IlMjJvYmplY3QlMjIlM0ElMjJsZWFmJTIyJTJDJTIydGV4dCUyMiUzQSUyMlJCJTIwUHJvdG9jb2wlMjBpcyUyMHRoZSUyMGZpcnN0JTIwdG8lMjBvZmZlciUyMGRlY2VudHJhbGl6ZWQlMjBhdXRvbWF0ZWQlMjBhcmJpdHJhZ2UlMjB2YXVsdCUyMHN0cmF0ZWdpZXMlMkMlMjBlYXJuaW5nJTIwcmlzay1mcmVlJTIweWllbGQlMjBhY3Jvc3MlMjBhbGwlMjBtYXJrZXRzJTIwaW4lMjB0aGUlMjBTb2xhbmElMjBlY29zeXN0ZW0uJTVDbiU1Q25UaGUlMjBkQXBwJTIwKGRlY2VudHJhbGl6ZWQlMjBhcHBsaWNhdGlvbiklMjBpcyUyMGRlc2lnbmVkJTIwdG8lMjB0YWtlJTIwYWR2YW50YWdlJTIwb2YlMjBTb2xhbmEncyUyMGxvdy1jb3N0JTJDJTIwaGlnaC1lZmZpY2llbmN5JTIwYmxvY2tjaGFpbiUzQiUyMGFsbG93aW5nJTIwdGhlJTIwdmF1bHQlMjBzdHJhdGVnaWVzJTIwdG8lMjBiZW5lZml0JTIwdXNlcnMlMjB3aXRoJTIwc3RlYWR5JTIweWllbGRzJTJDJTIwbm90JTIwcmVxdWlyaW5nJTIwYWN0aXZlJTIwbWFuYWdlbWVudCUyQyUyMGFuZCUyMGxvd2VyJTIwZ2FzJTIwZmVlcy4lMjIlMkMlMjJtYXJrcyUyMiUzQSU1QiU1RCUyQyUyMnNlbGVjdGlvbnMlMjIlM0ElNUIlNUQlN0QlNUQlMkMlMjJrZXklMjIlM0ElMjI5NWUwYjI1YjIxY2U0MTUwOTAzNGQ1YzA3YjIyNGUzOSUyMiU3RCU1RCUyQyUyMmtleSUyMiUzQSUyMjNiNjM0ZGRhZWY0ZjQxNDE4Mzg5ZTZiZjJmMGY1NzNlJTIyJTdEJTJDJTdCJTIyb2JqZWN0JTIyJTNBJTIyYmxvY2slMjIlMkMlMjJ0eXBlJTIyJTNBJTIycGFyYWdyYXBoJTIyJTJDJTIyaXNWb2lkJTIyJTNBZmFsc2UlMkMlMjJkYXRhJTIyJTNBJTdCJTdEJTJDJTIybm9kZXMlMjIlM0ElNUIlN0IlMjJvYmplY3QlMjIlM0ElMjJ0ZXh0JTIyJTJDJTIybGVhdmVzJTIyJTNBJTVCJTdCJTIyb2JqZWN0JTIyJTNBJTIybGVhZiUyMiUyQyUyMnRleHQlMjIlM0ElMjJXZSdyZSUyMGFsc28lMjBpbnRlZ3JhdGluZyUyMGF1dG9tYXRlZCUyMG1hcmtldCUyMG1ha2luZyUyMHZhdWx0cyUyMHdpdGglMjBwcm90b2NvbHMlMjBzdWNoJTIwYXMlMjBNYW5nbyUyMGFuZCUyMEN5cGhlciUyQyUyMGFsb25nJTIwd2l0aCUyMG90aGVyJTIwbG93JTIwdG8lMjBoaWdoJTIweWllbGQlMjBzdHJhdGVnaWVzJTIwb250byUyMHRoZSUyMHBsYXRmb3JtJTJDJTIwcHJvdmlkaW5nJTIwaW52ZXN0bWVudCUyMHN0cmF0ZWdpZXMlMjB3aXRoJTIwc3VpdGFibGUlMjByaXNrJTIwcmV3YXJkcyUyMGZvciUyMGFueSUyMERlRmklMjB1c2VyLiU1Q24lMjIlMkMlMjJtYXJrcyUyMiUzQSU1QiU1RCUyQyUyMnNlbGVjdGlvbnMlMjIlM0ElNUIlNUQlN0QlNUQlMkMlMjJrZXklMjIlM0ElMjJmNTUwNjU3YmQyMzI0NjAwOTE5ODc5Yjk0NTk3ZGNlZCUyMiU3RCU1RCUyQyUyMmtleSUyMiUzQSUyMmIwMzRiY2MxMDI5NTQ1YjU4NDAwZGFkMzFiMTQxYzVkJTIyJTdEJTJDJTdCJTIyb2JqZWN0JTIyJTNBJTIyYmxvY2slMjIlMkMlMjJ0eXBlJTIyJTNBJTIycGFyYWdyYXBoJTIyJTJDJTIyaXNWb2lkJTIyJTNBZmFsc2UlMkMlMjJkYXRhJTIyJTNBJTdCJTdEJTJDJTIybm9kZXMlMjIlM0ElNUIlN0IlMjJvYmplY3QlMjIlM0ElMjJ0ZXh0JTIyJTJDJTIybGVhdmVzJTIyJTNBJTVCJTdCJTIyb2JqZWN0JTIyJTNBJTIybGVhZiUyMiUyQyUyMnRleHQlMjIlM0ElMjJQcm90b2NvbCUyMHJldmVudWUlMjB3aWxsJTIwYmUlMjBzcGxpdCUyMGJldHdlZW4lMjBBUkIlMjBidXliYWNrcyUyMGFuZCUyMGluY3JlYXNpbmclMjBsaXF1aWRpdHkuJTIwJTVDbiUyMiUyQyUyMm1hcmtzJTIyJTNBJTVCJTVEJTJDJTIyc2VsZWN0aW9ucyUyMiUzQSU1QiU1RCU3RCU1RCUyQyUyMmtleSUyMiUzQSUyMmUwODdmN2NjZDU1OTQwODBhMDZkNmI0MjFlNmI0NzQ5JTIyJTdEJTVEJTJDJTIya2V5JTIyJTNBJTIyNjNkM2ExNDVmZDg3NDMzYWIyYTkxMDU1ZWU0MWE0YWElMjIlN0QlNUQlMkMlMjJrZXklMjIlM0ElMjI5Y2MzMjM1OGVkMjU0NWJkYTE1YjU4NjQzYTM1MmU2NSUyMiU3RA==">
<div class="css-1dbjc4n r-1ro0kt6 r-18u37iz r-16y2uox r-1wbh5a2 r-1777fci" data-rnw-media-class="1474-195__1472-_b1430-195">
<div class="css-1dbjc4n r-1ro0kt6 r-16y2uox r-1wbh5a2 r-1l5ssaz">
<div class="css-1dbjc4n" data-rnw-media-class="1473-__1471">
<div class="css-1dbjc4n">
<div class="r-1oszu61 r-1xc7w19 r-1phboty r-1yadl64 r-deolkf r-6koalj r-1mlwlqe r-eqz5dr r-1q142lx r-crgep1 r-ifefl9 r-bcqeeo r-t60dpp r-xd6kpl r-tskmnb r-1yzf0co r-bnwqim r-417010" data-key="63d3a145fd87433ab2a91055ee41a4aa">
<div class="r-1oszu61 r-1xc7w19 r-1phboty r-1yadl64 r-deolkf r-6koalj r-1ro0kt6 r-eqz5dr r-16y2uox r-1wbh5a2 r-crgep1 r-ifefl9 r-bcqeeo r-t60dpp r-bnwqim r-417010" data-block-content="63d3a145fd87433ab2a91055ee41a4aa">
<div dir="auto"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p>The post <a href="https://smartliquidity.info/2022/07/04/zebec-partnership-with-arb/">Zebec Partnership with Arb</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Solend Partnership with SnowFlake</title>
		<link>https://smartliquidity.info/2022/06/17/solend-partnership-with-snowflake/</link>
		
		<dc:creator><![CDATA[diane]]></dc:creator>
		<pubDate>Fri, 17 Jun 2022 12:09:05 +0000</pubDate>
				<category><![CDATA[SOLUNI | Solana Universe]]></category>
		<category><![CDATA[#cToken]]></category>
		<category><![CDATA[#Multisig]]></category>
		<category><![CDATA[#Snowflake]]></category>
		<category><![CDATA[#Solana]]></category>
		<category><![CDATA[#SolanaUniverse]]></category>
		<category><![CDATA[#Solend]]></category>
		<category><![CDATA[$SOL]]></category>
		<guid isPermaLink="false">https://smartliquidity.info/?p=70062</guid>

					<description><![CDATA[<p>Snowflake, a multisig wallet and on-chain automation for Solana, is delighted to announce its partnership with Solend, the autonomous interest rate machine for lending on Solana. Partnership Details Through this partnership between Solend with Snowflake, both platforms are building a first-class multisig experience for Solana. Users can now earn yields on their funds directly from [&#8230;]</p>
<p>The post <a href="https://smartliquidity.info/2022/06/17/solend-partnership-with-snowflake/">Solend Partnership with SnowFlake</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3><em><span style="color: #00ccff;"><strong><a style="color: #00ccff;" href="http://snowflake.so">Snowflake,</a></strong></span> a multisig wallet and on-chain automation for Solana, is delighted to announce its partnership with <span style="color: #00ccff;"><strong><a style="color: #00ccff;" href="https://solend.fi/">Solend,</a></strong></span> the autonomous interest rate machine for lending on <span style="color: #00ccff;"><strong><a style="color: #00ccff;" href="http://solana.com">Solana.</a></strong></span></em></h3>
<h3><strong>Partnership Details</strong></h3>
<p>Through this partnership between Solend with Snowflake, both platforms are building a first-class multisig experience for Solana. Users can now earn yields on their funds directly from a secure multisig using Snowflake Safe with Solend.</p>
<p>Solend partnerships with Snowflake Network will give its users and teams the ability to earn yields on their funds directly from a secure multisig. Moreover, future integrations for direct deposits and borrowing are in progress.</p>
<p><img decoding="async" class="aligncenter" src="https://miro.medium.com/max/1400/1*Bdy4J19gOmjfZELgHbX77g.png" width="595" height="265" /></p>
<h3><strong>SnowFlake Background</strong></h3>
<p id="a0ea" class="pw-post-body-paragraph jf jg ii jh b ji jj jk jl jm jn jo jp jq jr js jt ju jv jw jx jy jz ka kb kc ib gj" data-selectable-paragraph="">To begin with, Snowflake is the first multisig platform on Solana directly integrated with Solend. Through their app store, teams will be able to select Solend to deposit funds into the reserve and mint cToken. cTokens are a <em class="lt">yield-bearing deposit receipt</em>, which means they are tradeable whilst also earning interest on the underlying token.</p>
<p id="30d4" class="pw-post-body-paragraph jf jg ii jh b ji jj jk jl jm jn jo jp jq jr js jt ju jv jw jx jy jz ka kb kc ib gj" data-selectable-paragraph="">Furthermore, this opens the door for a whole new platform for teams and large investors, who are looking to lend and earn interest from their funds on-chain but want to ensure they can do so safely and securely via multisig support.</p>
<h3><strong>Integration</strong></h3>
<p data-selectable-paragraph="">In other words, Solend integration through Snowflake Safe is available today on Solana Mainnet. When using the Solend application through Snowflake Safe, you will have the option to mint or redeemt cTokens on Solend. Before you submit the transaction, you will be able to view the changes to total amount of the underlying tokens in the Safe.</p>
<h3><strong class="jh ij">Automatic Invest</strong></h3>
<p>With Snowflake Safe automation capability, you can set this up in just a few clicks.</p>
<p><img decoding="async" class="aligncenter" src="https://miro.medium.com/max/1400/1*gegUU-U4axWgh4cJMMQw4A.png" width="504" height="594" /></p>
<h3><strong><span data-preserver-spaces="true">About Solend</span></strong></h3>
<p><span data-preserver-spaces="true">Solend is an algorithmic, decentralized protocol for lending and borrowing on Solana. Lending and borrowing have proven themselves to be key in a DeFi ecosystem.</span></p>
<p><span style="color: #ffffff;"> <a class="editor-rtfLink" style="color: #ffffff;" href="https://solend.fi/" target="_blank" rel="noopener"><strong>Website</strong></a></span><span data-preserver-spaces="true"><span style="color: #ffffff;"> </span>| </span><a class="editor-rtfLink" href="https://twitter.com/solendprotocol" target="_blank" rel="noopener"><strong><span data-preserver-spaces="true">Twitter</span></strong></a></p>
<h3><strong><span data-preserver-spaces="true">About SnowFlake</span></strong></h3>
<p>Snowflake, the first on-chain automation platform built on Solana. Snowflake network empowers developers and end-users to schedule &amp; automate hundreds of smart contracts in one unified on-chain platform.</p>
<p><span style="color: #ffffff;"> <a class="editor-rtfLink" style="color: #ffffff;" href="https://snowflake.so/" target="_blank" rel="noopener"><strong>Website</strong></a></span><span data-preserver-spaces="true"><span style="color: #ffffff;"> </span>| </span><a class="editor-rtfLink" href="https://twitter.com/snowflake_sol" target="_blank" rel="noopener"><strong><span data-preserver-spaces="true">Twitter</span></strong></a></p>
<p><span style="color: #ffffff;"><strong>SOURCE</strong></span></p>
<p><strong><a href="https://medium.com/@snowflake_so/partnership-announcement-solend-snowflake-7bea21fae204">https://medium.com/@snowflake_so/partnership-announcement-solend-snowflake-7bea21fae204</a></strong></p>
<p>The post <a href="https://smartliquidity.info/2022/06/17/solend-partnership-with-snowflake/">Solend Partnership with SnowFlake</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
