<?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>Maybe you'll find something interesting here</title>
        <link>https://paragraph.com/@asdzx</link>
        <description>https://link3.to/l__0__l</description>
        <lastBuildDate>Sun, 16 Aug 2026 08:08:56 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Maybe you'll find something interesting here</title>
            <url>https://storage.googleapis.com/papyrus_images/a1efe10140dcf5da81bd910f7412ef5e266f38a77581846e78fa56ece62a3c35.png</url>
            <link>https://paragraph.com/@asdzx</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Data Agregation and its role in blockchain oracles]]></title>
            <link>https://paragraph.com/@asdzx/data-agregation-and-its-role-in-blockchain-oracles</link>
            <guid>rtAluWN5Ej9bqjumEG9V</guid>
            <pubDate>Mon, 20 Jan 2025 16:55:52 GMT</pubDate>
            <description><![CDATA[Asset price aggregation is one of the most important tasks of blockchain oracles, especially in the context of decentralized finance (DeFi). The accuracy of this data directly affects the stability and security of DeFi protocols, including credit platforms, decentralized exchanges (DEX), and stablecoin protocols. In this article, we will look at the main mechanisms that are used to aggregate asset prices.Price aggregation mechanismsPrice aggregation mechanismsAverage Price ValueThis method in...]]></description>
            <content:encoded><![CDATA[<p><em>Asset price aggregation is one of the most important tasks of blockchain oracles, especially in the context of decentralized finance (DeFi). The accuracy of this data directly affects the stability and security of DeFi protocols, including credit platforms, decentralized exchanges (DEX), and stablecoin protocols. In this article, we will look at the main mechanisms that are used to aggregate asset prices.</em></p><h2 id="h-price-aggregation-mechanisms" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Price aggregation mechanisms</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a52faa18ec897a6b8e50d49ad4056de700adc4ae81df18f0451a4ed6346d95a4.png" alt="Price aggregation mechanisms" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Price aggregation mechanisms</figcaption></figure><h3 id="h-average-price-value" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Average Price Value</strong></h3><p>This method involves collecting asset prices from several independent sources and calculating their average value. The process looks like this:</p><ul><li><p>Oracles request asset price data from various CEX and DEX.</p></li><li><p>Prices are added up and divided by the number of sources.</p></li><li><p>The resulting value is transferred to the blockchain for use in smart contracts.</p></li></ul><p>The advantage of the method lies in its simplicity. However, it may be vulnerable to extreme values (for example, inflated or undervalued prices), which may distort the final result.</p><h3 id="h-median-price-value" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Median Price Value</strong></h3><p>This method helps to eliminate the influence of extreme values. The algorithm works as follows:</p><ul><li><p>Asset prices are collected from several sources.</p></li><li><p>All values are sorted in ascending order.</p></li><li><p>The average value (median) is selected from the list.</p></li></ul><p>For example, if the sources provided the following prices $SOL: $100, $102, $105, $110, $500, then the median price will be 105. This allows you to exclude the abnormal value ($500) from the calculation, providing a more reliable result.</p><h3 id="h-volume-weighted-average-price-vwap" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Volume-Weighted Average Price, VWAP</strong></h3><p>This indicator takes into account not only the price of the asset, but also the volume on it. This allows you to determine the most significant market price based on liquidity. The algorithm looks like this:</p><ul><li><p>For each source, the asset price is multiplied by the trading volume.</p></li><li><p>The values obtained are summed up.</p></li><li><p>The total amount is divided by the total trading volume.</p></li></ul><p>The VWAP formula:</p><p>For example, if exchange A provides a price of $100 with a volume of $1000, and exchange B provides a price of $110 with a volume of $500, the VWAP will be calculated as follows:</p><ul><li><p>Price and volume of exchange A: $100 × $1000 = $100,000</p></li><li><p>Price and volume of exchange B: $110 × $500 = $55,000</p></li><li><p>Total cost: $100,000 + $55,000 = $155,000</p></li><li><p>Total volume: $1000 + $500 = $1500</p></li><li><p>VWAP: $155,000 ÷ $1500 = $103.33</p></li></ul><p>Thus, the final weighted asset price is $103.33. This method allows you to take into account market liquidity and reduces the impact of low-liquid exchanges with extreme prices.</p><h3 id="h-why-is-asset-price-aggregation-important" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Why is asset price aggregation important?</h3><ul><li><p><strong>Data reliability</strong>. Using multiple sources reduces the risk of errors and manipulation.</p></li><li><p><strong>Stability of DeFi protocols</strong>. Correct data is needed to calculate liquidations, collateral claims, and exchange rates.</p></li><li><p><strong>Transparency.</strong> Users and developers can see how prices were calculated, which increases trust in the system.</p></li></ul><h3 id="h-conclusion" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Conclusion</h3><p>Asset price aggregation is an important process to ensure the accuracy and reliability of data in blockchain ecosystems. Methods such as average price, median price, and VWAP are used to minimize the risk of manipulation and anomalies. These mechanisms continue to be improved to maintain the security and stability of decentralized financial applications.</p><hr><p>My twitter:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/zaxarqa">https://x.com/zaxarqa</a></p>]]></content:encoded>
            <author>asdzx@newsletter.paragraph.com (Maybe you'll find something interesting here)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/44e249f223e245ba2a5801309411e3a61796916b9951e0d16459563c3dbcadfa.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[ Modular Design of RedStone]]></title>
            <link>https://paragraph.com/@asdzx/modular-design-of-redstone</link>
            <guid>zXkYTf4xBJT0S8RPlAC1</guid>
            <pubDate>Fri, 17 Jan 2025 12:35:21 GMT</pubDate>
            <description><![CDATA[If you are an active web-3 user, then you have probably heard of such a concept as oracle. No, this is not a character from Dota 2, as many might have thought. In the context of blockchain, oracle is a service that provides data to the blockchain from the outside world, namely the value of certain cryptocurrencies.Types of OraclesThere are two types of oracles: modular and monolithic. Before we move on to the concept of a “modular oracle”, let&apos;s look at the concept of a “monolithic oracl...]]></description>
            <content:encoded><![CDATA[<p>If you are an active web-3 user, then you have probably heard of such a concept as oracle. No, this is not a character from Dota 2, as many might have thought. In the context of blockchain, oracle is a service that provides data to the blockchain from the outside world, namely the value of certain cryptocurrencies.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c6322c163aca5ec14fb08f6628c9c57bc774b7898354d16fca372203fdbe6e5c.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><h2 id="h-types-of-oracles" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Types of Oracles</h2><p>There are two types of oracles: modular and monolithic. Before we move on to the concept of a “modular oracle”, let&apos;s look at the concept of a “monolithic oracle”. The Monolithic Oracle</p><p>A monolithic oracle is a system that has a single architecture. All these processes from data collection to their provision in a smart contract are combined into one component. The main representative of the monolithic oracle is Chainlink. All processes take place in a single network, the Decentralized Oracle Network (DON). Because of this, it has low flexibility, limited scalability, and high transaction costs.</p><p>The modular oracle. The very concept of a modular oracle implies that it consists of various modules that can work independently and can be replaced if necessary. Redstone is the most important representative of this type of oracle. All its modules can be divided into 3 types:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/afbaf9ff725ae6eb45a0bf211e058322052cac3c719773be518a67625b4333f5.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><h2 id="h-data-collection-and-aggregation" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Data collection and aggregation</h2><p>These are nodes managed by the Redstone team. Nodes receive data from various sources, such as Binance, Coinbase, Uniswap, etc. This data is processed and sent to DDL.</p><h2 id="h-data-distribution-layer-ddl" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Data Distribution Layer (DDL)</h2><p>This module receives aggregated data and broadcasts it via Direct Gateways directly to users or via Streamr gateways, but Streamr gateways, unlike Direct Gateways, has an additional function - temporary data storage. All of this is managed by the Streamer network. Another DDR module is Airwave. Airwave archives all data.</p><h2 id="h-data-consumption" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Data consumption</h2><p>There are three ways to integrate into Redstone:</p><h3 id="h-redstone-push-model" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.redstone.finance/docs/get-started/models/redstone-push/">RedStone Push Model</a></h3><ul><li><p>It is suitable for applications where simplicity and reliability are important.</p></li></ul><h3 id="h-redstone-pull-model" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.redstone.finance/docs/get-started/models/redstone-pull/">RedStone Pull Model</a></h3><ul><li><p>RedStone&apos;s Push model is designed for applications that require the traditional Oracle model, in which data is placed on the blockchain at longer intervals, providing full control over the data source and update conditions.</p></li></ul><h3 id="h-redstone-x-model" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.redstone.finance/docs/get-started/models/redstone-pull/">RedStone </a><strong>X model</strong></h3><ul><li><p>The X model is designed to meet the needs of advanced protocols such as perpetual contracts, options, and derivatives.</p></li></ul><h2 id="h-conclusions" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Conclusions</h2><p>Advantages of the modular oracle:</p><p>Flexibility and customization</p><p>Uninterrupted data transmission, cross-chain interactions</p><p>Safety and reliability</p><p>Scalability and efficiency</p><hr><p>Website: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.co/391p1C6VGi">http://redstone.finance</a></p><p>Blog: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.co/oy3uNcvkI1">http://blog.redstone.finance</a></p><p>Twitter:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/redstone_defi">https://x.com/redstone_defi</a></p>]]></content:encoded>
            <author>asdzx@newsletter.paragraph.com (Maybe you'll find something interesting here)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/2643d5c4f790cc076491316d49b73a9255c3f8353ca33a3207f4adeafd223175.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[RedStone next Gem?]]></title>
            <link>https://paragraph.com/@asdzx/redstone-next-gem</link>
            <guid>OauFygShF13A1p8dAhd7</guid>
            <pubDate>Wed, 03 Jan 2024 15:02:49 GMT</pubDate>
            <description><![CDATA[В этой статье вы познакомитесь с таким проектом, как RedStone, а так же узнаете о всех возможных активностях, которые доступны в проекте. В статье не будет разобрана техническая часть проекта, а больше сосредоточимся на контрбьюции и получения токенов $RSG за активность в Discord, galxe и zealy.Что такое RedStone и почему стоит обратить на него ваше внимания?RedStone — это Oracle, который предоставляет часто обновляемые, надежные и разнообразные потоки данных для вашего dApp и смарт-контракто...]]></description>
            <content:encoded><![CDATA[<p>В этой статье вы познакомитесь с таким проектом, как <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://redstone.finance/">RedStone</a>, а так же узнаете о всех возможных активностях, которые доступны в проекте. В статье не будет разобрана техническая часть проекта, а больше сосредоточимся на контрбьюции и получения токенов $RSG за активность в <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/JCpm8NUy">Discord</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://galxe.com/RedStone">galxe</a> и <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://zealy.io/c/redstoneoracles/invite/icfQTKh9uU84rHkIEgg78">zealy</a>.</p><h2 id="h-chto-takoe-redstone-i-pochemu-stoit-obratit-na-nego-vashe-vnimaniya" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Что такое RedStone и почему стоит обратить на него ваше внимания?</h2><p>RedStone — это Oracle, который предоставляет часто обновляемые, надежные и разнообразные потоки данных для вашего dApp и смарт-контрактов на нескольких уровнях L1 и L2.</p><p>Благодаря своей высокоскоростной доставке данных и безопасной архитектуре, RedStone предлагает ряд применений для разработчиков и пользователей в экосистеме Web3.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4590c595f491349c526d0419ee8d470ecd439bd5f5fa090d84c5762108261d94.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>Проект собрал 7 млн инвестиций в seed раунде и уже поддерживает более 20 сетей.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/62185dd58030402ec8b1e2c487308f0ada6a92cab39ae6b3a149f620756a133d.png" alt="Investors" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Investors</figcaption></figure><h2 id="h-aktivnosti-kotorye-dostupny-na-dannyj-moment-v-proekte" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Активности, которые доступны на данный момент в проекте.</h2><p>На данный момент в проекте все внимания сосредоточено на их амбассадорской программе, но так же есть отдельные активности для получения $RSG. Ниже рассмотрим все варианты заработка этого токена.</p><h3 id="h-ambassadorskaya-programma" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Амбассадорская программа</h3><p>Самая низшая ступень в программе называется <em>“Ore Diggers”.</em> Для ее получения необходимо выполнить первоначальные задания на zealy: <br>1. Подписаться на <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/redstone_defi">twitter</a> проекта<br>2. Вступить в <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/JCpm8NUy">Discord</a><br>3. Добавить в своем профиле в твиттере значок “♦️”<br><br>После этого вам будет доступная первая роль и их дискорде</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b349d078a9cc40462df5fe8a0148e33dc3599fc229326d219e324253fac4e047.png" alt="Ore Diggers" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Ore Diggers</figcaption></figure><p>После получения роли вам станет доступен фарминг $RSG.</p><pre data-type="codeBlock" text="RSG (RedStone Gems) are on-chain activity points in RedStone Expedition. Collecting more of them allows you to get a higher reward at the end of the campaign.
"><code>RSG (RedStone Gems) are <span class="hljs-keyword">on</span>-chain activity points <span class="hljs-keyword">in</span> RedStone Expedition. Collecting more <span class="hljs-keyword">of</span> them allows you <span class="hljs-keyword">to</span> <span class="hljs-keyword">get</span> a higher reward at the <span class="hljs-keyword">end</span> <span class="hljs-keyword">of</span> the campaign.
</code></pre><p><br>За каждое смс в Discorde в разделе “Degen” вы будете получать 10 токенов, если вы являетесь бустером сервера, то будете получать 20 токенов.<br><br>После получения первой роли идем и получается вторую. Для этого вам необходимо будет пройти #Quiz 1 на zealy. Все ответы есть в <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="">документации</a>. Если вы делаете ошибку, то следующая попытка будет доступна только через час.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f971313beb4108d87544d12cbbe10d7ab4e713fdebf1ea473f2a864fe10c1f7d.png" alt="#Quiz 1" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">#Quiz 1</figcaption></figure><p>Итак, после прохождения квиза начинаем выполнять задания для получения роли <em>“Rock Breakers”.</em> Чтобы получить роль вам необходимо выполнять следующие задания: <br>1. Content creation (делать любой контент о проекте. Это могут быть статьи, твиттер треды (сосредоточьтесь на них, ведь они занимают меньше всего времени и на данном этапе этого хватит). Мои треды о проекте - <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/zaxarqa/status/1741259162405781870">1</a>,<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/zaxarqa/status/1732367963494162432">2</a><br><br>2. Make meme (просто делайте 1 мем в неделю о проекте и закидывайте его в ветку |memes в Discord. После присылайте скриншот. Не стоит воровать чужие работы. Человек все проверяет вручную и скорее всего не примет ее. Если у вас нет навыков работы с редакторами, то воспользуйтесь любим конструктором мемов онлайн).<br><br>3. Следующие два задания - это ежедневные активности в проекте. В первом задании вам просто надо зайти в дискорде во вкладку |like-mining, выбрать любой твит, перейти на него и поставить лайк, после чего скинуть ссылку на твит, который вы лайкнули. В задании <em>“Engage…”</em> вам нужно проявить активность в официальном аккаунте проекта. Идем и просто пишем коммент под любым из постов, после чего скидываем ссылку на него. <br><br>Таким образом мы получаем в течение нескольких недель пятый уровень на zealy и клеймим роль.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cdd3d3aa9183d07521e017b771f6edfb5215f40a63f3a462ea628b259b943f5a.png" alt="Rock Breakers" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Rock Breakers</figcaption></figure><p>На этом легкие роли заканчиваются. Следующая роль “Vein Masters”. Для ее получения уже придется попотеть. Для того, чтобы вам стали доступны новые задания на zealy, необходимо выполнить #Quiz 2. К этому времени у вас уже должно быть полное понимание о проекте и вряд ли вопросы вызовут у вас сложности.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/51343ca1a0f856c72add524d35b6929dffb8ef63d7d626aaa5a115056b0b5fd3.png" alt="#Quiz 2" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">#Quiz 2</figcaption></figure><p>Роль <em>“Vein Masters”</em> получать уже довольно сложно по нескольким причинам. Во-первых, она выдается только после заполнения формы и все заявки рассматриваются вручную. На данный момент меньше 50 человек (по моим наблюдениям) имеют эту роль, во-вторых, чтобы получить эту роль, вам необходимо месяц просидеть на роли <em>“Rock Breakers”</em> и только после этого подавать заявку на Vein. <br><br>После того, как вы выполните квиз, вам откроются следующие задания. Я не вижу смысла перечислять их тут все подробно. Вам предстоит делать треды, писать статьи, делать видео и так далее. Остановлюсь только на первом задании:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/aed369c940cfc4d207675137fad65d1b4aa4dec4e09ba99ec19eb99dab76b21a.png" alt="“Vein Masters” " blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">“Vein Masters”</figcaption></figure><p><br>- Create Community Building ideas. Хоть за это задание и начисляется меньше всего опыта, но его ценность может быть выше чем у остальных. Мне выдавались неоднократно роли в дискордах только за то, что я писал в личные сообщениях членам команды с предложениями по улучшениям или идеям, поэтому подойти максимально ответственно к этому заданию. <br><br>После получения роли вы будете добавлены в закрытый чат. Так же вы будете получать ежемесячные начисления $RSG. <br><br>Самые лучшие участники программы смогут претендовать на роль “Deep Miners”, которая включается в себя все преимущества предыдущих ролей, а так же:<br><br>- OG NFT<br>- Swag Boxes (что бы это не значило)<br>- Прямые упоминания ваших медиа в медиа проекта<br>- Ранний доступ к альфа обновлениям и новостям<br>- Приглашения на различные крипто-мероприятия (Все расходы на себя берет команда проекта)<br><br>Есть еще одна роль - <em>“Mine King”.</em> Это уже полноценный член команды проекта, которые претендует на заработную плату. Возможно именно вы сможете им стать.</p><h3 id="h-galxe-redstone" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Galxe RedStone</h3><p><br>На данный момент нет активных компаний на <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://galxe.com/RedStone">galxe</a>, но они появляются там регулярно. За выполнение задания и получение OAT, вы получаете 5000 $RSG.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1290133d9fca9352f2cb0c3407f687b5b2d8d4e4b0fb271ad1514951a55b1bc6.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><br>На этом все. Если у вас остались вопросы по проекту, то вы можете задавать их непосредственно в чате в Discord. Тем самым вы получите свои первые $RSG и начнете свое погружение в проект. Ниже я оставлю ссылки на все ресурсы, чтобы не нужно было искать их по статье. <br><br>Официальный сайт</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://redstone.finance/">https://redstone.finance/</a></p><p>Документация проекта</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.redstone.finance/docs/introduction">https://docs.redstone.finance/docs/introduction</a></p><p>Амбассадорская программа</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://redstone-finance.notion.site/RedStone-Miners-Ambassador-Program-0b5c0ac2943549ac943243b693de7bc7#5eea5adc977f44929b1ab0cb7b797d95">https://redstone-finance.notion.site/RedStone-Miners-Ambassador-Program-0b5c0ac2943549ac943243b693de7bc7#5eea5adc977f44929b1ab0cb7b797d95</a></p><p>Discord</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/hFShg7nU">https://discord.gg/hFShg7nU</a></p><p>Galxe</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://galxe.com/RedStone">https://galxe.com/RedStone</a></p>]]></content:encoded>
            <author>asdzx@newsletter.paragraph.com (Maybe you'll find something interesting here)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/b52ea87df35e37896bdcd355daf500486affba332b4ccb866b605fec789dd1bb.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Introduction to Cryptocurrency]]></title>
            <link>https://paragraph.com/@asdzx/introduction-to-cryptocurrency</link>
            <guid>jfcE3nLoi11FYJJTPgNx</guid>
            <pubDate>Thu, 13 Jul 2023 09:45:25 GMT</pubDate>
            <description><![CDATA[Cryptocurrency has revolutionized the financial landscape, offering a decentralized and secure alternative to traditional forms of currency. It is a digital or virtual form of money that uses cryptography for secure transactions and controls the creation of new units. One of the most well-known cryptocurrencies is Bitcoin, but there are now thousands of different cryptocurrencies in existence. The Benefits of Using Cryptocurrency Cryptocurrencies offer several advantages over traditional fiat...]]></description>
            <content:encoded><![CDATA[<p>Cryptocurrency has revolutionized the financial landscape, offering a decentralized and secure alternative to traditional forms of currency. It is a digital or virtual form of money that uses cryptography for secure transactions and controls the creation of new units. One of the most well-known cryptocurrencies is Bitcoin, but there are now thousands of different cryptocurrencies in existence. <br><br>The Benefits of Using Cryptocurrency</p><p>Cryptocurrencies offer several advantages over traditional fiat currencies. They provide increased privacy and security, as transactions are recorded on a blockchain, making them difficult to manipulate or forge. Cryptocurrencies also enable faster and cheaper cross-border transactions, eliminating the need for intermediaries like banks. Additionally, cryptocurrencies give individuals greater control over their funds, as they are not subject to government regulations or restrictions.<br><br>Understanding Blockchain Technology</p><p>Blockchain technology is the underlying technology behind cryptocurrencies. It is a decentralized and transparent ledger that records all cryptocurrency transactions across a network of computers. Each transaction is grouped into a block, which is then added to the chain of previous blocks, creating an immutable record. Blockchain technology has the potential to revolutionize various industries beyond finance, including supply chain management, healthcare, and voting systems.</p>]]></content:encoded>
            <author>asdzx@newsletter.paragraph.com (Maybe you'll find something interesting here)</author>
        </item>
        <item>
            <title><![CDATA[Golden - WEB 3 Wikipedia under AI control]]></title>
            <link>https://paragraph.com/@asdzx/golden-web-3-wikipedia-under-ai-control</link>
            <guid>yuxTvWxzjNuxTaE2M4zQ</guid>
            <pubDate>Wed, 01 Feb 2023 07:15:59 GMT</pubDate>
            <description><![CDATA[How do you create a project, company or person page?We go to https://golden.com and we are registering an account. Next, click Create and select Public Topic from the list. At the moment, only articles written in English are supported.Step 1Next, we set the title of our page, select a template and click Next.Step 2Such a window opens in front of us, we insert a link to the company there and the AI will try to extract the content for our draft.Step 3We insert a link to the company&apos;s websi...]]></description>
            <content:encoded><![CDATA[<h2 id="h-how-do-you-create-a-project-company-or-person-page" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">How do you create a project, company or person page?</h2><p>We go to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://golden.com">https://golden.com</a> and we are registering an account. Next, click Create and select Public Topic from the list. At the moment, only articles written in English are supported.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3ab6f116c97c42d9e8042f99cb46b6b7b26e322d05a383047e6816943447e142.png" alt="Step 1" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Step 1</figcaption></figure><p>Next, we set the title of our page, select a template and click <code>Next</code>.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5273bd653e9a172cc3e28a868733f57c8abe69167cd359f584f03d20ef1517a5.png" alt="Step 2" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Step 2</figcaption></figure><p>Such a window opens in front of us, we insert a link to the company there and the AI will try to extract the content for our draft.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/067cba21445a36d3939c997c0e753f4944f74b0a539150358968c7af800bf365.png" alt="Step 3" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Step 3</figcaption></figure><p>We insert a link to the company&apos;s website and the AI immediately offers us to add Twitter.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/753d67db1dccee78689cf96390de61e6aaf5ca6906715c1bf1bd9cfc0600e2fa.png" alt="Step 4" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Step 4</figcaption></figure><p>Click <code>Next</code>, then <code>Add to draft</code>.</p><p>Next, fill in all available information about the project, company, etc.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d53ebdc56f923287bd23030014ee35277638b7695d9a8654dc1012228badb99c.png" alt="Step 5" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Step 5</figcaption></figure><p>Click on <code>Publish.</code></p><p>Why are we doing this? After completion, we are given 2 contributions, which are displayed in our profile.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b3f9c85a519c75561dc54a0ca29c01d694b576ab8fc8add9ca07b9a76489062b.png" alt="Step 6" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Step 6</figcaption></figure><p>On August 30 , the testnet was launched in <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dapp">https://dapp</a> .golden.xyz/. To get access to dapp, we need to edit the &quot;Triple&quot; after which we will have to send an email. The “Triple” is the information on the company or project page enclosed in the infobox shown in the figure below.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1c07e4b8b674f1fdbed2d007a7b54bfe4767ffb9ea7174b4ef239d9fa0bca0ff.png" alt="“Triple”" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">“Triple”</figcaption></figure><p>Click on <code>Edit structured data</code> button and select what we want to add, change or remove. important! Indicate in the notes where we got this or that information when adding or changing previously provided information by another user. You can also edit your own articles for the project.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f94f4fe026ec888cb140a0569a677c1f0cf600c27e5509e4023002e51d97509a.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>For each edit you get 1 point. In the future, when you launch a token, you will receive the number of tokens in proportion to the volume of contributions on your balance. It is important to understand that for completely ridiculous or not truthful edits, the team will punish by selecting a certain number of contributions from your balance.</p><p>Why do we need access to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dapp">https://dapp</a>.golden.xyz/ ? On August 30, the &quot;Security Bug Bounty Program&quot; was launched. You have a chance to find a vulnerability, for which you will be generously rewarded. All information on this event can be found at the link <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://goldenhq.notion.site/Security-Bug-Bounty-Program-7a98c9ba7f504afcb442cbd26e956a0c">here</a> . This is definitely one of the few worthwhile projects in recent times that offers some innovation in the existing format of knowledge bases. A lot of companies, people, etc. have already been posted on the project&apos;s website.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fe0405da36531d5e71c67b4c939aeb812ff48d56ef195d27d02e73d9a0307b41.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>So I advise you to explore the site and see its functionality, it is very convenient and interesting.</p>]]></content:encoded>
            <author>asdzx@newsletter.paragraph.com (Maybe you'll find something interesting here)</author>
        </item>
    </channel>
</rss>