<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Sukey</title>
        <link>https://paragraph.com/@sukey</link>
        <description>Trust</description>
        <lastBuildDate>Fri, 03 Apr 2026 22:51:12 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Sukey</title>
            <url>https://storage.googleapis.com/papyrus_images/98b1602264c8d4df62be9935b731231e7ac03bd99317b6c09f2bfaaeb02ae0d2.jpg</url>
            <link>https://paragraph.com/@sukey</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Nillion: A decentralized network designed to securely store and process sensitive data without compromising privacy]]></title>
            <link>https://paragraph.com/@sukey/nillion-a-decentralized-network-designed-to-securely-store-and-process-sensitive-data-without-compromising-privacy</link>
            <guid>HGTSbrgG4N7J82DEalHH</guid>
            <pubDate>Sun, 26 Jan 2025 19:57:18 GMT</pubDate>
            <description><![CDATA[Nillion is a decentralized network designed to securely store and process sensitive data without compromising privacy. Unlike traditional systems that require data decryption for computation, Nillion employs advanced Privacy-Enhancing Technologies (PETs) such as Secure Multi-Party Computation (MPC) and Homomorphic Encryption (HE) to perform computations on encrypted data, ensuring confidentiality throughout the process. The network&apos;s architecture consists of clusters of nodes that collab...]]></description>
            <content:encoded><![CDATA[<p>Nillion is a decentralized network designed to securely store and process sensitive data without compromising privacy. Unlike traditional systems that require data decryption for computation, Nillion employs advanced Privacy-Enhancing Technologies (PETs) such as Secure Multi-Party Computation (MPC) and Homomorphic Encryption (HE) to perform computations on encrypted data, ensuring confidentiality throughout the process.</p><p>The network&apos;s architecture consists of clusters of nodes that collaboratively handle data storage and computation. Developers can choose to work with single nodes using HE or multiple nodes utilizing MPC, depending on their specific trust and security requirements.</p><p>Nillion&apos;s versatile platform supports a wide range of applications, including:</p><ul><li><p><strong>Secure Storage</strong>: Utilizing SecretVault, developers can store and retrieve secrets on the Nillion Network through a straightforward RESTful interface, selecting preferred PETs and node configurations.</p></li><li><p><strong>Data Analytics</strong>: With SecretDataAnalytics, it&apos;s possible to perform large-scale computations on encrypted data, combining MPC and HE with a familiar NoSQL foundation.</p></li><li><p><strong>Digital Signatures</strong>: Nillion Signatures enables signing operations without relying on a trusted party by storing keys in a distributed, encrypted form and executing joint protocols to sign messages.</p></li><li><p><strong>Retrieval-Augmented Generation (RAG)</strong>: By integrating RAG with PETs, Nillion allows the use of contemporary AI solutions while keeping data encrypted, reducing the need for decryption during tasks.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/46ae27ad995ffd9c6b18f5d15eceba5f2e78d2e017422b8f08d2f04813a379bf.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>By decentralizing trust and enhancing data privacy, Nillion opens new possibilities for developers to build innovative, privacy-preserving applications across various industries.</p><p>Follow Nillion for more update:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/nillionnetwork">https://x.com/nillionnetwork</a></p>]]></content:encoded>
            <author>sukey@newsletter.paragraph.com (Sukey)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/054df1c038a29c840ce76d433e167ddbd3f532bc8a990b4b80359ca23296bb38.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Github Multi Account]]></title>
            <link>https://paragraph.com/@sukey/github-multi-account</link>
            <guid>7cl8iu9gfwd2XZE4kCja</guid>
            <pubDate>Tue, 19 Nov 2024 20:30:27 GMT</pubDate>
            <description><![CDATA[Create ssh for github account:ssh-keygen -t rsa -b 4096 -C "account@example.com"Add account into ~/.ssh/configClone repogit clone git@github-first:username/repository.gitConfig github account:git config user.name "Your Name for Account"git config user.email "account@example.com"Check git ssh configuration whether it matches to ssh key:echo $GIT_SSH_COMMANDIf needed, change repo to SSH URL:git remote set-url origin git@github.com:xxx/xxxx.git]]></description>
            <content:encoded><![CDATA[<ul><li><p>Create ssh for github account:</p><ul><li><p>ssh-keygen -t rsa -b 4096 -C &quot;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:account@example.com">account@example.com</a>&quot;</p></li></ul></li><li><p>Add account into <code>~/.ssh/config</code></p></li><li><p>Clone repo</p><ul><li><p>git clone git@github-first:username/repository.git</p></li></ul></li><li><p>Config github account:</p><ul><li><p>git config user.name &quot;Your Name for Account&quot;</p></li><li><p>git config user.email &quot;<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:account@example.com">account@example.com</a>&quot;</p></li></ul></li><li><p>Check git ssh configuration whether it matches to ssh key:</p><ul><li><p>echo $GIT_SSH_COMMAND</p></li></ul></li><li><p>If needed, change repo to SSH URL:</p></li><li><p>git remote set-url origin <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:git@github.com">git@github.com</a>:xxx/xxxx.git</p></li></ul>]]></content:encoded>
            <author>sukey@newsletter.paragraph.com (Sukey)</author>
        </item>
        <item>
            <title><![CDATA[什么是 Kamino Finance]]></title>
            <link>https://paragraph.com/@sukey/kamino-finance</link>
            <guid>gDWcNo7AKtTic2FVwta4</guid>
            <pubDate>Sat, 23 Mar 2024 17:55:12 GMT</pubDate>
            <description><![CDATA[Kamino Finance 是一款创新的去中心化金融（DeFi）协议，整合了借贷、流动性和杠杆功能于一体的安全产品组合。用户可以通过Kamino借贷资产，为集中流动性去中心化交易所（DEXs）提供杠杆流动性，构建自己的自动化流动性策略，以及使用集中流动性位置作为抵押。Kamino提供透明的分析工具、详细的绩效数据和广泛的位置信息，旨在通过一键式、自动复利的集中流动性策略简化流动性提供过程，已成为Solana上最受欢迎的流动性提供产品之一。 概况 Kamino Finance 提供一系列产品，结合了多种DeFi原语，以支持复杂的策略，所有这些都封装在一个易于使用、以用户为中心的界面中。Kamino构建了两个核心原语：自动化流动性金库和Kamino借贷。这些原语结合起来，提供了一些一键产品，包括倍增金库和长/短金库。了解更多， Kamino 积分系统 Kamino 自 2022 年以来一直在运行。在过去的约 2 年时间里，该协议在 Solana DeFi 生态系统中扮演了一个必不可少的角色，服务于日益增长的各种用户。 尽管我们相信我们的产品是同类中最好的，但仍有很大的增长空间——无...]]></description>
            <content:encoded><![CDATA[<p>Kamino Finance 是一款创新的去中心化金融（DeFi）协议，整合了借贷、流动性和杠杆功能于一体的安全产品组合。用户可以通过Kamino借贷资产，为集中流动性去中心化交易所（DEXs）提供杠杆流动性，构建自己的自动化流动性策略，以及使用集中流动性位置作为抵押。Kamino提供透明的分析工具、详细的绩效数据和广泛的位置信息，旨在通过一键式、自动复利的集中流动性策略简化流动性提供过程，已成为Solana上最受欢迎的流动性提供产品之一。</p><p><strong>概况</strong></p><p>Kamino Finance 提供一系列产品，结合了多种DeFi原语，以支持复杂的策略，所有这些都封装在一个易于使用、以用户为中心的界面中。Kamino构建了两个核心原语：自动化流动性金库和Kamino借贷。这些原语结合起来，提供了一些一键产品，包括倍增金库和长/短金库。了解更多，</p><p><strong>Kamino 积分系统</strong></p><p>Kamino 自 2022 年以来一直在运行。在过去的约 2 年时间里，该协议在 Solana DeFi 生态系统中扮演了一个必不可少的角色，服务于日益增长的各种用户。</p><p>尽管我们相信我们的产品是同类中最好的，但仍有很大的增长空间——无论是在用户基础还是产品套件方面。</p><p>现在的问题是：增长的最佳方式是什么？</p><p>Kamino 积分 奖励和激励措施可以成为 Kamino 吸引新用户、奖励忠诚度并最终将我们的产品推向将会发现使用它们价值的用户手中的有效方式。</p><p>动态机制设计 Kamino 积分由一个强大的积分系统提供支持，该系统可以在极其细致的协议使用水平上授予积分，允许我们为以下项目实施不同的积分率和提升：</p><p>抵押资产</p><p>债务资产</p><p>抵押/债务组合</p><p>流动性金库</p><p>自动化策略，如多空操作和杠杆质押（倍增）</p><p>此外，系统还建立了支持 Kamino 本身之外的活动的提升，比如在其他 Solana 协议上采取的行动，或钱包中持有的资产（比如 NFT、LP 代币等）</p><p>最终，系统主要将致力于将新用户带到平台，并奖励他们的生产性产品使用。</p><p>接下来是什么？ Kamino 积分将与多轮 $KMNO 代币投放同时运行。</p><p>最终目标是将我们的产品推广给将会发现使用它们的价值的用户。我们的积分和空投计划旨在吸引这些用户，并激励他们持续参与协议。</p><p>空投 $KMNO 将通过几个月的多次空投分发。</p><p>创世空投计划在 2024 年第一季度末或第二季度初进行。这不是一个承诺，但这是我们的目标。</p><p>我们无意拖延这个计划——相反，我们希望 $KMNO 尽快上线，并希望将其推广给与我们的产品愿景以及我们对 Solana DeFi 整体愿景一致的用户。</p><p>想了解更多，请访问<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.kamino.finance/">Kamino Finance 文档</a>。</p>]]></content:encoded>
            <author>sukey@newsletter.paragraph.com (Sukey)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/7afb212f59f874f1ecb585d38d701d09901f870286a0f689f2becb877d7083ae.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[
Was ist Caldera]]></title>
            <link>https://paragraph.com/@sukey/was-ist-caldera</link>
            <guid>W33Jl6FgMIBD3rot1TId</guid>
            <pubDate>Fri, 01 Mar 2024 19:58:52 GMT</pubDate>
            <description><![CDATA[Caldera ist eine Rollup-Bereitstellungsplattform, die es Ihnen ermöglicht, hochleistungsfähige, anpassbare, anwendungsspezifische Rollups mit den Rahmenwerken Arbitrum Nitro und Optimism Bedrock zu starten. Jedes Caldera Rollup kommt mit leistungsstarken RPC-Knoten, einem Block-Explorer, einem Datenindexer und einer Brückenschnittstelle zur Abrechnungskette. Caldera Rollups profitieren auch von Integrationen mit mehr als 40 der führenden Web3-Infrastrukturanbieter.Schnellstart Beginnen Sie mi...]]></description>
            <content:encoded><![CDATA[<p><strong>Caldera</strong> ist eine Rollup-Bereitstellungsplattform, die es Ihnen ermöglicht, hochleistungsfähige, anpassbare, anwendungsspezifische Rollups mit den Rahmenwerken Arbitrum Nitro und Optimism Bedrock zu starten.</p><p>Jedes Caldera Rollup kommt mit leistungsstarken RPC-Knoten, einem Block-Explorer, einem Datenindexer und einer Brückenschnittstelle zur Abrechnungskette. Caldera Rollups profitieren auch von Integrationen mit mehr als 40 der führenden Web3-Infrastrukturanbieter.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5dee4dbc939329c3f5661ed7f75fd39fb29091d84bee47a8f095f81ba12df372.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Schnellstart</strong></p><p>Beginnen Sie mit der Bereitstellung eines dedizierten Rollups, gehostet von Caldera</p><p>Um mit einer Testnet-Umgebung zu beginnen, gehen Sie zu unserem Dashboard und folgen Sie diesen Schritten:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c6079c390a2eae94561d5683da3851471f74c6da66700c124cb851d2e79cc524.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><ol><li><p>Melden Sie sich an oder loggen Sie sich über die Autorisierungsseite ein</p></li><li><p>Klicken Sie auf „Get Started“ von der Seite Rollups verwalten</p></li><li><p>Wählen Sie Ihr bevorzugtes Rollup-Framework (Arbitrum Nitro, Optimism Bedrock, Polygon CDK) und wählen Sie dann den Netzwerktyp Testnet auf unserer Rollup-Bereitstellungsseite</p></li><li><p>Wählen Sie ein natives Gas-Token und setzen Sie relevante Kennungen (Rollup-Name, Subdomain, Chain-ID) Klicken Sie auf die Schaltfläche „Neues Rollup bereitstellen“, um Ihr Testnet-Rollup zu starten!</p></li></ol><p><strong>Mainnet</strong></p><ol><li><p>Buchen Sie eine Demo, um über die Bedürfnisse Ihres Projekts und warum Sie ein App-Rollup in Betracht ziehen zu sprechen – wir werden Wege brainstormen, wie wir helfen können</p></li><li><p>Caldera wird ein Rollup für Sie mit dem Framework Ihrer Wahl (Arbitrum Nitro, Optimism Bedrock) und den Parametern Ihrer Wahl auf der Kette Ihrer Wahl (Ethereum, Polygon, Cronos, Optimism, Arbitrum usw.) starten</p></li><li><p>Integrieren Sie Ihre App mit Caldera. Normalerweise dauert es weniger als eine halbe Stunde, Ethereum-Apps auf eine Caldera-Kette zu portieren. Wir helfen gerne dabei!</p></li><li><p>Wir informieren Sie, wenn Ihr produktionsreifes Mainnet-Rollup live geht!</p></li></ol><p><em>Website:</em></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.caldera.xyz/">https://www.caldera.xyz/</a></p><p>Twitter:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Calderaxyz">https://twitter.com/Calderaxyz</a></p>]]></content:encoded>
            <author>sukey@newsletter.paragraph.com (Sukey)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/e05469e56324d08b4a972f9f896d44ef36ff19dfe57ce875b6d7f074f751327c.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[
Lava Network积分系统-Magma]]></title>
            <link>https://paragraph.com/@sukey/lava-network-magma</link>
            <guid>xjGEOfMmVkkNMaTYZXKQ</guid>
            <pubDate>Sat, 24 Feb 2024 12:27:06 GMT</pubDate>
            <description><![CDATA[Lava Network宣布推出一项名为“Magma Points”的新功能，这是一个模块化的数据访问层，旨在为Web3提供支持。用户可以通过将钱包的区块链连接更改为Lava并像往常一样使用钱包来赚取积分。Lava允许开发者和用户从任何区块链发送和检索数据，无需运行节点即可参与并帮助扩展加密货币的规模。Lava通过优化请求路由至最佳可用的节点提供者，以及允许钱包用户和应用构建者接入快速的多链区块链连接，旨在提供可扩展的任何区块链的访问。此外，通过推荐、合作伙伴钱包使用和回顾性积分等方式，用户还可以赚取额外的积分。Lava计划未来成为一个统一平台，聚合跨任何链和任何服务的数据提供商，包括RPC、索引、预言机、MEV API、序列器等 概括 Lava是一个旨在通过任何API为任何区块链提供可扩展访问权限的模块化数据网络。它允许用户无需许可地添加需求旺盛的API和链作为模块，节点操作员加入Lava以服务这些模块。该协议通过将请求路由至最佳可用的节点提供者来优化性能。钱包用户和应用构建者可以快速接入Lava，实现多链区块链连接。如何赚取积分 开始赚取积分，你只需更改钱包连接即可。这包括从...]]></description>
            <content:encoded><![CDATA[<p>Lava Network宣布推出一项名为“Magma Points”的新功能，这是一个模块化的数据访问层，旨在为Web3提供支持。用户可以通过将钱包的区块链连接更改为Lava并像往常一样使用钱包来赚取积分。Lava允许开发者和用户从任何区块链发送和检索数据，无需运行节点即可参与并帮助扩展加密货币的规模。Lava通过优化请求路由至最佳可用的节点提供者，以及允许钱包用户和应用构建者接入快速的多链区块链连接，旨在提供可扩展的任何区块链的访问。此外，通过推荐、合作伙伴钱包使用和回顾性积分等方式，用户还可以赚取额外的积分。Lava计划未来成为一个统一平台，聚合跨任何链和任何服务的数据提供商，包括RPC、索引、预言机、MEV API、序列器等</p><p><strong>概括</strong></p><p>Lava是一个旨在通过任何API为任何区块链提供可扩展访问权限的模块化数据网络。</p><ul><li><p>它允许用户无需许可地添加需求旺盛的API和链作为模块，节点操作员加入Lava以服务这些模块。</p></li><li><p>该协议通过将请求路由至最佳可用的节点提供者来优化性能。</p></li><li><p>钱包用户和应用构建者可以快速接入Lava，实现多链区块链连接。</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2e08614af2f22e5a3a1b976f81dd8e8d534f49402ed299290ac803299dea1b81.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>如何赚取积分</strong></p><p>开始赚取积分，你只需更改钱包连接即可。这包括从查看钱包余额（需要钱包在后台进行RPC调用）到进行交易等任何操作。像往常一样使用web3，就能赚取积分。起初，Lava为NEAR、Ethereum、Evmos、Axelar和即将推出的Starknet的钱包用户提供积分。我们优先考虑使用Lava来扩展其基础设施的区块链和rollups，这包括激励公共RPC。</p><p>要登录仪表板并开始赚取积分，请按照以下步骤操作：</p><ol><li><p>连接你的钱包到我们的积分仪表板：points.lavanet.xyz - 使用代码：Magma。</p></li><li><p>在NEAR、Ethereum、Evmos、Axelar以及即将推出的Starknet钱包中，将RPC URL更换为Lava提供的URL。</p></li><li><p>正常使用你的钱包和去中心化应用（dapps），并赚取积分。</p></li><li><p>查看排行榜并检查你的排名。</p></li><li><p>在社交媒体上分享你的推荐码以赚取积分</p></li></ol><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">如何更换钱包的节点链接</h3><p>要更换钱包的区块链连接，请通过Lava连接到区块链开始赚取积分。每次打开或使用钱包（例如查看余额、进行交易、与去中心化应用交互）时，钱包都会进行RPC调用。</p><p>你需要做的就是将钱包中的RPC URL替换为Lava积分账户中提供的RPC URL。</p><p>对于NEAR、Ethereum、Evmos、Axelar以及即将推出的Starknet，我们已创建了更换连接至Lava的逐步教程。</p><p>以下是一个Metamask以及Evmos的例子</p><ul><li><p>打开钱包, 前往 <strong>设置</strong> → <strong>网络</strong></p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4be7b41b048856601718b50d9e61215428d5f004d49e6c7f57d0e60cc63215eb.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><ul><li><p>以Evmos为例，选择evmos</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5dd7aab46911579ebf8d2b614671bea7881df6bad3ed1f1273121624fec89d84.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>*</p><ul><li><p>用积分面板里提供的RPC链接去替换“新的RPC链接”</p></li><li><p>选择<strong>保存</strong>然后你就可以开始攒积分了</p></li></ul>]]></content:encoded>
            <author>sukey@newsletter.paragraph.com (Sukey)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/629b03747cdb9b189f83acca0c21f67e59b3ec656a5bc95466448e2c91efa236.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[关于Vela交易所]]></title>
            <link>https://paragraph.com/@sukey/vela</link>
            <guid>3VnvuqMrnRhAHTWgLUfh</guid>
            <pubDate>Tue, 14 Feb 2023 09:03:43 GMT</pubDate>
            <description><![CDATA[Vela Exchange是一个去中心化的交易所，具有先进的永久交易功能，以社区为中心的激励机制，以及可扩展的基础设施。 Vela Exchange提供什么优势？ 与集中式交易所相比，Vela Exchange交易平台提供了巨大的优势，它可以公平、公正地获得平台奖励，对资产进行自我保管，并且对集中式清算所没有要求。 当传统的去中心化应用和交易所继续处理高执行成本、低性能和其他交易效率低下的问题时，Vela Exchange是作为一个 "下一代 "平台建立的，以克服熟悉的DEX问题，包括前期运行、滑点、资产限制和缺乏风险管理功能。 Vela Exchange目前有哪些交易功能？ Vela Exchange目前支持永久期货交易，现货、OTC和其他市场交易即将推出。 完整的功能清单和支持文件可以在这里找到。 Dexpools是Vela Exchange团队推出的一个平台，是一个独立的应用程序，具有安全、无托管的点对点交换功能，以及包括聊天和场外交易商的高级警报等工具。这个应用程序可能会在以后的日子里并入Vela Exchange平台。 阅读更多。 交易员。入门，代币学，和奖励 做市商。...]]></description>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0a6d920bd8dfd514f86a580f81c47d79b6f1d806df211f078adf2bf92fc62cb4.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Vela Exchange是一个去中心化的交易所，具有先进的永久交易功能，以社区为中心的激励机制，以及可扩展的基础设施。</p><p><strong>Vela Exchange提供什么优势？</strong></p><p>与集中式交易所相比，Vela Exchange交易平台提供了巨大的优势，它可以公平、公正地获得平台奖励，对资产进行自我保管，并且对集中式清算所没有要求。 当传统的去中心化应用和交易所继续处理高执行成本、低性能和其他交易效率低下的问题时，Vela Exchange是作为一个 &quot;下一代 &quot;平台建立的，以克服熟悉的DEX问题，包括前期运行、滑点、资产限制和缺乏风险管理功能。</p><p><strong>Vela Exchange目前有哪些交易功能？</strong></p><p>Vela Exchange目前支持永久期货交易，现货、OTC和其他市场交易即将推出。 完整的功能清单和支持文件可以在这里找到。 Dexpools是Vela Exchange团队推出的一个平台，是一个独立的应用程序，具有安全、无托管的点对点交换功能，以及包括聊天和场外交易商的高级警报等工具。这个应用程序可能会在以后的日子里并入Vela Exchange平台。 阅读更多。 交易员。入门，代币学，和奖励 做市商。VLP和做市商的激励措施 技术信息。API文档、审计和Oracles</p>]]></content:encoded>
            <author>sukey@newsletter.paragraph.com (Sukey)</author>
        </item>
        <item>
            <title><![CDATA[Bebop项目的成就奖章与OG角色系统]]></title>
            <link>https://paragraph.com/@sukey/bebop-og</link>
            <guid>ixERkiADuEp43jY0AT2Y</guid>
            <pubDate>Sat, 19 Nov 2022 15:44:18 GMT</pubDate>
            <description><![CDATA[我现在可以获得哪些成就或角色？不常见的交易者徽章 - 在Bebop上用Ethereum网络交换10次；这个徽章是永久性的推特Maxi角色 - 在推特（@bebop_dex）上关注我们，并加入Guild得到加入我们角色 - 在discord的get-involved频道可以拿到 - 和我们一起进行项目建设我可以拿到其他Noox徽章吗？在2022年11月8日UTC下午1点之前（确切的区块高度为15925440），在Bebop上用Ethereum网络进行任何交易或多代币交易的每个人都可以分别申请Bebop早期采用者和Bebop早期多代币者成就徽章。这可以在任何时间点进行（在gas费用对你有利时进行）。今年的万圣节徽章已经结束了，但它会回来的!其他的OG角色呢？最后一批OG Testoor和OG Tradoor角色将在本周末前通过公会授予。在2022年11月8日下午1点（UTC）之前在以太坊（确切的区块高度为15925471）或Polygon网络（确切的区块高度为35355513）上进行合格交易的所有人都有资格获得这些角色。加入discord社区，你可以了解到更多的身份信息以及最新的角色...]]></description>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/04e07f3772c0882441f6bf499db7ef80fc4e2aae3aa43edf7f0540e7133aaece.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">我现在可以获得哪些成就或角色？</h3><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://noox.world/badge/104577845207406739233498577831854075688817521750848206372017175842561722417280">不常见的交易者徽章</a> - 在Bebop上用Ethereum网络交换10次；这个徽章是永久性的</p></li><li><p>推特Maxi角色 - 在推特（@bebop_dex）上关注我们，并加入Guild得到</p></li><li><p>加入我们角色 - 在discord的get-involved频道可以拿到 - 和我们一起进行项目建设</p></li></ul><h3 id="h-noox" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">我可以拿到其他Noox徽章吗？</h3><ul><li><p>在2022年11月8日UTC下午1点之前（确切的区块高度为15925440），在Bebop上用Ethereum网络进行任何交易或多代币交易的每个人都可以分别申请Bebop早期采用者和Bebop早期多代币者成就徽章。这可以在任何时间点进行（在gas费用对你有利时进行）。</p></li><li><p>今年的万圣节徽章已经结束了，但它会回来的!</p></li></ul><h3 id="h-og" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">其他的OG角色呢？</h3><ul><li><p>最后一批OG Testoor和OG Tradoor角色将在本周末前通过公会授予。在2022年11月8日下午1点（UTC）之前在以太坊（确切的区块高度为15925471）或Polygon网络（确切的区块高度为35355513）上进行合格交易的所有人都有资格获得这些角色。</p></li></ul><p>加入<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/bebop">discord</a>社区，你可以了解到更多的身份信息以及最新的角色分配活动，不要错过下一次的勋章任务噢</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5f6cd590d5683e79e613efbb96feecb1ae02759136af4454994c855606d06bdf.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>sukey@newsletter.paragraph.com (Sukey)</author>
        </item>
        <item>
            <title><![CDATA[Bebop 项目常见问题（一）]]></title>
            <link>https://paragraph.com/@sukey/bebop</link>
            <guid>GFoNd1QdKYTbz1lEyAhr</guid>
            <pubDate>Sat, 19 Nov 2022 15:03:55 GMT</pubDate>
            <description><![CDATA[一般问题Bebop是开源的么Bebop的智能合约是开源的，可以在这里查看: Ethereum, Polygon. Bebop的用户界面不是开源的什么是BebopBebop是一个去中心化的交易平台，为DeFi的交易提供突破性的用户体验。我们提供最准确的价格，没有滑点或意外费用。Bebop与其他DeFi交易平台有何不同？Bebop与其他DeFi交易平台有许多不同之处。我们提供多种代币交易，没有滑点，网络费用包含在报价中。 多重代币交易: 除了能够用一种代币换取另一种代币外，Bebop还允许用户进行多种代币交易，所有交易都是一次性的。用一个代币换取最多5个代币的组合，或用几个代币换一个代币--这些都是我们标志性的 "一对多 "和 "多对一 "功能。 无滑点: Bebop提供卓越的执行力。我们的用户没有滑点，这意味着他们可以完全按照他们看到的价格进行交易，而且一旦开始交易，价格就不会改变。 包括费用:Bebop对报价的计算方式完全透明。网络费用也包括在报价中，因此我们的用户不会遇到任何意外的网络费用。Bebop平台上的交易费是多少？Bebop不对用户在平台上的交易收取任何费用Bebop如...]]></description>
            <content:encoded><![CDATA[<h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">一般问题</h2><ul><li><p>Bebop是开源的么</p><ul><li><p>Bebop的智能合约是开源的，可以在这里查看: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/address/0x29fbd00940df70cfc5dad3f2370686991e2bbf5c/advanced#code">Ethereum</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://polygonscan.com/address/0x29fbd00940df70cfc5dad3f2370686991e2bbf5c#code">Polygon</a>. Bebop的用户界面不是开源的</p></li></ul></li><li><p>什么是Bebop</p><ul><li><p>Bebop是一个去中心化的交易平台，为DeFi的交易提供突破性的用户体验。我们提供最准确的价格，没有滑点或意外费用。</p></li></ul></li><li><p>Bebop与其他DeFi交易平台有何不同？</p><ul><li><p>Bebop与其他DeFi交易平台有许多不同之处。我们提供多种代币交易，没有滑点，网络费用包含在报价中。</p><p><strong>多重代币交易</strong>: 除了能够用一种代币换取另一种代币外，Bebop还允许用户进行多种代币交易，所有交易都是一次性的。用一个代币换取最多5个代币的组合，或用几个代币换一个代币--这些都是我们标志性的 &quot;一对多 &quot;和 &quot;多对一 &quot;功能。</p><p><strong>无滑点</strong>: Bebop提供卓越的执行力。我们的用户没有滑点，这意味着他们可以完全按照他们看到的价格进行交易，而且一旦开始交易，价格就不会改变。</p><p><strong>包括费用</strong>:Bebop对报价的计算方式完全透明。网络费用也包括在报价中，因此我们的用户不会遇到任何意外的网络费用。</p></li></ul></li><li><p>Bebop平台上的交易费是多少？</p><ul><li><p>Bebop不对用户在平台上的交易收取任何费用</p></li></ul></li><li><p>Bebop如何在以太坊网络上提供不需要ETH的交易？</p><ul><li><p>在Bebop上，你不需要任何ETH来交易代币。你收到的交易报价将包含交易价格和流动性提供者（或 &quot;LP&quot;）将向你收取的gas数量。由于Bebop持有完成交易的钱包，你不需要有ETH来支持gas费用。相反，这笔费用将透明地显示给你，并从你的初始交易中扣除，从而 减轻了对ETH的需求和对gas费用的不确定性。</p></li></ul></li></ul>]]></content:encoded>
            <author>sukey@newsletter.paragraph.com (Sukey)</author>
        </item>
    </channel>
</rss>