<?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>fwf</title>
        <link>https://paragraph.com/@fwf</link>
        <description>undefined</description>
        <lastBuildDate>Sun, 10 May 2026 09:24:11 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>fwf</title>
            <url>https://storage.googleapis.com/papyrus_images/be3867bb93c9072a75264b0961e263bd154178706cb77b65bc37017c6bdc1f86.png</url>
            <link>https://paragraph.com/@fwf</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Data agregation and it`s role in blockchain oracles]]></title>
            <link>https://paragraph.com/@fwf/data-agregation-and-it-s-role-in-blockchain-oracles-2</link>
            <guid>PDRY15K9SJbMETaOtChe</guid>
            <pubDate>Tue, 26 Mar 2024 15:33:59 GMT</pubDate>
            <description><![CDATA[👋🏻 Welcome! This article was written by RedStone&apos;s community ambassador, fwf. Enjoy reading it! Security, minimizing the risks of manipulation, real-time data updates and much more is provided by data aggregation, which is why it is considered an integral part of any Blockchain Oracle. And already Oracle acts as a bridge between networks in blockchain and the real world, providing smart contracts with external information.🤔What is data aggregation?Data aggregation is the process of co...]]></description>
            <content:encoded><![CDATA[<p>👋🏻 <strong>Welcome! This article was written by RedStone&apos;s community ambassador, fwf. Enjoy reading it!</strong></p><p>Security, minimizing the risks of manipulation, real-time data updates and much more is provided by data aggregation, which is why it is considered an integral part of any Blockchain Oracle. And already Oracle acts as a bridge between networks in blockchain and the real world, providing smart contracts with external information.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1f86eadac2a6c34f31159c16f8388b007606484983a152a57588b55c45fe62ef.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>What is data aggregation?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a9f0cf2a67fc1078b7547994295954d23c5b3d06c372e64b682e73af1d9faa77.jpg" 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>Data aggregation</strong> <strong>is</strong> the process of collecting data (often from multiple sources) to produce high-level summary information that can be used for statistical analysis. An example of simple data aggregation is determining the amount of sales in a particular product category for each region in which you operate. Such a statistical summary makes it easier to analyze large amounts of data. Common data aggregations include sum, average, maximum, minimum, and quantity.</p><p><strong>Data aggregation works like &quot;synthesis&quot;, its main goal is to create a whole from multiple values.</strong></p><p><strong>Data aggregation is very commonly used in databases with data.</strong></p><p>📝 In database management, there is a very useful tool called median. <strong>An example of using the median:</strong></p><p>Suppose you have a huge database with personal data of more than one billion people. A person&apos;s gender, age, place of birth, it all gets confusing with so much information, so you need structure here. Let&apos;s do the same &quot;synthesis&quot; (i.e. create something whole from a set of values), count one category (e.g. salaries) in the database and <strong>create a median value of all salaries using the aggregate function.</strong> If necessary, you can use this function to select other categories as well: industry type, person&apos;s gender, and more.</p><p>♻️<strong>How is RedStone processing the data?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8c9352d3e06b1cad748bca629ad76a8245d0ac56f88d51d5e2ab972176bf6920.jpg" 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>RedStone uses different methodologies to aggregate the data, which are called &quot;median, TWAP (Time-weighted Average Price), LWAP (Liquidity-Weighted Average Price) and VWAP (Volume-weighted average price)&quot;.</p><p>📈<strong>Median price value</strong></p><p>There is another approach, which uses a median value calculation. It’s way better than the average value and definitely more resistant to manipulations by corrupted sources. However, even this method cannot be considered a perfect way to calculate price value. As an example, assume that you take the same ETH/USD value from one large crypto exchange ($100m daily trading volume on ETH/USD market) and 4 small ones (~$10k daily trading volume on ETH/USD market), and the large exchange provides value $2000, but all the small ones — less than $1900. Then the aggregated median value, in this case, will be less than $1900, but, as you can guess, it’s not close enough to the “real” market value.</p><p>(From blog of RedStone).</p><p><strong>🔑 What opportunities Oracles have with the use of data aggregation:</strong></p><ul><li><p>🔐 <strong>Improved security</strong> - Collecting data from trusted authorized sources contributes to the overall security of blockchain-apps and protects assets and users from potential vulnerabilities;</p></li><li><p>✅ <strong>Reliable information source and consensus assurance</strong> - Gathering information from multiple sources ensures accuracy and reliability. RedStone does the same, it increases the reliability of information for smart contracts;</p></li><li><p>🛠 <strong>Support for Complex Smart Contracts</strong> - As smart contracts become increasingly complex, they require diverse data sets. Aggregated data collection allows Oracles to provide information to execute complex smart contracts;</p></li><li><p>⚡️<strong>Real-time data feeds</strong> - Aggregated data allows Oracle to provide smart contracts with real-time information so they execute quickly and accurately;</p></li><li><p>💎<strong>Minimize the risk of manipulation</strong> - By collecting data from multiple sources, RedStone minimizes the risk of manipulation. If a single source is used, it may be susceptible to malicious attacks. Data aggregation protects against such risks.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/85c76f33e8e96225322e448947260f9cf7163c00a44a347df7ecdf582f3da7ad.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 collecting, verifying and providing accurate information from a variety of sources, Oracle facilitates the integration of blockchain technology with real-world data and contributes to a more robust and decentralized ecosystem.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ac7c8e8884a3badaf29333011cdd5887ae8ac45df243953d5038af5b19f33f87.jpg" 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>Join us! We are already over 100K!</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6445f1e49d9a26ec13b6b3d1276bb32d54edc61536aeb0c357049668b66b5237.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>Our official links:</strong></p><p>Docs:</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>Discord:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/redstonedefi">https://discord.gg/redstonedefi</a></p><p>Twitter:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/redstone_defi">https://twitter.com/redstone_defi</a></p>]]></content:encoded>
            <author>fwf@newsletter.paragraph.com (fwf)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/c216c30fd76699d77417913537c82aae97fbe418facf6909573c2ccb2f51cd03.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[🇷🇺 Data agregation and it`s role in blockchain oracles]]></title>
            <link>https://paragraph.com/@fwf/data-agregation-and-it-s-role-in-blockchain-oracles</link>
            <guid>IHQexWD9Nn3pGS5yd1RF</guid>
            <pubDate>Tue, 26 Mar 2024 15:18:59 GMT</pubDate>
            <description><![CDATA[👋🏻Добро пожаловать! Эту статью написал посол сообщества fwf. Приятного прочтения! Безопасность, минимизирование рисков манипулирования, обновление данных в режиме реального времени и многое другое дает создать агрегация данных, поэтому именно она считается неотъемлемой частью любого Blockchain Oracle. А уже Oracle выступает в роли моста между сетями в blockchain и и реальным миром, предоставляя смарт-контрактам внешнюю информацию.🤔Что такое агрегация данных?Агрегация данных - это процесс с...]]></description>
            <content:encoded><![CDATA[<p>👋🏻<strong>Добро пожаловать! Эту статью написал посол сообщества fwf. Приятного прочтения!</strong></p><p>Безопасность, минимизирование рисков манипулирования, обновление данных в режиме реального времени и многое другое дает создать агрегация данных, поэтому именно она считается неотъемлемой частью любого Blockchain Oracle. А уже Oracle выступает в роли моста между сетями в blockchain и и реальным миром, предоставляя смарт-контрактам внешнюю информацию.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1f86eadac2a6c34f31159c16f8388b007606484983a152a57588b55c45fe62ef.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a9f0cf2a67fc1078b7547994295954d23c5b3d06c372e64b682e73af1d9faa77.jpg" 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><strong>Агрегация данных работает, как “синтез”, ее главная задача - это из множества значений создать единое целое.</strong></p><p><strong>Агрегация данных очень часто используется в базах с данными.</strong></p><p>📝В управлении базами данных есть очень полезный инструмент - <strong>медиана.</strong> <strong>Пример использования медианы:</strong></p><p>Предположим, что у Вас есть огромная база данных с личными данными более одного миллиарда человек. Пол человека, возраст, место рождения, все это путается с таким объемом информации, поэтому здесь нужна структура. Давайте сделаем тот самый “синтез” (т. е. из множества значений создадим что-то целое), считаем одну категорию (к примеру зарплаты) в базе данных и <strong>создадим</strong> <strong>median значение</strong> <strong>всех зарплат с помощью функции агрегирования.</strong> При необходимости с помощью этой функции можно выбрать и другие категории: тип отрасли, пол человека и другое.</p><p>♻️<strong>Как RedStone обрабатывает данные?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8c9352d3e06b1cad748bca629ad76a8245d0ac56f88d51d5e2ab972176bf6920.jpg" 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>RedStone использует различные методологии для агрегирования данных, которые называются &quot;медиана, TWAP (Time-weighted Average Price), LWAP (Liquidity-Weighted Average Price) and VWAP (Volume-weighted average price)&quot;.</p><p>📈<strong>Median значение цены</strong></p><p>Существует и другой подход, который использует расчет медианного значения. Он намного лучше среднего значения и, безусловно, более устойчив к манипуляциям со стороны коррумпированных источников. Однако даже этот метод нельзя считать идеальным способом расчета стоимости. В качестве примера, предположим, что вы берете одну и ту же стоимость ETH/USD с одной крупной криптобиржи ($100 млн дневного объема торгов на рынке ETH/USD) и 4 мелких (~$10 тыс. дневного объема торгов на рынке ETH/USD), и крупная биржа предоставляет стоимость $2000, а все мелкие - менее $1900. Тогда агрегированное медианное значение, в данном случае, будет меньше $1900, но, как вы можете догадаться, оно не достаточно близко к &quot;реальной&quot; рыночной стоимости. (из блога RedStone).</p><p>🔑<strong>Какие возможности открываются Oracles с использованием агрегации данных:</strong></p><ul><li><p>🔐<strong>Повышение безопасности</strong> - Сбор данных из доверенных авторизованных источников способствует общей безопасности blockchain-apps и защищает активы и пользователей от потенциальных уязвимостей;</p></li><li><p>✅<strong>Надежный источник информации и обеспечение консенсуса</strong> - Сбор информации из разных источников обеспечивает точность и надежность. RedStone делает тоже самое, это повышает надежность информации для смарт-контрактов;</p></li><li><p>🛠<strong>Поддержка сложных смарт-контрактов</strong> - По мере того как смарт-контракты становятся все более сложными, они требуют разнообразных наборов данных. Агрегированный сбор данных позволяет Oracles предоставлять информацию для выполнения сложных смарт-контрактов;</p></li><li><p>⚡️<strong>Потоки данных в реальном времени</strong> - Агрегированные данные позволяют Oracle предоставлять смарт-контрактам информацию в режиме реального времени, чтобы они выполнялись быстро и точно;</p></li><li><p>💎<strong>Минимизация риска манипуляций</strong> - Собирая данные из разных источников, RedStone минимизирует риск манипуляций. Если используется один источник, он может быть подверженным вредоносным атакам. Агрегация данных защищает от таких рисков.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/85c76f33e8e96225322e448947260f9cf7163c00a44a347df7ecdf582f3da7ad.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>Собирая, проверяя и предоставляя точную информацию из различных источников, Oracle облегчает интеграцию технологии “blockchain” с реальными данными и способствует созданию более надежной и децентрализованной экосистемы.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ac7c8e8884a3badaf29333011cdd5887ae8ac45df243953d5038af5b19f33f87.jpg" 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>Присоединяйтесь к нам! Нас уже больше 100К!</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6445f1e49d9a26ec13b6b3d1276bb32d54edc61536aeb0c357049668b66b5237.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>Документы:</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>Discord:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/redstonedefi">https://discord.gg/redstonedefi</a></p><p>Twitter:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/redstone_defi">https://twitter.com/redstone_defi</a></p>]]></content:encoded>
            <author>fwf@newsletter.paragraph.com (fwf)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/c216c30fd76699d77417913537c82aae97fbe418facf6909573c2ccb2f51cd03.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[3 ways to integrate RedStone]]></title>
            <link>https://paragraph.com/@fwf/3-ways-to-integrate-redstone-2</link>
            <guid>rrXAkardMtKM3HAT3xs8</guid>
            <pubDate>Tue, 26 Mar 2024 07:47:20 GMT</pubDate>
            <description><![CDATA[👋🏻 Welcome back! This is the article by Ambassador fwf. Have a good time! You&apos;ve already seen some opportunities in RedStone, and now you&apos;d like to make an integration. It sounds difficult, but in reality, it&apos;s not rocket science to do.RedStone is a decentralized blockchain oracle. This feature helps you continue your work in any case. The only difference is that RedStone gets all the data from more than 50 sources at any time, while centralized ones use only one source. At t...]]></description>
            <content:encoded><![CDATA[<p>👋🏻 <strong>Welcome back! This is the article by Ambassador fwf. Have a good time!</strong></p><p>You&apos;ve already seen some opportunities in RedStone, and now you&apos;d like to make an integration. It sounds difficult, but in reality, it&apos;s not rocket science to do.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d6786b4611de8dcd0cc51f3830a5efd7f74337e4b0f1f1cfe37deea88fb449f3.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1f86eadac2a6c34f31159c16f8388b007606484983a152a57588b55c45fe62ef.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>RedStone is a decentralized blockchain oracle. This feature helps you continue your work in any case. <strong>The only difference is that RedStone gets all the data from more than 50 sources at any time, while</strong> <strong>centralized ones use only one source.</strong></p><p>At the moment, RedStone manages data files from all the backend nodes. But you should remember that the main aspect of its work is decentralization, as most of the input data comes from different sources. <strong>Further, there will be access to the backend nodes for people who haven&apos;t joined the main RedStone team yet.</strong></p><p>🔌 <strong>RedStone&apos;s process of data integration</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6e4002b1a257de6131de934f1efa3b30c75d7b58a107868a9a97a77ac9b624cd.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>To join RedStone, you&apos;re likely to go through an &quot;integration process” (all the official details are at the bottom of the page). <strong>Using our modular design, you may choose any of the following options:</strong></p><p>⚡️<strong>RedStone Core</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f46b463ef69a6576aab82627a2aa0e1c970fb55e7a5be561929c683d06867313.png" alt="Image author: Charlotte Kindt" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Image author: Charlotte Kindt</figcaption></figure><p><strong>As simple as a piece of cake. This is an easy and trusted way of integrating.</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6ee2d91e84fae3a0e8004bc74936989933fc6bfc8d80256e6abaa9cda88a46f2.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>All the data goes directly to the user&apos;s transactions. Such an option lets you reach the maximum gas usage effectively and easily. All the processes are in one transaction!</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Forget about all the problems with transactions&apos; “traffic jam&quot; — payment delay. Just remember when you need to wait for your transaction for long hours only because there&apos;re hundreds of them before you with a great amount of money. And they&apos;re processing it on different levels over and over again.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e1ac2ebf8ded2ce3bfaff3ed387d65ab894cc7a822ad652333f2584bf8b953e0.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><code>RedStone will save you money and time, which is what&apos;s most important to us.</code> <strong>Let&apos;s get to know more about the RedStone Core:</strong></p><ul><li><p>Protection of more than <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://defillama.com/oracles/RedStone">$1.7 billion TVL of protocols (DeFI);</a></p></li><li><p>Price feeds were put into <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dune.com/hatskier/redstone">more than 166K transactions.</a></p></li></ul><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.redstone.finance/#/app/tokens">Click here</a> to view the <strong>full list of price feeds.</strong></p><p>🛠<strong>RedStone Classic (Push)</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/da8d7cb0ff9d7299487f01d949a45a2aca68b9ff5f4f2d659a719c9aa4b522e7.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>The best choice for modular apps.</strong> RedStone Classic distributes all the data among repeaters that will transfer it on-chain according to the recipient. Thus, RedStone optimizes your data, not just processes it.</p><p>RedStone Core and RedStone Classic store data on-chain, and you don&apos;t have to worry about the overpayment for translations through some gateways. RedStone Classic is on top of RedStone, and it distributes all the data among repeaters that will transfer it on-chain according to the recipient. To sum all up, this is all about <strong>optimizing your data, not just processing.</strong></p><p><strong>❌This way of transacting ISN&apos;T FOR YOU to use:</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/15f3e985f2446a6c9040df6782d811ff8f446497cd9abf7f0f2544c2444d1d71.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>RedStone Classic doesn&apos;t suit classic networks with high prices for gas (ERC-20) or for apps that don&apos;t track the prices in real time.</p><p><strong>✅This way of transacting IS FOR YOU to use:</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/898766fd75b803adb4944454de12583ec24b0143a7824278ea71bc888d603bd4.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>RedStone Classic is for modular blockchain, as it evolved greatly last time. <strong>RedStone is working on the creation of new concepts as time passes.</strong></p><p><strong>🔐Ton, Blast, Manta, Mode, Ethena, and others have already trusted us with their data:</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/310aa18e233137ecfcd418a4e3e5ed0425c5012df9f92c62f22432aed2245991.webp" alt="https://vxtwitter.com/redstone_defi/status/1745823159587397833?s=20" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">https://vxtwitter.com/redstone_defi/status/1745823159587397833?s=20</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/beaac65d4548ac45024e6d6bb007604496e3af11b9c5ecb45637120e076cd0f5.webp" alt="https://vxtwitter.com/redstone_defi/status/1747650159344066691?s=20" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">https://vxtwitter.com/redstone_defi/status/1747650159344066691?s=20</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8887c696b81a676b499072a1c0fdd635e361ec8bc29a31d3c64d962be4fe873a.webp" alt="https://vxtwitter.com/redstone_defi/status/1747287657510826113?s=20" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">https://vxtwitter.com/redstone_defi/status/1747287657510826113?s=20</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6448af71db0ea98f0847567df305a572c0ab66367917b0e636b1faa37e187e18.webp" alt="https://x.com/redstone_defi/status/1766116990618677442?s=20" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">https://x.com/redstone_defi/status/1766116990618677442?s=20</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/38839a155ff6a851e84edf36d94419a46eb0ffd202fbf27b063823aed0340cc3.webp" alt="https://x.com/redstone_defi/status/1764682387127226633?s=46&amp;t=BZDbCMmvG49Hd0r7a-f6eg" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">https://x.com/redstone_defi/status/1764682387127226633?s=46&amp;t=BZDbCMmvG49Hd0r7a-f6eg</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e1ac2ebf8ded2ce3bfaff3ed387d65ab894cc7a822ad652333f2584bf8b953e0.png" alt="Think about it" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Think about it</figcaption></figure><p><code>Thanks to our modular design, you&apos;re able to choose when and how to update your price.</code> When using other Oracles, you have to admit their conditions. <strong>Here are some important tips (keys):</strong></p><ul><li><p>We&apos;ve got a tried-and-tested database, and our team is not to modify it, even with small changes;</p></li><li><p>The protocol is deployed in a private network or in a network where gas costs are minimized;</p></li><li><p>You don&apos;t need to update the price so often.</p></li></ul><p>🔐<strong>RedStone X as a super-defender of front-running</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3ab177109c57255bab1dac194a662f1254d76fcd588f28dd3c6694a863e3466b.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>What&apos;s “front-running”?</strong> <strong>Front-running (tailgating) is</strong>, at best, a security breach that can greatly influence such an advanced protocol as DeFi. Numerous cases of rush transactions lead to the loss of millions of dollars in DeFi protocols.</p><p>RedStone X has a deferred execution pattern, offering a way to check the integrity of data that has not been manipulated by attackers. If all checks pass correctly, an appropriate value will be returned to the user. In other cases, the order will be blocked.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e1ac2ebf8ded2ce3bfaff3ed387d65ab894cc7a822ad652333f2584bf8b953e0.png" alt="Think about it" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Think about it</figcaption></figure><p><code>Left all the hackers behind. Protect your project with RedStone.</code></p><p>🤝<strong>Join us! We&apos;ve reached 100K followers!</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6445f1e49d9a26ec13b6b3d1276bb32d54edc61536aeb0c357049668b66b5237.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>Official links:</strong></p><p>White paper:</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>Discord:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/redstonedefi">https://discord.gg/redstonedefi</a></p><p>Twitter:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/redstone_defi">https://twitter.com/redstone_defi</a></p>]]></content:encoded>
            <author>fwf@newsletter.paragraph.com (fwf)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/c216c30fd76699d77417913537c82aae97fbe418facf6909573c2ccb2f51cd03.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[🇷🇺 3 ways to integrate RedStone]]></title>
            <link>https://paragraph.com/@fwf/3-ways-to-integrate-redstone</link>
            <guid>xkJRUWNgtar5j6rJ68tn</guid>
            <pubDate>Mon, 25 Mar 2024 14:42:09 GMT</pubDate>
            <description><![CDATA[👋🏻Добро пожаловать! Эту статью написал посол сообщества fwf. Приятного прочтения! Вы уже увидели для себя возможности, которые Вам открываются с RedStone и хотите произвести интеграцию. Сначала может показаться, что этот процесс очень трудный, но на самом деле он очень простой.RedStone - это децентрализованный blockchain oracle, данная особенность позволяет ему продолжать работу даже в самых критических ситуациях. Главное отличие от централизованного oracle заключается в том, что RedStone п...]]></description>
            <content:encoded><![CDATA[<p>👋🏻<strong>Добро пожаловать! Эту статью написал посол сообщества fwf. Приятного прочтения!</strong></p><p>Вы уже увидели для себя возможности, которые Вам открываются с RedStone и хотите произвести интеграцию. Сначала может показаться, что этот процесс очень трудный, но на самом деле он очень простой.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1f86eadac2a6c34f31159c16f8388b007606484983a152a57588b55c45fe62ef.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>RedStone - это децентрализованный blockchain oracle, данная особенность позволяет ему продолжать работу даже в самых критических ситуациях. Главное отличие от централизованного oracle заключается в том, что RedStone получает данные из более 50 источников информации и в любое время суток. <strong>Централизованные Oracles такого не умеют, потому что они имеют всего один источник информации.</strong></p><p>На данный момент все текущие узлы отвечающие за получение и распределение данных управляются командой RedStone. Однако помните, что это не отменяет децентрализованного аспекта, поскольку большинство данных поступает из разных источников. <strong>В дальнейшем доступ к узлам будет открыт для людей, не входящих в основную команду RedStone.</strong></p><p>🔌<strong>Процесс интеграции RedStone</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6e4002b1a257de6131de934f1efa3b30c75d7b58a107868a9a97a77ac9b624cd.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>Чтобы подключить RedStone, Вам нужно сделать процесс под названием “интеграция” (официальные документы Вы можете найти в конце статьи). <strong>Наша модульная конструкция позволяет сделать интеграцию 3 способами:</strong></p><p>⚡️<strong>RedStone Core</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f46b463ef69a6576aab82627a2aa0e1c970fb55e7a5be561929c683d06867313.png" alt="Автор изображения: Charlotte Kindt" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Автор изображения: Charlotte Kindt</figcaption></figure><p>Самый простой способ интеграции. Старый и надежный, работает, как швейцарские часы.</p><p>Данные динамически добавляются в пользовательские транзакции, что дает добиться максимальной эффективности использования газа, сохраняя удобство, поскольку весь процесс укладывается в одну транзакцию.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Данный способ интеграции позволяет забыть о таких ситуациях, как “дорожные пробки” в транзакциях. Только вспомните, как одна транзакция длилась несколько часов, только потому что до нее не обработались еще 100 других транзакций, которые еще и стоят сотни долларов, потому что они обрабатываются снова и снова на нескольких уровнях.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e1ac2ebf8ded2ce3bfaff3ed387d65ab894cc7a822ad652333f2584bf8b953e0.png" alt="Подумай об этом" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Подумай об этом</figcaption></figure><p><code>С RedStone Вы сохраните силы, деньги и самое главное - время.</code> <strong>Факты о RedStone Core, которые Вы должны знать:</strong></p><ul><li><p>Защита более $100M TVL <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://defillama.com/oracles/RedStone">протоколов DeFI</a>;</p></li><li><p>Price feeds были введены в более чем <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dune.com/hatskier/redstone">166K транзакций</a>;</p></li></ul><p>Список всех <strong>Price feeds</strong> можно найти <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.redstone.finance/#/app/tokens">здесь</a>.</p><p>🛠<strong>RedStone Classic (Push)</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/da8d7cb0ff9d7299487f01d949a45a2aca68b9ff5f4f2d659a719c9aa4b522e7.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>Идеальное решение для приложений, которые сами являются модульными. RedStone Classic распределяет данные по ретрансляторам, которые будут передавать их on-chain в зависимости от потребностей адресата. Благодаря этому RedStone будет оптимизировать данные, а не просто поверхностно обрабатывать их.</p><p>RedStone core и RedStone classic хранят данные on-chain, но это не означает, что теперь нам нужно переплачивать за транзакцию через несколько порталов. RedStone classic построен поверх RedStone и он распределяет данные по ретрансляторам, которые в свою очередь будут передавать их on-chain в зависимости от потребностей адресата. Благодаря этом происходит оптимизация, а не поверхностная обработка.</p><p>❌<strong>Кому не подойдет данный метод интеграции:</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/15f3e985f2446a6c9040df6782d811ff8f446497cd9abf7f0f2544c2444d1d71.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>RedStone classic</strong> <strong>не подойдет</strong> для классических сетей с высокими ценами на газ (ERC-20) и для приложений, которые отслеживают цены в режиме реального времени.</p><p>✅<strong>Кому подойдет данный способ интеграции:</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/898766fd75b803adb4944454de12583ec24b0143a7824278ea71bc888d603bd4.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>RedStone Classic</strong> <strong>подойдет</strong> для модульных blockchains, поскольку модульный blockchain будет неизбежно меняться и эволюция ему будет необходима. <strong>RedStone работает над созданием новых концепций с течением времени.</strong></p><p>🔐<strong>Ton,</strong> <strong>Blast, Manta, Mode, Ethena и другие уже доверили свои данные нам:</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/310aa18e233137ecfcd418a4e3e5ed0425c5012df9f92c62f22432aed2245991.webp" alt="https://vxtwitter.com/redstone_defi/status/1745823159587397833?s=20" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">https://vxtwitter.com/redstone_defi/status/1745823159587397833?s=20</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/beaac65d4548ac45024e6d6bb007604496e3af11b9c5ecb45637120e076cd0f5.webp" alt="https://vxtwitter.com/redstone_defi/status/1747650159344066691?s=20" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">https://vxtwitter.com/redstone_defi/status/1747650159344066691?s=20</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8887c696b81a676b499072a1c0fdd635e361ec8bc29a31d3c64d962be4fe873a.webp" alt="https://vxtwitter.com/redstone_defi/status/1747287657510826113?s=20" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">https://vxtwitter.com/redstone_defi/status/1747287657510826113?s=20</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6448af71db0ea98f0847567df305a572c0ab66367917b0e636b1faa37e187e18.webp" alt="https://x.com/redstone_defi/status/1766116990618677442?s=20" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">https://x.com/redstone_defi/status/1766116990618677442?s=20</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/38839a155ff6a851e84edf36d94419a46eb0ffd202fbf27b063823aed0340cc3.webp" alt="https://x.com/redstone_defi/status/1764682387127226633?s=46&amp;t=BZDbCMmvG49Hd0r7a-f6eg" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">https://x.com/redstone_defi/status/1764682387127226633?s=46&amp;t=BZDbCMmvG49Hd0r7a-f6eg</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e1ac2ebf8ded2ce3bfaff3ed387d65ab894cc7a822ad652333f2584bf8b953e0.png" alt="Подумай об этом" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Подумай об этом</figcaption></figure><p><code>Наша модульная конструкция дает Вам право решать, когда и как обновлять цену.</code> В других Oracles Вы вынуждены принимать диктуемые параметры. <strong>Несколько необходимых ключей:</strong></p><ul><li><p>У нас уже есть хорошо проверенная кодовая база, и команда предпочитает не вносить в нее даже крошечных изменений;</p></li><li><p>Протокол развернут в частной сети или в сети, где затраты на газ минимальны;</p></li><li><p>Цены не нужно обновлять слишком часто.</p></li></ul><p>🔐<strong>RedStone X, как экстремальная защита от front-running</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3ab177109c57255bab1dac194a662f1254d76fcd588f28dd3c6694a863e3466b.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>Что такое “front-runnig”? Front-running (tailgating) - это, в лучшем случае, нарушение безопасности, которое может в значительной степени повлиять на такой продвинутый протокол, как DeFi. Многочисленные случаи опережения привели к потери миллионов долларов за последние годы в многочисленных протоколах DeFi.</p><p>RedStone X имеет шаблон отложенного выполнения, предлагая способ проверки целостности данных, которые не были подвергнуты манипуляциям со стороны злоумышленников. Если все проверки пройдены правильно, пользователю будет возвращено соответствующее значение. В других случаях заказ будет заблокирован.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e1ac2ebf8ded2ce3bfaff3ed387d65ab894cc7a822ad652333f2584bf8b953e0.png" alt="Подумай об этом" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Подумай об этом</figcaption></figure><p><code>Будь умнее злоумышленников, защити свой проект с помощью RedStone.</code></p><p>🤝<strong>Присоединяйтесь к нам! Нас уже больше 100K!</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6445f1e49d9a26ec13b6b3d1276bb32d54edc61536aeb0c357049668b66b5237.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>Документы:</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>Discord:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/redstonedefi">https://discord.gg/redstonedefi</a></p><p>Twitter:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/redstone_defi">https://twitter.com/redstone_defi</a></p>]]></content:encoded>
            <author>fwf@newsletter.paragraph.com (fwf)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/c216c30fd76699d77417913537c82aae97fbe418facf6909573c2ccb2f51cd03.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Modular Design of RedStone]]></title>
            <link>https://paragraph.com/@fwf/modular-design-of-redstone-2</link>
            <guid>2ofFmuf1ANLjGLjO1iIE</guid>
            <pubDate>Sat, 23 Mar 2024 20:32:49 GMT</pubDate>
            <description><![CDATA[👋🏻 Welcome! This article was written by RedStone&apos;s community ambassador, fwf. Enjoy reading it! The article is divided into two parts. The first describes our technology in simpler language, the second in more difficult language. Here comes the Bull run in the world of cryptocurrencies. A bunch of newcomers come into our sphere and create a new load on Blockchains and related technologies. It is important to process incoming information quickly and qualitatively to make the whole syste...]]></description>
            <content:encoded><![CDATA[<p>👋🏻 <strong>Welcome! This article was written by RedStone&apos;s community ambassador, fwf. Enjoy reading it!</strong></p><p>The article is divided into two parts. The first describes our technology in simpler language, the second in more difficult language.</p><p>Here comes the Bull run in the world of cryptocurrencies. A bunch of newcomers come into our sphere and create a new load on Blockchains and related technologies. It is important to process incoming information quickly and qualitatively to make the whole system work. This task is solved by our RedStone project.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1f86eadac2a6c34f31159c16f8388b007606484983a152a57588b55c45fe62ef.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>What architecture does RedStone have?</strong></p><p>Our project has a unique technology for Blockchain Oracle - <strong>modular.</strong></p><p><strong>Modular design (Modularity in design) is</strong> the principle of designing a system with smaller parts (modules) that are independently created, modified, exchanged between other modules and different systems.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/83a47486bab25c494e35eae80a205c614022db017cd7c07d93a70cbb6e926b0a.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>If you look at our ecosystem, you will notice that each &quot;miner&quot; plays its own important role. So too, our Oracle appliance is broken down into parts (modules), allowing for decentralized information processing.</p><p><strong>In other words:</strong> a system divided into different parts (modules) that are smaller and can function independently, but eventually group together, benefiting from each other, forming a whole network.</p><p>⚙️<strong>RedStone modular design - your choice</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>These days, almost everything depends on the Internet:</strong> price feeds, off-chain data, transactions. Just imagine if at one moment all of this stopped functioning, just because the internet went down.</p><p>This is when other Oracles that offer the off-chain data that blockchain requires will come to the rescue. <strong>RedStone doesn&apos;t even worry about this, because it already offers many flexible integration options upfront, while maintaining data integrity.</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/79213e30e49bcf505e0431d882cf0fe4e717f4d3f848f5f12bbf2ed27216f20f.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>The modular system has distinctive features over other Blockchain-Oracles. The technology allows the system to be maintained much faster and without creating any difficulties for users.</strong></p><p>Other Oracles severely slow down data processing and make the process less intuitive than it could be. This is because they force the application to adhere to the criteria given to it. <strong>In RedStone, all of these tasks have long been thought out and will only give you a positive user experience, allowing you to create your own criteria.</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/831141f62c496f9431e97196f1051c0fb1bb423bc548ebc41b0bb6d0e1544cf2.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>If other Oracles are compromised, their connection to applications will be immediately severed and data integrity will not be ensured. One solution could be to integrate multiple Oracles into a blockchain so that no single Oracle is responsible for everything.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/babdd25c2e0e28764423d153e4e1d973562807232daf1610d07f5ae2bb68e236.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>Here is an example that you will associate with the security of our project: <strong>RedStone will survive a nuclear explosion just like cockroaches.</strong></p><p><strong>💡RedStone is modular because of these key factors:</strong></p><ul><li><p><strong>Meets the needs of builders who want flexibility while maintaining data purity.</strong> Instead of forcing blockchain to respond to specific criteria set by RedStone, blockchain can decide when and how to retrieve pricing information from Oracle;</p></li><li><p><strong>RedStone streams data at the speed of light</strong>, meeting the needs of dAaps that require instant data with maximum accuracy;</p></li><li><p><strong>A decentralized Streamr network offers thousands of nodes that can operate on their own.</strong> <strong>It is impossible for all of them to fail at the same time</strong>, as they are located in different parts of the world;</p></li><li><p><strong>Data is available simultaneously from all dAaps, blockchains, and applications in which RedStone is integrated.</strong></p></li></ul><p>♻️<strong>Technology in numbers and in more sophisticated language:</strong></p><p>RedStone places data on an &quot;Availabality layer&quot; that <strong>optimizes data processing and offers 3 ways of integration.</strong> This ensures that a large data source is available and broadcast at the &quot;Aerwave&quot; <strong>layer with</strong> <strong>low cost</strong> on the Streamr network.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f8ef40c43b5a7e926024eb14717f44c482ba943ef68a6c0805ca52176baf9689.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>In addition, RedStone receives data from multiple endpoints, combining over 50 sources. Therefore, <strong>if one source fails, RedStone can continue to operate and has access to all other sources.</strong></p><p>Without this modular concept, RedStone would not have been divided into so many different parts and layers. Data integrity could have been jeopardized if data was falsely/incorrectly retrieved, and the speed that could have been provided would have been greatly reduced. <strong>Security, speed and cost of storage. Modular design was the primary choice in the development of RedStone.</strong></p><p>🤝<strong>Join us! We are already over 100K!</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6445f1e49d9a26ec13b6b3d1276bb32d54edc61536aeb0c357049668b66b5237.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>Our official links:</strong></p><p>Docs:</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>Discord:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/redstonedefi">https://discord.gg/redstonedefi</a></p><p>Twitter:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/redstone_defi">https://twitter.com/redstone_defi</a></p>]]></content:encoded>
            <author>fwf@newsletter.paragraph.com (fwf)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/c216c30fd76699d77417913537c82aae97fbe418facf6909573c2ccb2f51cd03.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[🇷🇺 Modular Design of RedStone]]></title>
            <link>https://paragraph.com/@fwf/modular-design-of-redstone</link>
            <guid>pVATFiCAkp9VUX9Fa73C</guid>
            <pubDate>Sat, 23 Mar 2024 20:14:05 GMT</pubDate>
            <description><![CDATA[👋🏻Добро пожаловать! Эту статью написал посол сообщества fwf. Приятного прочтения! Статья поделена на две части. Первая описывает нашу технологию более простым языком, вторая более трудным. Вот и начался Bull run в мире криптовалют. Куча новичков приходит в нашу сферу и создают новую нагрузку на Blockchains и связанные с ними технологии. Важно быстро и качественно обрабатывать поступающую информацию, чтобы вся система работала. Эту задачу и решает наш проект RedStone.🤔Какую архитектуру имее...]]></description>
            <content:encoded><![CDATA[<p>👋🏻<strong>Добро пожаловать! Эту статью написал посол сообщества fwf. Приятного прочтения!</strong></p><p>Статья поделена на две части. Первая описывает нашу технологию более простым языком, вторая более трудным.</p><p>Вот и начался Bull run в мире криптовалют. Куча новичков приходит в нашу сферу и создают новую нагрузку на Blockchains и связанные с ними технологии. Важно быстро и качественно обрабатывать поступающую информацию, чтобы вся система работала. Эту задачу и решает наш проект RedStone.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1f86eadac2a6c34f31159c16f8388b007606484983a152a57588b55c45fe62ef.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>Какую архитектуру имеет RedStone?</strong></p><p>Наш проект имеет уникальную для Blockchain Oracle технологию - <strong>модульную.</strong></p><p><strong>Modular design (Modularity in design)</strong> - это принцип проектирования системы с более мелкими частями (модулями), которые независимо созданы, модифицированы, обмениваются между другими модулями и разными системами.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/83a47486bab25c494e35eae80a205c614022db017cd7c07d93a70cbb6e926b0a.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>Если Вы посмотрите на нашу экосистему, то заметите, что каждый “шахтёр” отыгрывает свою важную роль. Так и наше устройство Oracle разбито на части (модули), что позволяет децентрализованно обрабатывать информацию.</p><p><strong>Иначе говоря:</strong> система разделенная на различные части (модули), которые более мелкие и могут функционировать самостоятельно, но в итоге группируются, получая выгоду друг от друга, образуя целую сеть.</p><p>⚙️RedStone модульная конструкция - ваш выбор</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>В наши дни почти всё зависит от интернета:</strong> price feeds, off-chain data, транзакции. Только представьте, если в один момент всё это перестанет функционировать, только потому что отключился интернет.</p><p>В этом момент на помощь придут другие Oracles, которые предлагают данные off-chain, необходимые blockchain. <strong>RedStone на этот счет даже не переживает, потому что он уже заранее предлагает много гибких способов интеграции, сохраняя целостность данных.</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/79213e30e49bcf505e0431d882cf0fe4e717f4d3f848f5f12bbf2ed27216f20f.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>Модульная система имеет отличительные особенности перед другими Blockchain-Oracles. Технология позволяет обслуживать систему намного быстрее и без создания каких-либо трудностей пользователям.</strong></p><p>Другие Oracles сильно замедляют обработку данных и делает процесс менее интуитивно понятным, чем могло быть. Это происходит из-за того, что они заставляют приложение соблюдать заданные ему критерии. <strong>В RedStone все эти задачи давно уже продуманы и дадут Вам только положительный опыт использования, позволяя создавать Ваши собственные критерии.</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/831141f62c496f9431e97196f1051c0fb1bb423bc548ebc41b0bb6d0e1544cf2.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>Если другие Oracles будут скомпрометированы, то их связь с приложениями будет сразу разорвана и целостность данных не будет обеспечена. Одним из решений может стать интеграция нескольких Oracles в blockchain, чтобы ни один Oracle не отвечал за всё.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0dd7ee749c1b85e61656d3ab4632fabf7dce9a9f1395436c2fe22465356d3aea.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>RedStone переживет ядерный взрыв точно так же, как тараканы.</strong></p><p>💡<strong>RedStone является модульным благодаря этим ключевым факторам:</strong></p><ul><li><p><strong>Отвечает потребностям строителей, которым нужна гибкость с сохранением чистоты данных.</strong> Вместо того чтобы заставлять blockchain отвечать на конкретные критерии, заданные RedStone, blockchain может сам решать, когда и как получать информацию о ценах из Oracle;</p></li><li><p><strong>RedStone транслирует данные со скоростью света</strong>, отвечая потребностям dAaps, которым требуется мгновенное получение данных с максимальной точностью;</p></li><li><p><strong>Децентрализованная сеть Streamr предлагает тысячи узлов, которые</strong> <strong>могут работать сами по себе. Невозможно, чтобы все они вышли из строя</strong> одновременно, поскольку они находятся в разных частях света;</p></li><li><p><strong>Данные доступны одновременно из всех dAaps, блокчейнов и приложений, в которые интегрирован RedStone.</strong></p></li></ul><p>♻️<strong>Архитектура в цифрах и более сложным языком:</strong></p><p>RedStone размещает данные на “Availabality layer”, которые <strong>оптимизирует обработку данных и предлагает 3 способа интеграции.</strong> Благодаря этому, большой источник данных доступен и транслируется на уровне “Aerwave” с <strong>низкой стоимостью</strong> в сети Streamr.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f8ef40c43b5a7e926024eb14717f44c482ba943ef68a6c0805ca52176baf9689.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>Кроме того, RedStone получает данные с нескольких конечных точек, объединяя более 50 источников. Следовательно, <strong>если один источник выйдет из строя, RedStone сможет продолжить работу</strong> <strong>и будет иметь доступ ко все остальным источникам.</strong></p><p>Без этой модульной концепции RedStone не был бы разделен на столько разных частей и слоев. Целостность данных могла бы оказаться под угрозой, если бы данные были ложным/неправильно полученными, а скорость, которую можно было бы обеспечить, значительно снизилась бы. <strong>Безопасность, скорость и стоимость хранения. Modular design стал главным выбором при разработке RedStone.</strong></p><p>🤝<strong>Присоединяйтесь к нам! Нас уже более 100K!</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6445f1e49d9a26ec13b6b3d1276bb32d54edc61536aeb0c357049668b66b5237.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>Документы:</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>Discord:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/redstonedefi">https://discord.gg/redstonedefi</a></p><p>Twitter:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/redstone_defi">https://twitter.com/redstone_defi</a></p>]]></content:encoded>
            <author>fwf@newsletter.paragraph.com (fwf)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/c216c30fd76699d77417913537c82aae97fbe418facf6909573c2ccb2f51cd03.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Мой анализ Pixels]]></title>
            <link>https://paragraph.com/@fwf/pixels</link>
            <guid>QQLY1gH0iYWJ8r5Nt0q6</guid>
            <pubDate>Sun, 18 Feb 2024 15:39:59 GMT</pubDate>
            <description><![CDATA[👋🏻 Всем привет! Анализ вёлся 18 февраля (за день до листинга). 1.🐻Pixels разрабатывался на медвежьем рынке, когда Bitcoin стоил $16-20К На рынке кризис. Денег у людей нет. Все некачественные проекты вокруг банкротятся и остаются только самые надёжные и фундаментальные. Как обычно говорят: “Проверенные временем”. Мало того, что разработчики пережили кризис, так они ещё сделали (на данный момент) 6 топовых коллабораций, имея всего $7М инвестиций на развитие проекта. О каких сотрудничествах я...]]></description>
            <content:encoded><![CDATA[<p>👋🏻 <strong>Всем привет! Анализ вёлся 18 февраля (за день до листинга).</strong></p><p>1.🐻<strong>Pixels разрабатывался на медвежьем рынке, когда Bitcoin стоил $16-20К</strong></p><p><strong>На рынке кризис.</strong> Денег у людей нет. <strong>Все некачественные проекты вокруг банкротятся и остаются только самые надёжные и фундаментальные.</strong> Как обычно говорят: “Проверенные временем”.</p><p>Мало того, что <strong>разработчики пережили кризис,</strong> так они ещё <strong>сделали</strong> (на данный момент) <strong>6 топовых коллабораций,</strong> <strong>имея всего $7М инвестиций</strong> на развитие проекта. О каких сотрудничествах я говорю?</p><p>💡 <strong>Инсайд:</strong> Проект пережил кризис;</p><p>💡 <strong>Инсайд:</strong> Я считаю, что навряд ли крутые проекты стали бы сотрудничать с плохим и не перспективным стартапом, потому что им это было бы не выгодно.</p><p>🌺 <strong>Май 2023г. - Bored Ape Yacht Club (Всеми известные обезьяны)</strong></p><p><strong>Floor: $65к (на тот момент времени топ-1 коллекция)</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/006ebede7806a6947c132ccd3269535312c10186b99dd7923b6ee42c0f6c392e.jpg" 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>Лето 2023г. - Pixel_luke едет в Японию и заводит связи с уже успешной игрой Axie Infinity на Ronin кошельке</strong></p><p>🍂 <strong>Сентябрь 2023г. - Otherdeed for Otherside</strong></p><ul><li><p><strong>Floor: От $1К до $27К</strong> (В зависимости от редкости мира)</p></li><li><p><strong>Розыгрыш MAYC ($10К)</strong> от Pixels (победитель @drunkivan)</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6dd12a78107153cc03c0307fed1e8b3d5cc66bba3e60273a519c31cebd7e4d34.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>Ноябрь 2023г. - Ronin wallet (Игровой кошелёк с $150М инвестиций)</strong></p><p><strong>Новое сотрудничество. С этого момента всё меняется: Pixels получает независимость (До этого Pixels работал в сети Polygon и скорей игра рекламировала сеть, чем сеть игру). Новость убивает сразу трёх зайцев: связи, скорость транзакций и хайп. Теперь все транзакции очень дешёвые и быстрые, а $BERRY летит.</strong></p><p><strong>Ronin ОЧЕНЬ популярный кошелёк и имеет собственную монету. Цена сегодня приближена к пиковым значениям и равна $3.1 за монету. Листинг на Binance. Кошелёк уже сотрудничает с двумя топовыми проектами и они всегда на слуху:</strong></p><p><strong>Sandbox: Самая известная игра в WEB3. Коллаборация с PlayBoy, NewYork Times, Snoop Dogg, Smurfes, Ubisoft и другие очень известные бренды. $96М инвестиций. Цена токена в пике $7.5 за штуку. Листинг на Binance. Всё, что я могу сказать про эту игру, что на ней появилось ОЧЕНЬ много миллионеров и с одного аккаунта можно было получать $5К;</strong></p><p><strong>Axie Infinity: $314М инвестиций и цена токена в пике $170. Листинг на Binance.</strong></p><ul><li><p>💡 <strong>Инсайд:</strong> Pixels привлёк всего $7М инвестиций и смог добраться до их уровня.</p></li><li><p>💡 <strong>Инсайд:</strong> Разработчики Pixels влились в реально успешное окружение. Они всегда могут спросить совета (далее подтверждение в токеномике), а значит и стать такими же, как они. У них есть куча связей.</p></li><li><p>💡 <strong>Инсайд:</strong> Pixels = Axie Infinity = SandBox?</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d9212a25b4cfd0cc76cf8b0f757401c524fa5b45e3e1bb28340a3176c615df67.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>Декабрь 2023г. -</strong> <strong>Mocaverse</strong></p><p><strong>Floor:</strong> <strong>$11 200</strong> (Это даже для американца будет ощущимой суммой)</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1f1fb213d69c65356abd4cc7ddea12154ed99b88321ce1e27041d66e1ff4f258.jpg" 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>Февраль 2024г.</strong> - <strong>Листинг на топ-1 бирже Binance</strong></p><p>Если <strong>приписка топ-1</strong> Вам ни о чём не говорит, то я объясню. Во-первых далеко <strong>не у всех проектов получается залиститься на этой бирже.</strong> Во-вторых, <strong>если Ваш токен добавили на Binance, это уже считается успешным.</strong> В-третьих <strong>это очень большой пиар вокруг проекта, потому что вслед за топ-1 автоматом подхватывают другие биржи.</strong> Как показывает практика <strong>проект чувствует себя плохо, если его не одобрили на топ-1 бирже.</strong> <strong>Привлечение очень больших капиталов к проекту.</strong></p><ul><li><p>💡 <strong>Инсайд:</strong> Pixels - успешный проект;</p></li><li><p>💡 <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/eb7a2bcd2ff751cd799e3996b071d1ba87384db5d4edddf76e51a2fbedba0b7e.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>Февраль 2024г.</strong> <strong>- CyberKongz</strong> (Еще одна топовая коллекция про обезьян)</p><p><strong>Floor:</strong> <strong>$50 000</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/769f1f322efb42b9ce485c08a10813b0fb84f30ee1bb58dd8696261fa8bde3e3.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>💡 <strong>Инсайд:</strong> 19 февраля будет одновременно листинг токена и начало ивента. Если в ивенте будет задействован $PIXEL (а он будет задействован), то это даст нормальную, но временную поддержку цены токена.</p></li></ul><p>2.🐦 <strong>Анализ Twitter:</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9e953f467c5a2327223ac724cd8a8b27f1b57a9581450e2b0d2f35705fccc3dd.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>TwitterScore = 75 (почти идеальный)</strong></p><p>❓ И что? Мне это ни о чём не говорит. Объясняю.</p><p><strong>TwitterScore автоматически генерирует оценку для Twitter-аккаунтов, основываясь на популярности этого аккаунта в криптовалютном пространстве.</strong></p><p>❓ Почему TwitterScore так важен?</p><p><strong>Сообщество - это самая важная часть каждого крипто- и НФТ-проекта.</strong> <strong>Каждый подписчик имеет значение, но некоторые из них имеют большее значение (криптопроекты и основатели проектов, венчурные капиталы, криптобиржи, инфлюенсеры...).</strong></p><p><strong>Мы выделяем наиболее ценных подписчиков и смотрим, за кем они следуют.</strong></p><p><strong>На основе этой информации мы генерируем TwitterScore, и вы можете понять, насколько популярен конкретный проект в криптопространстве и насколько влиятельно криптосообщество.</strong></p><ul><li><p>💡 <strong>Инсайд:</strong> проект - известный.</p></li></ul><p>🚰 <strong>Про конверсию подписчиков (Twitter в Discord):</strong></p><p><strong>Twitter = 208к и Discord = 176к</strong> (конверсия 84% - супер огромная)</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8adbf0cc2ae798d55ab57ae5909d80ecc8947c7cdf875da74366b6817252f9a5.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>💡 <strong>Инсайд:</strong> Подписчики не накручены, аудитория максимально живая и активная.</p></li></ul><p>👁 <strong>Интересные подписчики:</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d9ba5e55caee2a80afe814ff73ccc405b53d4ac5310bf5a7e22828160b0f70c2.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>Tier-1 (самые крутые инвестиционные фонды):</strong></p><ul><li><p>Animoca Brands - один из первых инвесторов Pixels. Создатели Mocaverse</p></li><li><p>Delphi Digital</p></li><li><p>Sfermion</p></li><li><p>Binance (топ-1 биржа)</p></li><li><p>Coinbase (топ-2 биржа)</p></li><li><p>IOSG VC</p></li><li><p>Paradigm - любитель давать большие аирдропы. Самый последний шумный проект с ним Blur, опередивший монополиста NFT-маркетплейса OpenSea, раздав миллионы долларов пользователям.</p><p>💡 <strong>Инсайд:</strong> Листинг на Coinbase (топ-2 биржа)?</p><p>💡 <strong>Инсайд:</strong> Ждем инвестиций/спекуляций токеном от Paradigm и других фондов?</p><p>💡 <strong>Инсайд:</strong> Я еще давно говорил, что Binance в подписках - это очень хороший знак. Будет ли он пампить токен на старте?</p></li></ul><p><strong>Tier-2 (инвестиционные фонды среднего качества)</strong></p><ul><li><p>YGG Ventures - квесты с наградами в токенах $YGG</p></li><li><p>Houbi Ventures (там уже есть листинг $PIXEL)</p></li><li><p>Dragonfly Capital</p></li><li><p>Mechanism Capital (проинвестировали в феврале 2024)</p><p>💡 <strong>Инсайд:</strong> ждём новую кучу крутых квестов от YGG</p></li></ul><p>3. 💸<strong>Инвестиции</strong></p><p><strong>Всего $7М (из интересных обвёл красным):</strong></p><p>❄️<strong>Февраль 2022г:</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a313cfd4f04aa8167e4dc62ffcddf0fa77dd1540c2c21d610daccd17db82228d.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>Февраль 2024г:</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fed0ace1180e04b7621c16fe48d66f5e9c451bc93967d823ad492517b25962e5.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>Застейканные $8.1МЛРД !! на Launchpool Binance:</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d5204c74ae559f626eee3fda446c7592030b1c78c435b6fa121b68dc91d1c860.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>Это рекорд Binance, у них это самое большое количество инвестиций за всё время выпусков проектов!</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5098c50c92f06572a94b69facd8fc6f62e6fb6b4e74930692495c7c0ace33cf9.jpg" 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>💡 <strong>Инсайд:</strong> Пользователи видят потенциал проекта и очень ждут выхода токена, потому что инвестиции рекордные.</p></li><li><p>💡 <strong>Инсайд:</strong> Для сравнения на <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.whales.market/">Whales</a> (где сейчас продаётся $PIXEL) цена: $0.5 и там оборот не превышает $2млн. НА BINANCE $8.1МЛРД</p></li><li><p>💡 <strong>Инсайд:</strong> У токена будет очень сильная поддержка, не дающая пролить цену, это не означает, что она не упадёт. Это означает, что будет большая зелёная свечка на сколько иксов от стартовой цены продажи в $0.1 за $PIXEL?</p></li></ul><p>4. 💰<strong>Расходы на маркетинг?</strong></p><p>В своём отсчёте инвесторам за 2023 год Pixel_luke хвастался, что:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/01f87e693d53b943f6837434c0c29343de16aeeb77896944d832d113dbcbda5a.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>Маркетинговый бюджет Pixels 2023</strong></p><p>👉 $0 в платной рекламе 👉 5 вилок 👉 1 MAYC для раздачи 👉 $2000 в $RON</p><p><strong>Итого:</strong> $12тысяч долларов на маркетинг за весь 2023 год.</p><ul><li><p>💡 <strong>Инсайд:</strong> Если из $2млн инвестиций потратили только $12тысяч, следовательно есть деньги на поддержку токена во время листинга. Даже если на зарплаты сотрудникам ушёл $1млн, не стоит забывать об новых инвестициях на $5млн.</p></li></ul><p>5.<strong>$ Цены на NFT:</strong></p><p><strong>Farm Land Floor:</strong></p><p><strong>$4 700</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3e9f36a19a374acaf5f24c0ac9c6f7fb49b84bc1f49a63529e446f7f1fe6df90.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>Pixels Pets Floor:</strong></p><p><strong>$6 000</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cc2d1ad1737e5ea4836d5a9faf7ec11bad4dd45a4ba24d67cd2bee0c58ff0b6b.png" alt="$6 000" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">$6 000</figcaption></figure><ul><li><p>💡 <strong>Инсайд:</strong> Цена на токен будет влиять на стоимость этих NFT. И в первое время цена токена будет подстраиваться под уже существующие цены, а не наоборот.</p></li></ul><p>6. 🎮<strong>Геймплей</strong></p><p><strong>Если рассматривать Pixels, как игру, а не проект, то игра выглядит приятно для глаза и сделана очень качественно. В неё действительно приятно играть.</strong> Все баги связанные с геймплеем встречаются очень редко. Использование <strong>NFT в игре привлекает многих игроков и проектов.</strong> <strong>Вся карта в игре продумана до мелочей:</strong> магазин, банк, сауна, телепорт, главное здание, место для рыбалки на пляже, розыгрыш призов на карнавале для будущих мероприятий. Идея с доской заданий заставляет использовать все существующие ремёсла в игре.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/aa58bfd5e4f46ee3b76e3a76a12869cf0be3b87ddb369fba2161ce1149e61bfc.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>💡 <strong>Инсайд: Что-то новое в WEB3.</strong></p></li></ul><p>7. <strong>Выводы</strong></p><p>Можно ещё долго говорить про токеномику и использование $PIXEL в игре, но основным выделю, что <strong>идея внутриигровой валюты (коинов) не на блокчейне - топ.</strong> Потому что <strong>убираются проблемы с лазейками генерации монет, система работает быстрее, новичкам коины быстро можно получить только через $PIXEL (дополнительная поддержка цены) и покупку P2P в игре.</strong></p><p><strong>Онлайн 180К игроков, для сравнения у доты 435К.</strong></p><p><strong>Моя оценка токена:</strong></p><p>✅ <strong>Худший, но здравый вариант = $1</strong></p><p>🔶 <strong>Средний вариант = $2.5</strong></p><p>🚀 <strong>To the moon = $5 и выше (сильная переоценка проекта)</strong></p>]]></content:encoded>
            <author>fwf@newsletter.paragraph.com (fwf)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/bf73930bbbd41468b9b857fdc8b4f07855f2c6a145642c84e4b9c75d9536f78f.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[How can I become an official RedStone ambassador?]]></title>
            <link>https://paragraph.com/@fwf/how-can-i-become-an-official-redstone-ambassador</link>
            <guid>VnT3cIhqHSOSr3n0lZmu</guid>
            <pubDate>Fri, 16 Feb 2024 20:44:29 GMT</pubDate>
            <description><![CDATA[👋🏻Hello, future colleague! (Art by @macarov.btc) The RedStone team is here and we are happy to welcome you! In this article, we will explain how to join our ambassador program. Before we begin, you need to know what a community ambassador is. An Ambassador is an official representative of the project. From this, it is easy to conclude that you need a full understanding of the project: What do we do? Why does our project exist? How is it different from other projects? Our advantages? Our sho...]]></description>
            <content:encoded><![CDATA[<p>👋🏻<strong>Hello, future colleague!</strong> (Art by @macarov.btc)</p><p><strong>The RedStone team is here and we are happy to welcome you!</strong> In this article, we will explain how to join our ambassador program.</p><p>Before we begin, you need to know <strong>what a community ambassador is.</strong> <strong>An Ambassador is an official representative of the project.</strong> From this, it is easy to conclude that <strong>you need a full understanding of the project: What do we do? Why does our project exist? How is it different from other projects? Our advantages? Our shortcomings, which we are working on?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1ed6ae33de33ff6fc75426e4fa7ec6b048d2098a19d98f210809842c8e162ebb.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>💡It is logical to ask: <strong>&quot;Where can I find this information?&quot;</strong>, and we will answer:</p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.redstone.finance/docs/introduction">Documentation</a>;</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://redstone.finance/">Website</a>;</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0xF23f38CF80Bb60C7E2Aa49EFA8f0A386f64bBE06/SqfTC78b6R5EoOiVmxlHKujnhD0szoxT5TzwOeL5xfM">Article on RedStone by fwf</a>;</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/redstonedefi">Discord</a>.</p></li></ul><p>👥<strong>There are a total of 5 types of RedStone community ambassadors:</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e6a5d3c63d1d84aa7969e33d994ba8a4c70b37a8eaa63528e933349b27827cbb.jpg" alt="Career ladder" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Career ladder</figcaption></figure><p>🚨<strong>All roles are assigned on </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/redstonedefi"><strong>our Discord server</strong></a><strong>. We have a role hierarchy: from Ore Digger to Mine King</strong> (As of February 16, 2024, there are no people with the &quot;Mine King&quot; role yet).</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9de29157c2130b9d097747acac7da024ec8c235bff9d975cde020713cef7819f.png" alt="RedStone server on Discord" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">RedStone server on Discord</figcaption></figure><p><strong>More about the structure:</strong></p><p>⛏<strong>Ore Digger - almost everyone has this role.</strong> It is easy to obtain, but the rewards are small. It allows you to receive <strong>RSGs (RedStone Gems)</strong> for chatting: 1 message = 10 RSG and 1 reaction = 1 RSG. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://zealy.io/c/redstoneoracles/questboard?view=">Complete tasks in Zealy</a> and get the role today;</p><p>🗿<strong>Rock Breaker - is a transitional role: not an Ore Digger, but not a Vein Master either.</strong> It is needed to filter out people for the next role. The main purpose is to test the future ambassador on content creation. (In terms of privileges, it is not different from Ore Digger). To obtain it, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://zealy.io/c/redstoneoracles/questboard?view=">complete tasks and level up in Zealy</a>;</p><p>🗺<strong>Vein Master - everything starting from this role and above is prestigious.</strong> You perform moderator functions in the chat (can issue Bans and Mutes). You have access to the closed community ambassadors&apos; channel. X2 RSGs (1 message = 20 RSG and 1 reaction = 2 RSG). <strong>Requirements and important points:</strong></p><ul><li><p>You must maintain activity on the Discord server and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://X.com">X.com</a> to not lose the role <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1150696948202999838/1197122660434456616">(more details here)</a>;</p></li><li><p>Submit an application for Vein Master through the Zealy form, upon reaching level 8;</p></li><li><p>One month of experience working as a Rock Breaker.</p></li></ul><p>⛑<strong>Deep Miner - An outstanding member of the community.</strong> Receives all the benefits of Vein Master. Receives payment in RedStone tokens monthly (in the future). Has the right to receive OGNFTs and Swag boxes. Gets early access to the alpha version of RedStone. Grants are provided for local meetups and project initiatives. Receives invitations to crypto events (expenses covered by our team). Has the opportunity to promote their own content through RedStone accounts on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://X.com">X.com</a> and Discord. <strong>Requirements and important points:</strong></p><ul><li><p>All of the above;</p></li><li><p>Two months of experience working as a Vein Master;</p></li><li><p>Support and development of the regional RedStoners community;</p></li><li><p>Promote discussions in chats;</p></li><li><p>Assist in managing local Telegram groups, Twitter accounts, and specialized RedStone channels;</p></li><li><p>Regular calls with the main RedStone team to organize new initiatives;</p></li><li><p>Create localized content (translation of texts, infographics);</p></li><li><p>Come up with new ideas for ecosystem development;</p></li><li><p>Bring new opportunities into the RedStone ecosystem (such as developers, integrations, partnerships).</p></li></ul><p>👑<strong>Mine King - the highest role in the hierarchy.</strong> You have become so wise and important that you have been appointed the mine king, congratulations! You have all the benefits of the previous roles, as well as the potential for full-time employment at RedStone! You have access to exclusive live Redstone events! Privileged conditions and much more from us. <strong>Requirements:</strong></p><ul><li><p>All of the above;</p></li><li><p>Being a true leader in the RedStone ecosystem;</p></li><li><p>Taking on the main initiative in leading and directing existing ambassadors;</p></li><li><p>Close collaboration with the RedStone team to launch successful campaigns.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1bc19661d108cc312a847711b4e208a084dba8239fe6e395af387e25f7eaca37.png" alt="One of our conferences" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">One of our conferences</figcaption></figure><p>👀<strong>Alright, I am climbing the career ladder, but why do I need RSGs then? RSG is a way to track your activity as a community ambassador in our project. The more points you have, the more future rewards you will receive. It may require some effort, but believe me, it&apos;s worth it.</strong></p><p>♦️ <strong>To earn RSG, you need to:</strong></p><ol><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/redstonedefi"><strong>Join our Discord server</strong></a><strong>;</strong></p></li><li><p>Choose the <strong>#warpy</strong> channel and <strong>connect your wallet there;</strong></p></li><li><p>That&apos;s it! <strong>Engage and participate in weekly events;</strong></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpy.redstone.finance/"><strong>Check your RSG amount on the website.</strong></a></p></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1f7a49394d225b3c7d572fe4f3b99da9327c8df5a7cd1544e4b7fed56ddfa4cc.jpg" 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>Who are we looking for?</strong> We are looking for determined and strong individuals with their own perspective, their own view of the world! Even if you are a designer, programmer, chef, trader - welcome! We are looking for leaders ready to change the world! Join us!</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/57b6809b3dfe1cd84987e81232104c732c5eafcbaed848c76bb694f454db2d47.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>The entire RedStone team is ready to welcome the new ambassador of the month! Yes, we are talking about you right now, and we have two gifts for your faster career growth:</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/67fa03fdb53f33d7f0eec7cf8d6805003b79dde1148efbbf8bdc4d68aaca18c9.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>For the roles ⛏Ore Digger and 🗿Rock Breaker, you will receive +6000 RSG! </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href=""><strong>Discord server RedStone</strong></a><strong>;</strong></p><p>🎁 <strong>We have left links that will help you in your work as an ambassador:</strong></p><p><strong>Official links:</strong></p><p>website: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://redstone.finance/">https://redstone.finance/</a></p><p>twitter: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/redstone_defi">https://twitter.com/redstone_defi</a></p><p>docs: <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>blog: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.redstone.finance/">https://blog.redstone.finance/</a></p><p>github: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/redstone-finance">https://github.com/redstone-finance</a></p><p>Lens: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hey.xyz/u/redstone_oracles">https://hey.xyz/u/redstone_oracles</a></p><p>Telegram: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/redstonefinance/">https://t.me/redstonefinance/</a></p><p>Brand Kit: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://drive.google.com/drive/folders/1QzoQ-9YokSjTUYffcd0Ow-j-VuXD0FC4">https://drive.google.com/drive/folders/1QzoQ-9YokSjTUYffcd0Ow-j-VuXD0FC4</a></p><p>Galxe: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://galxe.com/RedStone">https://galxe.com/RedStone</a></p><p>Expedition Dashboard: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpy.redstone.finance/">https://warpy.redstone.finance/</a></p><p><strong>FAQ:</strong></p><p>RedStone Gems [RSG]: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1163749978238353428">https://discord.com/channels/786251205008949258/1163749978238353428</a></p><p>RedStone Expedition: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1171426687607656509">https://discord.com/channels/786251205008949258/1171426687607656509</a></p><p>What is RedStone?: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1153655785826553986">https://discord.com/channels/786251205008949258/1153655785826553986</a></p><p>RedStone Token: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1153652444149071926">https://discord.com/channels/786251205008949258/1153652444149071926</a></p><p>What is HOF?: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1153652070394630224">https://discord.com/channels/786251205008949258/1153652070394630224</a></p><p>Banned from Zealy?: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1153651980934316042">https://discord.com/channels/786251205008949258/1153651980934316042</a></p><p>Work reject (miners): <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1153651907605311499">https://discord.com/channels/786251205008949258/1153651907605311499</a></p><p>Check Zealy?: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1153651845051449365">https://discord.com/channels/786251205008949258/1153651845051449365</a></p><p>RedSrone amb: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1153651778286522389">https://discord.com/channels/786251205008949258/1153651778286522389</a></p><p>Support blockchains: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1153614484242448405">https://discord.com/channels/786251205008949258/1153614484242448405</a></p>]]></content:encoded>
            <author>fwf@newsletter.paragraph.com (fwf)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/57fc9c2d2f22a2c51db43280827a76f1f4be4a43e52ae3e5bcb04136f05d53d0.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Как я могу стать официальным послом RedStone?]]></title>
            <link>https://paragraph.com/@fwf/redstone</link>
            <guid>YZzbjD3osHe2vtjamfjm</guid>
            <pubDate>Fri, 16 Feb 2024 14:41:46 GMT</pubDate>
            <description><![CDATA[👋🏻Привет, будущий коллега! (Арт создан @macarov.btc) На связи команда RedStone и мы рады тебя приветствовать! В этой статье мы расскажем как же присоединиться к нашей программе послов. Перед тем как начать, нужно узнать, а кто такой посол сообщества? Ambassador - это официальный представитель проекта. Из этого можно легко сделать вывод, что Вам необходимо полное понимание о проекте: Что мы делаем? Почему наш проект существует? Чем он отличается от других проектов? Наши преимущества? Наши не...]]></description>
            <content:encoded><![CDATA[<p>👋🏻<strong>Привет, будущий коллега!</strong> (Арт создан @macarov.btc)</p><p><strong>На связи команда RedStone и мы рады тебя приветствовать!</strong> В этой статье мы расскажем как же присоединиться к нашей программе послов.</p><p>Перед тем как начать, нужно узнать, а <strong>кто такой посол сообщества?</strong> <strong>Ambassador - это официальный представитель проекта.</strong> Из этого можно легко сделать вывод, что <strong>Вам необходимо полное понимание о проекте: Что мы делаем? Почему наш проект существует? Чем он отличается от других проектов? Наши преимущества? Наши недостатки, над которыми мы работаем?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1ed6ae33de33ff6fc75426e4fa7ec6b048d2098a19d98f210809842c8e162ebb.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><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.redstone.finance/docs/introduction">Документация</a>;</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://redstone.finance/">Сайт</a>;</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0xF23f38CF80Bb60C7E2Aa49EFA8f0A386f64bBE06/SqfTC78b6R5EoOiVmxlHKujnhD0szoxT5TzwOeL5xfM">Статья fwf о RedStone (EN)</a>;</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/redstonedefi">Discord</a>.</p></li></ul><p>👥 Всего <strong>существует 5 видов послов сообщества RedStone:</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e6a5d3c63d1d84aa7969e33d994ba8a4c70b37a8eaa63528e933349b27827cbb.jpg" alt="Карьерная лестница" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Карьерная лестница</figcaption></figure><p>🚨 <strong>Все роли выдаются на </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/redstonedefi"><strong>нашем сервере Discord</strong></a><strong>. У нас есть иерархия ролей: от Ore Digger до Mine King</strong> (На 16 февраля 2024 года еще нет людей с ролью “Mine King”).</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9de29157c2130b9d097747acac7da024ec8c235bff9d975cde020713cef7819f.png" alt="Сервер RedStone в Discord" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Сервер RedStone в Discord</figcaption></figure><p><strong>Подробнее о структуре:</strong></p><p>⛏<strong>Ore Digger -</strong> <strong>есть почти у всех.</strong> Легко получается, но и награды маленькие. Даёт возможность получать <strong>RSGs (RedStone Gems)</strong> за общение в чате: 1 сообщение = 10 RSG и 1 реакция = 1 RSG. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://zealy.io/c/redstoneoracles/questboard?view=">Выполните задания в Zealy</a> и получите роль уже сегодня;</p><p>🗿<strong>Rock Breaker - это роль-прослойка: ни Ore Digger, но и не Vein Master.</strong> Она нужна для отсеивания людей на получение следующей роли. Основное предназначение: тест будущего посола на создание контента. (По привилегиям ничем не отличается от Ore Digger). Для получения <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://zealy.io/c/redstoneoracles/questboard?view=">выполняйте задания и повышайте уровень в Zealy</a>;</p><p>🗺<strong>Vein Master</strong> <strong>-</strong> <strong>всё, что начинается с этой роли и выше - престижно.</strong> Вы выполняете функции модератора в чате (можете выдавать Ban и Mute). У Вас есть доступ к закрытому каналу послов сообщества. X2 RSGs (1 сообщение = 20 RSG и 1 реакция = 2 RSG). <strong>Требования и важные моменты:</strong></p><ul><li><p>Вы должны поддерживать активность на сервере Discord и в X.com , чтобы не потерять роль <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1150696948202999838/1197122660434456616">(подробнее здесь)</a>;</p></li><li><p>Подача заявки на Vein Master, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://zealy.io/c/redstoneoracles/questboard?view=">делается в форме из Zealy</a>, при достижении 8 уровня;</p></li><li><p>Один месяц опыта работы в качестве Rock Breaker.</p></li></ul><p>⛑<strong>Deep Miner - Знатный член сообщества.</strong> Все преимущества Vein Master. Получает оплату в токенах RedStone каждый месяц (в будущем). Имеет право на получение OGNFT и Swag boxes. Доступен ранний доступ к альфа-версии RedStone. Выдаются гранты для проведения местных встреч и инициатив проекта. Получает приглашения на крипто-мероприятия (расходы оплачивает наша команда). Имеет возможность рекламировать собственный контент через аккаунты RedStone в X.com и Discord. <strong>Требования и важные моменты:</strong></p><ul><li><p>Все вышеперечисленное;</p></li><li><p>Два месяца опыта работы в качестве Vein Master;</p></li><li><p>Поддержка и развитие регионального сообщества RedStoners;</p></li><li><p>Развивать дискуссии в чатах;</p></li><li><p>Помощь в управлении местных телеграмм-групп, аккаунтами в Twitter и специализированными каналами RedStone;</p></li><li><p>Регулярные звонки с основной командой RedStone для организации новых инициатив;</p></li><li><p>Создавать локализованный контент (переводить тексты, инфографика);</p></li><li><p>Придумывать новые идеи для развития экосистемы;</p></li><li><p>Привлечение новых возможностей в экосистему RedStone (например, разработчиков, интеграций, партнерств).</p></li></ul><p>👑<strong>Mine King - самая высшая роль в иерархии.</strong> Вы стали настолько мудры и важны, что Вас назначили королём шахты, поздравляем! У Вас есть все преимущества предыдущих ролей, а также потенциал на полное трудоустройство в RedStone! Вы обладаете пропуском к эксклюзивным живым мероприятиям Redstone! Льготные условия и многое другое от нас. <strong>Требования:</strong></p><ul><li><p>Все вышеперечисленное;</p></li><li><p>Быть настоящим лидером в экосистеме RedStone;</p></li><li><p>Брать на себя основную инициативу по руководству и направлению существующих послов;</p></li><li><p>Тесное сотрудничество с командой RedStone для запуска успешных кампаний.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1bc19661d108cc312a847711b4e208a084dba8239fe6e395af387e25f7eaca37.png" alt="Одна из наших конференций" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Одна из наших конференций</figcaption></figure><p>👀<strong>Хорошо, я двигаюсь по карьерной лестнице, но зачем тогда мне RSGs? RSG - это способ отслеживания Вашей активности, как посола сообщества в нашем проекте. Чем больше очков - тем больше будущих наград.</strong> <strong>Придётся попотеть, но поверьте, оно того стоит.</strong></p><p>♦ <strong>Чтобы получать RSG, Вам нужно:</strong></p><ol><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/redstonedefi"><strong>Присоединиться к нашему Discord</strong></a><strong>;</strong></p></li><li><p>Выбрать канал <strong>#warpy</strong> и там <strong>подключить свой кошелёк;</strong></p></li><li><p>Готово! <strong>Общайтесь и участвуйте в недельных мероприятиях;</strong></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpy.redstone.finance/"><strong>Проверить своё количество RSG на сайте</strong></a><strong>.</strong></p></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1f7a49394d225b3c7d572fe4f3b99da9327c8df5a7cd1544e4b7fed56ddfa4cc.jpg" 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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/57b6809b3dfe1cd84987e81232104c732c5eafcbaed848c76bb694f454db2d47.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>Вся команда RedStone уже готова встретить нового посла месяца! Да, мы говорим сейчас именно про тебя и у нас есть два подарка для твоего более быстрого роста по карьерной лестнице:</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/67fa03fdb53f33d7f0eec7cf8d6805003b79dde1148efbbf8bdc4d68aaca18c9.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> ⛏<strong>Ore Digger и</strong> 🗿<strong>Rock Breaker ты получишь +6000 RSG! </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href=""><strong>Discord server RedStone</strong></a><strong> ;</strong></p><p>🎁 <strong>Мы оставили ссылки, которые помогут тебе при работе послом:</strong></p><p><strong>Official links:</strong></p><p>website: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://redstone.finance/">https://redstone.finance/</a></p><p>twitter: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/redstone_defi">https://twitter.com/redstone_defi</a></p><p>docs: <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>blog: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.redstone.finance/">https://blog.redstone.finance/</a></p><p>github: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/redstone-finance">https://github.com/redstone-finance</a></p><p>Lens: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hey.xyz/u/redstone_oracles">https://hey.xyz/u/redstone_oracles</a></p><p>Telegram: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/redstonefinance/">https://t.me/redstonefinance/</a></p><p>Brand Kit: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://drive.google.com/drive/folders/1QzoQ-9YokSjTUYffcd0Ow-j-VuXD0FC4">https://drive.google.com/drive/folders/1QzoQ-9YokSjTUYffcd0Ow-j-VuXD0FC4</a></p><p>Galxe: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://galxe.com/RedStone">https://galxe.com/RedStone</a></p><p>Expedition Dashboard: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpy.redstone.finance/">https://warpy.redstone.finance/</a></p><p><strong>FAQ:</strong></p><p>RedStone Gems [RSG]: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1163749978238353428">https://discord.com/channels/786251205008949258/1163749978238353428</a></p><p>RedStone Expedition: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1171426687607656509">https://discord.com/channels/786251205008949258/1171426687607656509</a></p><p>What is RedStone?: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1153655785826553986">https://discord.com/channels/786251205008949258/1153655785826553986</a></p><p>RedStone Token: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1153652444149071926">https://discord.com/channels/786251205008949258/1153652444149071926</a></p><p>What is HOF?: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1153652070394630224">https://discord.com/channels/786251205008949258/1153652070394630224</a></p><p>Banned from Zealy?: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1153651980934316042">https://discord.com/channels/786251205008949258/1153651980934316042</a></p><p>Work reject (miners): <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1153651907605311499">https://discord.com/channels/786251205008949258/1153651907605311499</a></p><p>Check Zealy?: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1153651845051449365">https://discord.com/channels/786251205008949258/1153651845051449365</a></p><p>RedSrone amb: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1153651778286522389">https://discord.com/channels/786251205008949258/1153651778286522389</a></p><p>Support blockchains: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/786251205008949258/1153614484242448405">https://discord.com/channels/786251205008949258/1153614484242448405</a></p>]]></content:encoded>
            <author>fwf@newsletter.paragraph.com (fwf)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/57fc9c2d2f22a2c51db43280827a76f1f4be4a43e52ae3e5bcb04136f05d53d0.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Вот чего стоит ожидать во второй главе.]]></title>
            <link>https://paragraph.com/@fwf/UwLQhjSIAXumld7T7FdK</link>
            <guid>UwLQhjSIAXumld7T7FdK</guid>
            <pubDate>Sat, 10 Feb 2024 07:50:45 GMT</pubDate>
            <description><![CDATA[Глава 2 существенно изменит игровой процесс, а значит, и мету, полезность и спрос на землю. Чем больше вы будете следить за обновлениями, тем больше альфа-версий вы получите в процессе этих изменений. Глава 2 Во второй главе появилось несколько новых и взаимосвязанных систем, которые изменят взаимодействие игроков с землей. Понимание всех этих систем и размышления о том, как они могут работать вместе, крайне важны.Уровни земель и ресурсовМодернизация спеков на подходе! Это означает, что у нас...]]></description>
            <content:encoded><![CDATA[<p>Глава 2 существенно изменит игровой процесс, а значит, и мету, полезность и спрос на землю. Чем больше вы будете следить за обновлениями, тем больше альфа-версий вы получите в процессе этих изменений.</p><p>Глава 2 Во второй главе появилось несколько новых и взаимосвязанных систем, которые изменят взаимодействие игроков с землей. Понимание всех этих систем и размышления о том, как они могут работать вместе, крайне важны.</p><ul><li><p>Уровни земель и ресурсов</p></li></ul><p>Модернизация спеков на подходе! Это означает, что у нас будет дальнейшая прогрессия в улучшении земель, а NFTs фермерских земель, по сути, станут эндшпилем в прогрессии земель. Farm Land NFTs будут одними из самых высоких уровней.</p><p>Кроме того, Pixels добавляет в игру десятки новых ресурсов. Каждый из этих ресурсов будет иметь свои уровни. Ресурсы более высокого уровня, как правило, будут доступны только на землях более высокого уровня.</p><ul><li><p>Изменения в ремесле и сборе ресурсов</p><p>Одно из главных изменений в системе - станции и ресурсы для крафтинга будут использоваться одним человеком. Сейчас любой желающий может собрать любой ресурс на участке земли. Однако все кардинально изменится.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3465b02f06aca9b90c54ca2c325998781ee6913a7c6f8258357815875e360828.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><p>Это означает, что общее количество генерируемых редких ресурсов будет ограничено ежедневно. Чтобы собирать самые редкие ресурсы, вам, скорее всего, понадобится собственная фермерская земля или соглашение с землевладельцем.</p><ul><li><p>Таблица задач</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/96680ae64f2fc7ab197c43e1455cfed07eebdd5b06ca34d7f64b14cf1538b93c.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>Но зачем вам вообще нужны эти ресурсы? Многие из этих редких ресурсов можно сдать за $PIXEL в Доску заданий. Это новая система, которую мы только что представили на этой неделе.</p><p>На самом деле это будет основной способ заработать токен $PIXEL. Поэтому доступ к этим генераторам редких ресурсов на &quot;Фермерской земле&quot; будет очень важен для пользователей.</p><ul><li><p>Гильдии</p><p>Что же делать, если у вас нет фермы? Можете ли вы просто не играть в Pixels или не получить доступ к редким ресурсам? Конечно же, нет!</p><p>Pixels скоро запустит поддержку гильдий в нашей игре. Гильдии смогут объединять земли в группы и устанавливать разрешения на свои земли. Гильдия сможет сделать так, чтобы только члены гильдии могли собирать ресурсы на своей земле. А в будущем мы даже сделаем так, что доступ к определенным ресурсам смогут получить только члены гильдии с определенными ролями.</p><p>Что же делать, если у вас есть земля, но нет времени управлять ею? Мы ожидаем, что владельцы земель объединятся и создадут гильдии - или, возможно, гильдии будут нанимать владельцев земель в свои гильдии. Гильдии действительно захотят получить доступ к большему количеству земель! Возможно, гильдии будут пытаться захватить определенные ресурсы или типы земель. Здесь</p></li><li><p>Заработок на доске заданий</p><p>Кроме того, владение землей будет действовать как Боевой пропуск, очень похожий на VIP. Мы выделили специальные пулы для землевладельцев для выполнения заданий на доске заданий за $PIXEL. Если у вас есть фермерская земля, вы будете видеть все больше и больше заданий за $PIXEL в своей доске заданий.</p></li><li><p>Ethos</p><p>Если говорить прозрачно, то мы, как правило, стараемся сосредоточить сообщество, разработку игры и обмен сообщениями на геймплее вокруг нашей земли, а не на прямом заработке. Наша цель - сделать так, чтобы люди хотели владеть землей и чувствовали веские причины для этого из-за геймплея.</p></li><li><p>Заключительные размышления</p><p>Однако мы считаем, что все эти системы вместе создадут интересные стимулы для владения землей и введут новые метагеймы.</p><p>Мы с нетерпением ждем следующей главы Pixels. Запуск токена $PIXEL, вероятно, привлечет в игру и экосистему большую новую аудиторию. Наша цель - создать устойчивую и долгосрочную экосистему. Мы искренне верим, что сможем изменить не только web3-игры, но и игры в целом в Pixels. Это только начало всего этого. Мы очень рады отправиться в это путешествие вместе с вами.</p><p>Мы развернем все эти изменения в течение следующих 2-3 месяцев. Это будет безумие!</p></li></ul>]]></content:encoded>
            <author>fwf@newsletter.paragraph.com (fwf)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/ea3de559cae8d8fca381e59eadfe9f6cf64e6d5d0a6f8c6e5c0a5a8284e9ce94.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Why do you need RedStone? ]]></title>
            <link>https://paragraph.com/@fwf/why-do-you-need-redstone</link>
            <guid>u9oVSk3LMozi9LPPddAw</guid>
            <pubDate>Tue, 06 Feb 2024 18:13:08 GMT</pubDate>
            <description><![CDATA[Why do you need RedStone? (@redstone_defi) Welcome fam! today I will tell you what this project is useful and why you should join us. Lets go!1. Data processing speed. Let&apos;s imagine that tomorrow Elon Musk writes on Twitter: "I buy $BTC". Due to the hype, the price will soar, but the information about the asset&apos;s price on all CEX, DEX, DeFi platforms may differ.This is because another blockchain oracle takes 10 minutes to process the information. RedStone solves this problem as its ...]]></description>
            <content:encoded><![CDATA[<p>Why do you need RedStone? (@redstone_defi)</p><p>Welcome fam! today I will tell you what this project is useful and why you should join us. Lets go!</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/926635ddd160196060d878c9f635125d198bfaf1b916a0ccaa05a2b5fee950b4.jpg" 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>1. Data processing speed.</p><p>Let&apos;s imagine that tomorrow Elon Musk writes on Twitter: &quot;I buy <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/search?q=%24BTC&amp;src=cashtag_click">$BTC</a>&quot;. Due to the hype, the price will soar, but the information about the asset&apos;s price on all CEX, DEX, DeFi platforms may differ.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/be461ef5720b9687b6841b6ac061c7bd94a409461b4c7e19ca2dd8c71ab86112.jpg" 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>This is because another blockchain oracle takes 10 minutes to process the information. RedStone solves this problem as its data processing speed reaches up to 10 seconds!</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/be0acc2d3f3fce0e1f065729ac1fbee8ef8b6625ffe2f90a80522055b0b55597.jpg" 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>2. Supported chains.</p><p>Our project supports more than 50 of the most popular EVM networks! We also support few non-EVM-compatible chains: Tron, Stacks, StarkNet, Near and Ton.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f2ae1c98149ff9b652bf4bff6150117a725197375f3a5383bcaedc3eff912b29.jpg" 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>3. Investements.</p><p>We raised over $7M in seed round investments! led by Lemiscap with the participation of SevenX and many top-class VC funds. Check our website: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.co/A8iLsga1Us">https://redstone.finance</a> .</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c19acec91e2404da973cfe1919b4564b70599d6fee09a74c8f015350ff74d316.jpg" 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>4. The best community members.</p><p>We are currently recruiting ambassadors. And our moderators will always help and answer all your questions in the general chat. You can learn about the ambassador program here: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.co/TblQ6a1YLK">https://redstone-finance.notion.site/RedStone-Miners-Ambassador-Program-0b5c0ac2943549ac943243b693de7bc7…</a> .</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8680bca88e2a2f0591ef8a0c369f7fd3a58fd619fcc167a62e636bdfada5ef74.jpg" 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>RedStone is a fast-growing community and company. Join us! Change the world! Welcome to our Discord server: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.co/sWO4l6DpC3">https://discord.gg/uTBW9vAn</a> .</p>]]></content:encoded>
            <author>fwf@newsletter.paragraph.com (fwf)</author>
        </item>
    </channel>
</rss>