<?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>SIR Network🕵🏻 (Formerly CIAS.WTF)</title>
        <link>https://paragraph.com/@sir-network-formerly-cias-wtf</link>
        <description>The first order book DEX sovereign rollup natively built on Celestia. Trade your Bitcoin assets in less than 1 second, with ~0 gas.</description>
        <lastBuildDate>Sat, 29 Aug 2026 17:08:17 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>SIR Network🕵🏻 (Formerly CIAS.WTF)</title>
            <url>https://storage.googleapis.com/papyrus_images/4cfe8443fc841b53e4509e74ff0a0612040635e08f1841648956b853b2d1f2d6.png</url>
            <link>https://paragraph.com/@sir-network-formerly-cias-wtf</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Why we are building a sovereign rollup on Celestia?]]></title>
            <link>https://paragraph.com/@sir-network-formerly-cias-wtf/why-we-are-building-a-sovereign-rollup-on-celestia</link>
            <guid>IYErUnjDf8qacOeVB3S6</guid>
            <pubDate>Wed, 07 Feb 2024 16:49:00 GMT</pubDate>
            <description><![CDATA[BackgroundCIAS is the first inscription project on Celestia, with a marketplace and a launchpad. On 17th Dec 2023, CIAS was launched and everyone can mint 10,000 CIAS in one transaction on Celestia mainnet. There are more than 110k addresses joined the mint and used more than $1.5M as gas fee from more than 3M transactions. Inscriptions starts from Bitcoin, BRC-20 allow users to implement tokens on Bitcoin, while CIAS, inspired by BRC-20, writes a piece of JSON to memo field in base64 format ...]]></description>
            <content:encoded><![CDATA[<h2 id="h-background" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Background</h2><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/cias_wtf">CIAS</a> is the first inscription project on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://celestia.org/">Celestia</a>, with a marketplace and a launchpad. On 17th Dec 2023, CIAS was launched and everyone can mint 10,000 CIAS in one transaction on Celestia mainnet. There are more than 110k addresses joined the mint and used more than $1.5M as gas fee from more than 3M transactions.</p><p>Inscriptions starts from Bitcoin, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.brc-20.io/">BRC-20</a> allow users to implement tokens on Bitcoin, while CIAS, inspired by BRC-20, writes a piece of JSON to memo field in base64 format thus implements the ability to create inscription tokens on Celestia L1.</p><p>It sounds great, isn&apos;t it? Deploying a new type of asset on a blockchain without execution environment. But the presence of inscriptions leads to some problems and is not aligned with Celestia&apos;s vision.</p><p>Celestia allows rollups to put data into the L1 blockchain by storing it in a blob and sending a transaction MsgPayForBlobs, which has a namespace inside, this means that each rollup can download and validate only the blob of its own namespace without having to download and validate all blob data on L1.</p><p>However, Memo does not have namespaces, which means that all nodes of all rollups have to download the data of all inscriptions, but these rollups have no relationship with the downloaded inscriptions. In the long run if there is more and more inscription-related activity on Celestia, it will become more and more redundant for rollups using it.</p><h2 id="h-cip-15" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">CIP-15</h2><p>As a result, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://forum.celestia.org/t/cip-discourage-memo-usage/1508">CIP-15</a> came out, the main purpose is to discourage memo usage and to reduce the possibility of making Celestia redundant. The CIAS team joined the discussion with Celestia and agree on the point that <strong>‘Celestia was designed to support the publication of arbitrary data but the memo field is not the ideal mechanism to publish such data&apos;</strong>. CIAS believes that moving Inscriptions from memo to blob is a much better solution for Inscriptions, and will also be working with the Celestia team to continue to discuss and push for CIP-15.</p><h2 id="h-what-is-sovereign-rollup" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What is sovereign rollup?</h2><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://celestia.org/learn/sovereign-rollups/an-introduction/">Sovereign rollups</a> are an idea that emerged from Celestia exploring new blockchain designs.</p><p>A sovereign rollup is a type of blockchain that publishes its transactions to another blockchain, typically for ordering and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://celestia.org/glossary/data-availability/">data availability</a>, but handles its own <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://celestia.org/learn/modular-settlement-layers/settlement-in-the-modular-stack/">settlement</a>.</p><p>In the context of the modular stack, sovereign rollups are responsible for execution and settlement, while the DA layer handles consensus and data availability.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f61b6c971c8a90e7b8f606db346efba89d7e96ee9a1e7272f922a762cde1877a.webp" 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>Combined with the use case of inscriptions, we find that inscriptions themselves are basically just sovereign rollups, simply posting data onto the blockchain, with settlement and execution via indexers.</p><p>If CIAS use blob on Celesita for storing transactions of the sovereign rollup，all data will be stored with namespace, which will not result in redundancy, and we find that this will bring a new paradigm to the whole world of inscriptions.</p><h2 id="h-what-does-sovereign-rollup-mean-for-cias" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What does sovereign rollup mean for CIAS?</h2><p>Which <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://celestia.org/learn/modular-architectures/the-modular-stack/">modular architecture</a> powered by <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://rollkit.dev/">Rollkit</a>, the inscription rollup can become:</p><ul><li><p><strong>Lower cost:</strong> By taking Celestia as DA and consensus layer, on which CIAS batch transactions and store them in blobs, in this way we can reduce the cost of storing transaction data by 99%, compared to directly using Celestia L1.</p></li><li><p><strong>Faster confirmation:</strong> By having a built-in indexer and shortening block time, we can make the transaction initiation and indexing of inscriptions faster.</p></li><li><p><strong>More decentralized:</strong> Thanks to the built-in indexer, and with Celestia&apos;s DAS design we can allow more users to run our nodes, at a lower cost. More nodes secure the inscription rollup.</p></li><li><p><strong>A rollup designed specifically for inscriptions, not inscriptions as an appendage of the chain:</strong> inscriptions are appendages of the chain from birth, first we have a chain, and inscriptions were limited by the chain, losing the potential to scale. This rollup, however, was designed with the needs of the inscription world in mind, so all of its subsequent upgrades revolve around the inscription itself, and will bring a new paradigm to the inscription world.</p></li></ul><h2 id="h-the-future-of-cias" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The future of CIAS</h2><p>The sovereign rollup will be officially launched after rebranding, and users will be able to enter the brand-new inscription world:</p><ul><li><p>Inscriptions from all blockchains can onboard, enjoying super low gas fee and faster confirmations. Inscriptions that bridged to the rollup will not be turned into tokens (unlike many other solutions), the inscriptions will keep their original content and the data will be stored in a blob (which means that even if the rollup ceases to exist, the data will not be lost and the assets will be very safe). Eg., You can trade Bitcoin inscriptions on the rollup with 0.1% gas fee compared to original.</p></li><li><p>A fixed portion of the gas fee generated on rollup will get into the Inscription Developer Incentive Pool, which means that even with a completely free inscription project, the team will be able to earn a long-term sustainable income to support the long-term build.</p></li><li><p>The built-in indexer not only solves the problem of centralized problem in the Inscription space today, but all the teams on it don&apos;t need to duplicatly building their own indexer to get a high-performance indexer for Inscription.</p></li><li><p>With arbitrary bridges, all inscriptions on our rollup, whether NFT or token, have the potential to interact with protocols on other blockchains. As an example, an fully on-chain game on Starknet could read the weapon NFT directly on the CIAS Marketplace and use it on Starknet.</p></li><li><p>And...<strong>BUILD WHATEVER</strong> on inscriptions</p></li></ul>]]></content:encoded>
            <author>sir-network-formerly-cias-wtf@newsletter.paragraph.com (SIR Network🕵🏻 (Formerly CIAS.WTF))</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/02a4ef889326bb74a78518a8857139e534585abeb96cd67014adacf66ef4bbeb.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[How CIAS implement the first cross-chain inscription airdrop？]]></title>
            <link>https://paragraph.com/@sir-network-formerly-cias-wtf/how-cias-implement-the-first-cross-chain-inscription-airdrop</link>
            <guid>ACHXghLRJrIsbeOwse8m</guid>
            <pubDate>Sat, 20 Jan 2024 17:14:41 GMT</pubDate>
            <description><![CDATA[CIAS has introduced a new paradigm for inscription airdrops based on Celestia, an indexable, zero-cost, cross-chain inscription airdrop.Problems with Inscription AirdropsUnlike the airdrop on chains with virtual machine, where the user collects inscriptions by interacting with the smart contracts; the inscription itself is just a piece of data recorded in the transaction, plus the indexer to implement the minting, transferring, etc. of the inscription. It cannot achieve the function of airdro...]]></description>
            <content:encoded><![CDATA[<p><strong>CIAS has introduced a new paradigm for inscription airdrops based on Celestia, an indexable, zero-cost, cross-chain inscription airdrop.</strong></p><h1 id="h-problems-with-inscription-airdrops" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Problems with Inscription Airdrops</h1><p>Unlike the airdrop on chains with virtual machine, where the user collects inscriptions by interacting with the smart contracts; the inscription itself is just a piece of data recorded in the transaction, plus the indexer to implement the minting, transferring, etc. of the inscription. It cannot achieve the function of airdrop by predefining some simple operations (such as transfer/mint/deploy, etc.). To implement the functionality of airdrops, and at the same time ensure that any indexer can read the data, the airdrop&apos;s information must be on-chain: know how many airdrops are available to a certain address on a certain chain.</p><p><strong>There are two common ways to collect them:</strong></p><ol><li><p>by creating a new OP: Claim, the users can send a transaction with the inscription name, protocol and the claim operation, the indexer then validate the transaction, knowing whether this address can claim certain amount. But this way is too costly for users who only have a small number of airdrops.</p></li><li><p>Through transferring by team, the team transfers the corresponding quantity to each address to implement the airdrop. But gas fee will be too high for teams to afford. CIAS created a third way based on Celestia&apos;s powerful capabilities.</p></li></ol><h1 id="h-celestias-capabilities" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Celestia&apos;s Capabilities</h1><ul><li><p><strong>Bundling Transactions in Blobs:</strong> Celestia allows multiple transaction data to be packaged into a blob and submitted to the network via PayForBlobs transactions. These transactions include the sender&apos;s identity, stored data, size, namespace, and signature. Once confirmed and included in a block, the blob&apos;s data is securely stored in the Celestia network.</p></li><li><p><strong>Distributed Storage and Access:</strong> Using blobs, data can be stored on the Celestia network, accessible and shareable through its distributed storage and retrieval mechanisms.</p></li></ul><h1 id="h-cias-solution" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">CIAS Solution</h1><ol><li><p><strong>Publish merkle root of addresses&apos; balances at a Specific Block:</strong> <br>◾️ Store the merkle root of balance table corresponding to Block 381642 in a blob.<br>◾️ Send a PayForBlobs transaction</p></li><li><p><strong>Record Metamask addresses and corresponding airdrops:</strong><br>◾️ Allow users to submit their Metamask and Celestia addresses within a certain time, linking the airdrop to the Metamask address.</p></li><li><p><strong>Announce Metamask Addresses and Corresponding Airdrops:</strong><br>◾️ Store the relationship between Celestia&apos;s address and evm address in a blob. <br>◾️ Send a PayForBlobs transaction</p></li><li><p><strong>Update Indexer and publish indexing rules:</strong><br>◾️ The indexer reads values from the API and includes them in the user&apos;s balance.</p></li></ol><h1 id="h-advantages-of-this-approach" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Advantages of This Approach</h1><ul><li><p><strong>Zero Gas Cost:</strong> The inscription airdrop method is cost effective both for users and projects.</p></li><li><p><strong>Multi-Chain Compatibility:</strong> The airdrop can be implemented across multiple blockchain networks.</p></li><li><p><strong>Indexed and Accessible:</strong> By leveraging Celestia&apos;s storage capabilities and external indexing services, the airdrop data becomes easily accessible and queryable for every users who runs a indexer.</p></li><li><p><strong>Scalable and Flexible:</strong> This method can be scaled up to accommodate a large number of users and can be adapted for different blockchain environments. <br>This innovative approach to inscription airdrops, utilizing Celestia&apos;s unique capabilities, represents a significant step forward in the efficiency and accessibility of inscription airdrops.</p></li></ul><h1 id="h-join-us-and-buidl-together" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Join Us and Buidl Together</h1><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/XCq9GEcJ9X"><strong>Discord</strong></a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/cias_wtf"><strong>Twitter</strong></a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/realCIAS"><strong>Telegram</strong></a></p></li></ul>]]></content:encoded>
            <author>sir-network-formerly-cias-wtf@newsletter.paragraph.com (SIR Network🕵🏻 (Formerly CIAS.WTF))</author>
        </item>
        <item>
            <title><![CDATA[How to Claim Your MIAS?]]></title>
            <link>https://paragraph.com/@sir-network-formerly-cias-wtf/how-to-claim-your-mias</link>
            <guid>mRHrrc9Sx9ERXzUWtJJV</guid>
            <pubDate>Sun, 07 Jan 2024 15:32:16 GMT</pubDate>
            <description><![CDATA[(1-5) When you enter cias.wtf, click the icon on the top-right to connect your wallets, and then click the Assets button to start claiming.(2-5) If you did not connect to Keplr or MetaMask wallet, you will have to connect your wallet first.(3-5) After successfully connecting your wallet, you can check your $MIAS airdrop based on the $CIAS you hold at block 381642.(4-5) Click the Claim Button, and wait for your wallet to initiate signature authorization. Once you complete the authorization, MI...]]></description>
            <content:encoded><![CDATA[<p>(1-5) When you enter cias.wtf, click the icon on the top-right to connect your wallets, and then click the <strong>Assets</strong> button to start claiming.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/74d0d50fbfa833996d8fd0617551b4d9d094c19d94406dcbb65e3a8a3a1a8c39.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>(2-5) If you did not connect to Keplr or MetaMask wallet, you will have to connect your wallet first.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0b432441dc6ae244cd0966c8af5d28dd132759c7a32e5413feeffccc16369d45.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>(3-5) After successfully connecting your wallet, you can check your $MIAS airdrop based on the $CIAS you hold at block 381642.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9d43cb7d6ba4d585d631fbd9f00d3d4cb246b033e44fd92ea90abfcd7ff11dcc.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/51c4140e2b1b04d55bd593d3785576d114621a87ba9034391572de911ceebd08.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>(4-5) Click the <strong>Claim</strong> Button, and wait for your wallet to initiate signature authorization. Once you complete the authorization, MIAS will be successfully claimed.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/da5fd69b18efc17322dc8fae6d30875ab24e20f3f48cac3fbc12400afdf308d8.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>(5-5) After claiming, your page will look like the following. You can claim your $MIAS airdrop before 11:59 pm UTC, 15 Jan. After the airdrop claiming period is completed, you will see your $MIAS in your wallet.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/44a35d10a10a33a97319abca54499a61caa9e2e3da44e88c5bf0b67dc1344bd0.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>Tips:</strong></p><ol><li><p>You cannot trade your claimed $MIAS right after claiming, as we will put all claim data into a blob on Celestia L1 after the claiming period. After that, your balance will be updated.</p></li><li><p>The whole process is gas-free, which means that you will have to pay 0 ETH/TIA during the claim.</p></li></ol>]]></content:encoded>
            <author>sir-network-formerly-cias-wtf@newsletter.paragraph.com (SIR Network🕵🏻 (Formerly CIAS.WTF))</author>
        </item>
        <item>
            <title><![CDATA[Guide For CIAS Marketplace]]></title>
            <link>https://paragraph.com/@sir-network-formerly-cias-wtf/guide-for-cias-marketplace</link>
            <guid>JqJyPsbxLySazjfCC5oN</guid>
            <pubDate>Fri, 05 Jan 2024 16:26:50 GMT</pubDate>
            <description><![CDATA[(1-8) When you enter cias.wtf, click the icon on the top-right to connect your wallets, and then click the Marketplace button to start trading.(2-8) The Listed page shows the current CIAS listings in the market. You can click the list button to list your $CIAS(also $MIAS).(3-8) In the Activity section, you can view the transaction history of completed buy/sell orders in the current market.(4-8) In the My Order section, detailed records of your Listed, Bought, Sold, and Cancelled transactions ...]]></description>
            <content:encoded><![CDATA[<p>(1-8) When you enter cias.wtf, click the icon on the top-right to connect your wallets, and then click the <strong>Marketplace</strong> button to start trading.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/85529be5292f0cbe178ae89e4cb58e8591d99963475aa4d7341413c97618f395.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>(2-8) The <strong>Listed</strong> page shows the current CIAS listings in the market. You can click the list button to list your $CIAS(also $MIAS).</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c75127cee604747efee44783ed05a06f9f5cc808fee1ed00b450a644fecf2ee8.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>(3-8) In the <strong>Activity</strong> section, you can view the transaction history of completed buy/sell orders in the current market.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bd62ddf6bb6b712711b937b6539d751420cde33c93052802dc73f2d36d5e7586.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>(4-8) In the <strong>My Order</strong> section, detailed records of your Listed, Bought, Sold, and Cancelled transactions are provided.</p><blockquote><p>If there are instances where the transaction records are already visible in the <strong>My Order</strong> section but the correct balance is not immediately reflected in the <strong>Balance Vault</strong>, please be patient. It typically takes 1-2 mins. Once the transactions are recorded in the blockchain, your balance will be updated.</p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/facb63e5ee77e94ca0ed538077e457e8c34e3a57eba326215106fbf3559c81b2.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>(5-8) The <strong>Balance Vault</strong> is the same as the <strong>Assets</strong> interface. The purpose behind designing the Vault functionality is to keep your assets safe when more users trade, eg., several buys on one order. It also makes it convenient for community members to buy and sell CIAS without frequent wallet pop-ups.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c4b8cad01084bc6e801b057b49826aa79c085e303f533771abbafc62be0385ee.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>(6-8) When you have yet to deposit TIA into the Vault, you won&apos;t be able to purchase $CIAS. You will receive the following prompt, reminding you to perform the deposit operation before completing regular buying and selling transactions.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b322aaffd696ba671ed3776ce7a0c457249b7f2fcf407d0c2045ac1b63119f7e.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>(7-8) You can deposit TIA into your vault and withdraw TIA from your vault in the <strong>Assets</strong> section.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/998709c299fef57aeecb26bf81600b90dedd40e220e0576366c81cb104904dbc.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/832118dd5d1b7ec0b1493321c8b423b3e1658d33fc6456bb7c2d2c6abcfa6957.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>(8-8) When you place an order, simply click <strong>List.</strong> Our marketplace only charges a seller&apos;s service fee(2%), not a buyer&apos;s service fee. Send a transaction after clicking the <strong>List</strong> button, and wait for 30 seconds, your $CIAS will be listed.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bf5290d9b5f12e145532262a6e17b0227d8bba2488b89671bc429721e0aa152d.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h3 id="h-important-tips" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Important tips:</strong></h3><blockquote><p>Your assets’ safety is the most important issue in our marketplace, you can always ask Agent Smith for help on our telegram channel: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://t.me/realCIAS">t.me/realCIAS</a></p><p>Also, you can monitor our vault address, we will <strong>NEVER MOVE YOUR ASSETS</strong>:</p><p>Hot wallet: celestia1pdf2z7q85n9k63d57vakqasjsdgh5m6fq54p02<br>Cold wallet(keep your assets safe): celestia129hg3jrqzta2hufcfrjr0gxrsscm0vvasvg7su</p></blockquote>]]></content:encoded>
            <author>sir-network-formerly-cias-wtf@newsletter.paragraph.com (SIR Network🕵🏻 (Formerly CIAS.WTF))</author>
        </item>
    </channel>
</rss>