<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cross-Chain with ICON on ICON Community</title><link>https://icon.community/</link><description>Recent content in Cross-Chain with ICON on ICON Community</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 01 Feb 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://icon.community/index.xml" rel="self" type="application/rss+xml"/><item><title>Setting up initCommissionRate, setCommissionRate and unjail</title><link>https://icon.community/learn/commission-rate/</link><pubDate>Thu, 01 Feb 2024 00:00:00 +0000</pubDate><guid>https://icon.community/learn/commission-rate/</guid><description>The update for the ICON Economic Policy 4.0 (IISS 4.0) has introduced two new features into the governance system for validators which are Commission Rates to distribute inflation to your stakers/voters and a new state in validators operations which is the possibility of being send to Jail if the node doesnt produce blocks.
The community tracker has been updated to give the validators an easy way of executing these governance calls, in order to be able to access them first login with your validator wallet in the tracker and then go to your validator address page.</description></item><item><title>xCall tutorial part 3: Integrating rollback functionality in the cross chain voting dApp.</title><link>https://icon.community/tutorials/x-call-tutorial-part-3-integrating-rollback-functionality/</link><pubDate>Mon, 24 Jul 2023 00:00:00 +0000</pubDate><guid>https://icon.community/tutorials/x-call-tutorial-part-3-integrating-rollback-functionality/</guid><description>Introduction In the first two parts of this series about creating a cross chain voting dApp we created the Java and Solidity smart contracts, executed the deployment and created the nodejs scripts to interact with the contracts.
Currently the overall logic of the dApp implements a one-way communication process, users can cast vote in the origin chain (ICON) and the destination chain (Sepolia) keeps and updated tally of the votes.</description></item><item><title>xCall tutorial part 4: Adding Unit testing to the smart contracts.</title><link>https://icon.community/tutorials/x-call-tutorial-part-4-adding-unit-testing/</link><pubDate>Mon, 24 Jul 2023 00:00:00 +0000</pubDate><guid>https://icon.community/tutorials/x-call-tutorial-part-4-adding-unit-testing/</guid><description>Introduction Unit tests are very helpful in the development process, so In this last part of the xCall tutorial series we are going to be creating unit tests for both our Java and Solidity contracts.
Running Unit Tests for the Java Contract For running the unit tests in the Java contract, a couple of configuration settings must be setup first.
The build.gradle file inside the contract folder must define the set of test related dependencies and the test framework to use:</description></item><item><title>xCall tutorial part 1: Creating a cross chain voting dapp.</title><link>https://icon.community/tutorials/x-call-tutorial-part-1-creating-a-cross-chain-voting-dapp/</link><pubDate>Tue, 11 Jul 2023 00:00:00 +0000</pubDate><guid>https://icon.community/tutorials/x-call-tutorial-part-1-creating-a-cross-chain-voting-dapp/</guid><description>Introduction xCall is a standard interface to make permission-less calls between different blockchain networks. Each network that ICON is interoperable with has an xCall contract address that dApps can call to transfer data across chains.
In this tutorial we are going to create a cross chain voting dapp which is comprised of:
A smart contract on the source chain (ICON) written in Java. A smart contract on the destination chain (Ethereum) written in Solidity.</description></item><item><title>xCall tutorial part 2: Deploying and interacting with a cross chain voting dapp.</title><link>https://icon.community/tutorials/x-call-tutorial-part-2-deploying-and-interacting-with-a-cross-chain-voting-dapp/</link><pubDate>Tue, 11 Jul 2023 00:00:00 +0000</pubDate><guid>https://icon.community/tutorials/x-call-tutorial-part-2-deploying-and-interacting-with-a-cross-chain-voting-dapp/</guid><description>Introduction In the first part of this series about creating a cross chain voting dApp that interacts with xCall we went over the process of setting up the project and detailing the code logic in our Java and Solidity smart contracts.
In this second part we will be deploying the smart contracts into their respective chains (Berlin testnet for the Java contract and Sepolia testnet for the solidity contract) and then we will interact with these contracts by casting a vote from the origin chain (Berlin) which will interact with xCall to send a cross chain message into the Sepolia testnet to our Solidity smart contract to keep a tally of the votes on both chains.</description></item><item><title>Zero Knowledge Proof on ICON Blockchain: Part-3</title><link>https://icon.community/tutorials/zkp-on-icon-pt3/</link><pubDate>Fri, 12 May 2023 00:00:00 +0000</pubDate><guid>https://icon.community/tutorials/zkp-on-icon-pt3/</guid><description>Jump back to Part-1 Jump back to Part-2 This article is the continuation of the Part-1 &amp;amp; Part-2 of this article series on Zero Knowledge Proof on ICON Blockchain. This article features a ZkSudoku game that utilizes Zero Knowledge Proof.
In Part-1, we started with why we need zero-knowledge proof and in Part-2, we dived into the proofs using circom and icon-snarkjs. In this final article, we will create a complete full stack application that solves our problem with Sudoku NFT Collection.</description></item><item><title>Zero Knowledge Proof on ICON Blockchain: Part-2</title><link>https://icon.community/tutorials/zkp-on-icon-pt2/</link><pubDate>Thu, 11 May 2023 00:00:00 +0000</pubDate><guid>https://icon.community/tutorials/zkp-on-icon-pt2/</guid><description>Jump back to Part-1 Jump ahead to Part-3 In this article, we will be talking about the circuits that we used in our Sudoku game. This Sudoku project consists of 3 directories namely, circuits, contracts, and frontend.
Circuits: In the circuits section, we will take a look into the following things. You can also jump to whichever section you prefer to read by clicking any of the below topics:</description></item><item><title>Zero Knowledge Proof on ICON Blockchain: Part-1</title><link>https://icon.community/tutorials/zkp-on-icon-pt1/</link><pubDate>Wed, 10 May 2023 00:00:00 +0000</pubDate><guid>https://icon.community/tutorials/zkp-on-icon-pt1/</guid><description>Jump ahead to Part-2 Jump ahead to Part-3 The integration of the BLS 12–381 curve on the ICON blockchain enables the use of Zero Knowledge Proofs on the platform, opening up a new realm of possibilities for secure and private transactions.
In this three-part article series, we will explore the exciting world of zero-knowledge proofs (ZKPs) and how they can be used on the ICON blockchain. In particular, will use the Sudoku as an example to provide an overview of ZKPs, how they work, and their benefits.</description></item><item><title>Bringing Zero Knowledge Proofs to ICON platform with zkSNARK</title><link>https://icon.community/learn/zkp-on-icon/</link><pubDate>Mon, 08 May 2023 00:00:00 +0000</pubDate><guid>https://icon.community/learn/zkp-on-icon/</guid><description>The successful integration of zkSNARKs into the ICON blockchain, which was achieved through a pull request (PR) adding support for the bls12-381 curve, marks a significant achievement. It has ensured that the ICON blockchain remains at the forefront of blockchain technology and remains competitive in the future. As the use of blockchain technology continues to increase, the need for privacy in transactions has become increasingly important, and cutting-edge privacy and security measures need to be implemented.</description></item><item><title>BTP Tutorial: Setting Up BTP Locally For Testing</title><link>https://icon.community/tutorials/btp-tutorial-setting-up-btp-locally-for-testing/</link><pubDate>Tue, 02 May 2023 00:00:00 +0000</pubDate><guid>https://icon.community/tutorials/btp-tutorial-setting-up-btp-locally-for-testing/</guid><description>Blockchain Transmission Protocol (BTP) is ICON’s chain-agnostic, scalable, and secure interoperability protocol. BTP’s chain-agnostic design allows it to be integrated with any smart contract-enabled blockchain. Unlike traditional bridging solutions that rely on handpicked validators to relay cross-chain messages and custody funds, BTP uses a more secure model with fully-decentralized incentivized relays and on-chain verification of messages.
In this article, you’ll learn how to setup a local environment for testing BTP and creating dapps that can interact with BTP in this local setup.</description></item><item><title>Java Tutorial Part 1: Setting Development Environment and Writing Smart Contract</title><link>https://icon.community/tutorials/java-tutorial-part-1-setting-development-environment-and-writing-smart-contract/</link><pubDate>Thu, 06 Apr 2023 00:00:00 +0000</pubDate><guid>https://icon.community/tutorials/java-tutorial-part-1-setting-development-environment-and-writing-smart-contract/</guid><description>Introduction A smart contract is a self-contained program that is stored and replicated on a blockchain network. When a contract is deployed to the blockchain, it becomes a part of the blockchain and is stored on every node in the network.
In the following guide we are going to explain in detail the process of:
Setting up the development environment for writing a smart contract on ICON Writing a sample smart contract that will work as a poll for people to cast a vote “Yes” or “No”.</description></item><item><title>Java Tutorial Part 2: Deploying the Smart Contract and Interacting with the Smart Contract Onchain</title><link>https://icon.community/tutorials/java-tutorial-part-2-deploying-the-smart-contract-and-interacting-with-the-smart-contract-onchain/</link><pubDate>Thu, 06 Apr 2023 00:00:00 +0000</pubDate><guid>https://icon.community/tutorials/java-tutorial-part-2-deploying-the-smart-contract-and-interacting-with-the-smart-contract-onchain/</guid><description>Deploying the smart contract Deployment of the smart contract on an ICON Network (Mainnet, testnets or local networks) is done using a special contract creation transaction sent to the contract creation address.
A deployed contract is assigned an ICON address based on the originating account, timestamp, and if the contract address already exists nonce of the contract creation transaction is also used. Salt can also be used to create address. Salt is the transaction index of the transaction in the block.</description></item><item><title>Java Tutorial Part 3: Unit Testing</title><link>https://icon.community/tutorials/java-tutorial-part-3-unit-testing/</link><pubDate>Thu, 06 Apr 2023 00:00:00 +0000</pubDate><guid>https://icon.community/tutorials/java-tutorial-part-3-unit-testing/</guid><description>Unit Testing For smart contract unit testing you can use the javaee-unittest module. In the following link you can check the methods of the API for building your own tests.
https://www.javadoc.io/doc/foundation.icon/javaee-unittest/0.9.7/index.html https://github.com/icon-project/javaee-unittest For the context of a unit test on smart contracts, it is necessary to have a way to mock the contract so that we can test the functions. For this the javaee-unittest has a Service Manager that allows these types of interactions like account creation, contract deployment, etc.</description></item><item><title>Interacting with ICON Wallets in the Browser</title><link>https://icon.community/tutorials/interacting-with-icon-wallets-in-the-browser/</link><pubDate>Sat, 01 Apr 2023 00:00:00 +0000</pubDate><guid>https://icon.community/tutorials/interacting-with-icon-wallets-in-the-browser/</guid><description>Introduction Interacting with ICON wallets in the browser is an essential part of building decentralized applications on the ICON network. This tutorial will show you how to connect with ICON wallets in the browser using the ICON Provider JS API which is a protocol that wallets in the ICON Blockchain use to allow dapps to communicate with the wallet in the browser. The first section will cover how to do it with vanilla JS, and the second section will cover how to do it using React.</description></item><item><title>How to Create a Custom Testnet</title><link>https://icon.community/tutorials/how-to-create-a-custom-testnet/</link><pubDate>Sun, 26 Mar 2023 00:00:00 +0000</pubDate><guid>https://icon.community/tutorials/how-to-create-a-custom-testnet/</guid><description>During the development phase of your new project in the ICON Ecosystem, depending on the requirements of your project and the tests you might need to run during development, it might be necessary to create your own testnet, some of the reasons for this might be:
You need amounts of ICX bigger than the ones that can be obtained via the faucets in the current testnet. You need to have one or more main validators in the testnet for doing specific tasks like creating network proposals.</description></item><item><title>Databases and Distributed Systems</title><link>https://icon.community/learn/databases-distributed-systems/</link><pubDate>Tue, 21 Mar 2023 00:00:00 +0000</pubDate><guid>https://icon.community/learn/databases-distributed-systems/</guid><description>A blockchain is essentially a security layer or communications protocol built on top of a distributed database. In this article, we will provide an introduction to the backend databases powering blockchain engines. We will also look at how distributed systems are used to achieve fault tolerance and high availability in blockchain networks. Whether you are a developer, a miner, or just interested in the technology, understanding the basics of databases and distributed systems is essential for understanding how blockchains work and whether they are a good choice for your applications.</description></item><item><title>Cryptographic primitives</title><link>https://icon.community/learn/cryptographic-primitives/</link><pubDate>Mon, 20 Mar 2023 00:00:00 +0000</pubDate><guid>https://icon.community/learn/cryptographic-primitives/</guid><description>Cryptographic primitives are the basic building blocks of cryptography. They are the foundation upon which more complex cryptographic algorithms and protocols are built. These primitives include functions such as encryption, decryption, digital signature, and key exchange. They are designed to provide specific security properties, such as confidentiality, integrity, and authenticity.
One of the main distinguishing factors of a blockchain compared to other data stores is in the way it uses cryptography.</description></item><item><title>How to create a wallet account</title><link>https://icon.community/tutorials/how-to-create-a-wallet-account/</link><pubDate>Sun, 12 Mar 2023 00:00:00 +0000</pubDate><guid>https://icon.community/tutorials/how-to-create-a-wallet-account/</guid><description>Prerequisites To follow this tutorial is necessary to setup the project folder accordingly to the method that you are going to be using for creating the account. Follow these instructions for setting up the project folder:
Setting up the project folder Using goloop CLI Goloop CLI is a terminal utility that you can use to generate accounts and make RPC JSON requests easily from the command line.
For a list of all the commands that you can use please visit the following link.</description></item><item><title>How to check if a validator is missing blocks</title><link>https://icon.community/tutorials/how-to-check-if-a-validator-is-missing-blocks/</link><pubDate>Sat, 11 Mar 2023 00:00:00 +0000</pubDate><guid>https://icon.community/tutorials/how-to-check-if-a-validator-is-missing-blocks/</guid><description>As a validator in the network if you miss a certain amount of blocks consecutively your node can be penalized.
The following tutorial will explain in detail how to check if a validator is missing blocks consecutively and know if they are going to receive a penalty.
Getting the max amount of missed blocks before a penalty To check how many blocks you need to miss consecutively to be penalized we need to call the getNetworkInfo method of the chain SCORE like in the following example:</description></item><item><title>What is indexing and how it works for ICON</title><link>https://icon.community/learn/indexing/</link><pubDate>Thu, 19 Jan 2023 00:00:00 +0000</pubDate><guid>https://icon.community/learn/indexing/</guid><description>Indexing for the ICON Blockchain Hello ICON community, Rob here from sudoblock to give a technical overview of how we index ICON Blockchain data and make it available to sites like tracker.icon.community. We’ll go through how the data gets extracted from the chain, transformed into usable data, and then get into a little bit about how we expose it to users with our infrastructure setup. This article should be digestible to non-technical users with minimal understanding of how the internet works, glossing over details that might be confusing to non-developers.</description></item><item><title>Clusters of users</title><link>https://icon.community/learn/clusters-of-users/</link><pubDate>Tue, 17 Jan 2023 00:00:00 +0000</pubDate><guid>https://icon.community/learn/clusters-of-users/</guid><description>What does a community look like ? We&amp;rsquo;ve heard and mostly understood that blockchains are community driven. But what does Marsellus Wallace this community look like? It&amp;rsquo;s necessary to think about an answer to this question because it determines the nature of your target demography if you&amp;rsquo;re building a decentralized app on a blockchain. Understanding the community will give answers to questions like the following &amp;ndash; for a certain dapp, how many unique users are there who could be interested, are there similar products that can co-exist and reinforce each other, how likely is it for users of other categories to try yours and as such how does it resonate with the ecosystem&amp;rsquo;s direction.</description></item><item><title>What is Zero Knowledge Protocol?</title><link>https://icon.community/learn/zkp/</link><pubDate>Tue, 17 Jan 2023 00:00:00 +0000</pubDate><guid>https://icon.community/learn/zkp/</guid><description>Year At a Glance 2022 was without a doubt a defining year for cryptocurrencies and other crypto assets. As the “crypto winter” engulfed the space, the price plummeted and valuations plunged causing several high-profile crypto bankruptcies. The year was also marked by several high profile hacks in the crypto space, with cybercriminals stealing over $3 billion, with $718 million stolen in October 2022 alone. The chart below from Bloomberg shows the timeline of the major crypto events together with the market capitalization.</description></item><item><title>Buying a partial Bitcoin</title><link>https://icon.community/learn/buying-a-partial-bitcoin/</link><pubDate>Wed, 04 Jan 2023 00:00:00 +0000</pubDate><guid>https://icon.community/learn/buying-a-partial-bitcoin/</guid><description>Bitcoin (BTC) has been around for a while, but it is still one of the most popular and talked about cryptocurrencies. Many have asked: Should I buy bitcoin? Or even wondered Is it too late to buy bitcoin?
The concept of bitcoin and cryptocurrency have faced many criticisms and challenges that have threatened its existence. But it still stands strong, as the world&amp;rsquo;s most popular cryptocurrency. It was created in 2009 by an unknown person and released as an open-source software in 2010.</description></item><item><title>ICON With Python – How to Query an ICON Smart Contract</title><link>https://icon.community/tutorials/icon-with-python-how-to-query-an-icon-smart-contract/</link><pubDate>Mon, 19 Dec 2022 00:00:00 +0000</pubDate><guid>https://icon.community/tutorials/icon-with-python-how-to-query-an-icon-smart-contract/</guid><description>In the previous tutorial, you learned how to set up a proper Python development environment for building apps and bots that interact with the ICON blockchain. Now that we&amp;rsquo;ve walked through the basics, let&amp;rsquo;s dive into how to use the ICON Python SDK to query any smart contract on the ICON blockchain.
NOTE: Example code for this tutorial can be found here.
What is a Smart Contract Query? Before we dive into how to query a smart contract, it&amp;rsquo;s important to understand what it is.</description></item><item><title>Creating a crypto wallet</title><link>https://icon.community/learn/creating-a-crypto-wallet/</link><pubDate>Wed, 07 Dec 2022 00:00:00 +0000</pubDate><guid>https://icon.community/learn/creating-a-crypto-wallet/</guid><description>A crypto wallet or digital wallet, is an application that helps you store your crypto. It functions like a bank account and makes it possible for you to send and receive that crypto from anywhere in the world.
Not all crypto wallets give you access to the same coins, tokens and blockchains. This is why creating a crypto wallet can become a task often repeated. Beyond that, moving crypto assets from exchanges like Robinhood or Coinbase can be confusing.</description></item><item><title>ICON With Python – Getting Started With the ICON Python SDK</title><link>https://icon.community/tutorials/icon-with-python-getting-started-with-the-icon-python-sdk/</link><pubDate>Fri, 11 Nov 2022 00:00:00 +0000</pubDate><guid>https://icon.community/tutorials/icon-with-python-getting-started-with-the-icon-python-sdk/</guid><description>In this tutorial series, we’ll be focusing on building infrastructure-related stuff like APIs to query for some kind of data, apps that can timestamp data into transactions, Discord bots for relaying smart contract events in real-time, and more. For this tutorial series, We’ll be using ICON’s Python SDK, as that is the programming language that I’m most familiar with. However, most of the concepts can be applied to the other SDKs as well – JavaScript, Java, etc.</description></item><item><title>Interacting with ICON Bridge Contracts (Proxy Contracts) on EVM Blockchains</title><link>https://icon.community/tutorials/interacting-with-icon-bridge-contracts-proxy-contracts-on-evm-blockchains/</link><pubDate>Wed, 09 Nov 2022 00:00:00 +0000</pubDate><guid>https://icon.community/tutorials/interacting-with-icon-bridge-contracts-proxy-contracts-on-evm-blockchains/</guid><description>The ICON Network is a decentralized blockchain project from South Korea with the goal of becoming a hub for interconnecting many other blockchains with its BTP technology, it currently hosts many Dapps (Decentralized Apps) ranging from NFT games and platforms (like gangstabet, Craft Network, Project Nebula, etc) to DeFi platforms (like Balanced Network, OMM Financeand Optimus Finance) and even a fully decentralized casino running entirely on smart contracts (ICONBet).
In this tutorial we will learn to interact with ICON Bridge a chain-agnostic bridge that is able to interconnect any blockchain that supports smart contracts.</description></item><item><title>Privacy Policy for icon.community</title><link>https://icon.community/privacy-policy/</link><pubDate>Fri, 15 Apr 2022 00:00:00 +0000</pubDate><guid>https://icon.community/privacy-policy/</guid><description>At icon.community, accessible from www.icon.community, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by icon.community and how we use it.
If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.
This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and/or collect in icon.</description></item><item><title>What is ICON?</title><link>https://icon.community/learn/icon/</link><pubDate>Mon, 07 Mar 2022 00:00:00 +0000</pubDate><guid>https://icon.community/learn/icon/</guid><description>ICON is an open-source layer 1 delegated proof-of-stake (DPoS) blockchain and smart contract platform focused on connecting unique blockchains and their respective communities. ICON’s Blockchain Transmission Protocol (BTP) is a trustless and chain-agnostic interoperability solution that supports generic smart contract calls between connected blockchains. ICON offers a unique high-performance smart contract execution environment powered by the Java Virtual Machine (JVM) that is ideal for developing minimal-latency cross-chain dApps. The ICON blockchain is governed by validators elected through the network’s ICX staking and delegation mechanism.</description></item><item><title>What is ICX?</title><link>https://icon.community/learn/icx/</link><pubDate>Sun, 06 Mar 2022 00:00:00 +0000</pubDate><guid>https://icon.community/learn/icx/</guid><description>During the initial phase of the ICON project, ICX was an ERC-20 token that was used to bootstrap development of the ICON network. In mid-2018, following the launch of the ICON mainnet, a token swap was performed, enabling holders of the ERC-20 ICX to exchange for native ICX, which now powers the economy and governance of the ICON blockchain.
What Is ICX Used For? ICX has a variety of use cases from governance of the ICON blockchain to DeFi collateral.</description></item><item><title>What is ICON Governance?</title><link>https://icon.community/learn/icon-governance/</link><pubDate>Sat, 05 Mar 2022 00:00:00 +0000</pubDate><guid>https://icon.community/learn/icon-governance/</guid><description>ICON is a delegated proof-of-stake (DPoS) network, which means a majority of stakeholders delegate their share of the network – in this case, ICX – to registered validators that produce blocks and participate in governance. ICON’s DPoS consensus lets non-technical stakeholders benefit from staking without having to set up a node or join a staking pool.
On ICON, ICX holders can stake and delegate ICX to validators – entities that have registered to participate in governing the ICON blockchain.</description></item><item><title>ICON (ICX) Tokenomics</title><link>https://icon.community/learn/icon-icx-tokenomics-a6d269c8908/</link><pubDate>Fri, 04 Mar 2022 00:00:00 +0000</pubDate><guid>https://icon.community/learn/icon-icx-tokenomics-a6d269c8908/</guid><description>ICON (ICX) Tokenomics have been improved with IISS 3.1. Recently, ICON validators unanimously passed Network Proposal #14, which implemented IISS 3.1, a new and more sustainable tokenomic framework for ICX and the ICON ecosystem.
Let’s take a look at some of the changes implemented as part of IISS 3.1 and how they compare to the old model.
Inflation Previously, inflation was set not by design but by the combination of the amount of rewards issued to those staking ICX and the rewards issued to block producers (validators).</description></item><item><title>What is the CPS?</title><link>https://icon.community/learn/cps/</link><pubDate>Thu, 03 Mar 2022 00:00:00 +0000</pubDate><guid>https://icon.community/learn/cps/</guid><description>ICON’s Contribution Proposal System (CPS) is a decentralized grant program operated by validators on the ICON network. The CPS is designed to fund development, marketing, and community-building initiatives that benefit the ICON network in a transparent manner. Compared to other grant programs, ICON’s CPS offers a few key advantages such as distribution of funds via a stablecoin and KYC-less application process. In this article, you’ll learn how to take advantage of ICON’s CPS to bootstrap your next project idea.</description></item><item><title>What is ICON Bridge?</title><link>https://icon.community/learn/icon-bridge/</link><pubDate>Wed, 02 Mar 2022 00:00:00 +0000</pubDate><guid>https://icon.community/learn/icon-bridge/</guid><description>07/09/22: Audit information updated to reflect July Development Update 01/16/23: Download the FYEO Security Assessment of ICON Bridge Blockchain Transmission Protocol (BTP) ICON Bridge is an early iteration of ICON’s cutting-edge interoperability product, BTP, which allows cross-chain transfers and integration with any blockchain that supports smart contracts.
With ICON Bridge, we are fast-tracking ICON interoperability to meet community and developer demand. While ICON’s flagship interoperability product BTP continues getting built, ICON Bridge immediately opens up cross-chain activity and development opportunities.</description></item><item><title>What is BTP?</title><link>https://icon.community/learn/btp/</link><pubDate>Tue, 01 Mar 2022 00:00:00 +0000</pubDate><guid>https://icon.community/learn/btp/</guid><description>Blockchain Transmission Protocol (BTP) is ICON’s chain-agnostic, scalable, and secure interoperability protocol. BTP’s chain-agnostic design allows it to be integrated with any smart contract-enabled blockchain. Unlike traditional bridging solutions that rely on handpicked validators to relay cross-chain messages and custody funds, BTP uses a more secure model with fully-decentralized incentivized relays and on-chain verification of messages. In this article, you’ll learn about ICON’s BTP technology, and how it can be applied to real-world use cases.</description></item><item><title>Alter</title><link>https://icon.community/ecosystem/nft/alter/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/nft/alter/</guid><description/></item><item><title>API Endpoint</title><link>https://icon.community/glossary/api-endpoint/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/api-endpoint/</guid><description>Transaction/ABI endpoints for ICON network. Used to get information or relay information to Delegates. Typically representing an end-user that has services running on or in support of the ICON network</description></item><item><title>API Node</title><link>https://icon.community/glossary/api-node/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/api-node/</guid><description>Transaction/ABI endpoints for ICON network. Used to get information or relay information to Public Representatives. Typically representing an end-user that has services running on or in support of the ICON network</description></item><item><title>Application Binary Interface (ABI)</title><link>https://icon.community/glossary/abi/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/abi/</guid><description>The public-facing, callable endpoints of a smart contract</description></item><item><title>Archway</title><link>https://icon.community/ecosystem/connected-chains/archway/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/connected-chains/archway/</guid><description/></item><item><title>Atomic</title><link>https://icon.community/ecosystem/wallet/atomic/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/wallet/atomic/</guid><description/></item><item><title>Audit</title><link>https://icon.community/glossary/audit/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/audit/</guid><description>A software code audit is a comprehensive analysis of source code in a programming project with the intent of discovering bugs, security breaches or violations of programming conventions.</description></item><item><title>Balanced</title><link>https://icon.community/ecosystem/defi/balanced/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/defi/balanced/</guid><description/></item><item><title>BAND</title><link>https://icon.community/ecosystem/oracle/band-protocol/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/oracle/band-protocol/</guid><description/></item><item><title>Berlin Testnet</title><link>https://icon.community/glossary/berlin-testnet/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/berlin-testnet/</guid><description>Berlin Testnet is a test network. Facilitating the first round of testing before Lisbon Testnet and ICON main network</description></item><item><title>Beta ICON Tracker</title><link>https://icon.community/ecosystem/community/beta-icon-tracker/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/community/beta-icon-tracker/</guid><description/></item><item><title>Binance</title><link>https://icon.community/ecosystem/exchange/binance/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/exchange/binance/</guid><description/></item><item><title>Binance US</title><link>https://icon.community/ecosystem/exchange/binance-us/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/exchange/binance-us/</guid><description/></item><item><title>Bit2Me</title><link>https://icon.community/ecosystem/wallet/bit2me/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/wallet/bit2me/</guid><description/></item><item><title>Bithumb</title><link>https://icon.community/ecosystem/exchange/bithumb/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/exchange/bithumb/</guid><description/></item><item><title>Bitrue</title><link>https://icon.community/ecosystem/exchange/bitrue/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/exchange/bitrue/</guid><description/></item><item><title>Bitvavo</title><link>https://icon.community/ecosystem/exchange/bitvavo/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/exchange/bitvavo/</guid><description/></item><item><title>BKEX</title><link>https://icon.community/ecosystem/exchange/bkex/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/exchange/bkex/</guid><description/></item><item><title>Blobble World</title><link>https://icon.community/ecosystem/nft/blobble-world/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/nft/blobble-world/</guid><description/></item><item><title>Block</title><link>https://icon.community/glossary/block/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/block/</guid><description>An addition to the ICON distributed ledger that may be validated. Consists of transactions</description></item><item><title>Block</title><link>https://icon.community/glossary/block/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/block/</guid><description>An addition to the ICON distributed ledger that may be validated. Consists of transactions</description></item><item><title>Block Production Rate</title><link>https://icon.community/glossary/block-production-rate/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/block-production-rate/</guid><description>The amount of blocks that ICON network produces in a period of time</description></item><item><title>Blockchain</title><link>https://icon.community/glossary/blockchain/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/blockchain/</guid><description>A series of validated transactions that guarantee computational events to occur logically and securely</description></item><item><title>Blockchain A [deprecated]</title><link>https://icon.community/glossary/blockchain-a/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/blockchain-a/</guid><description>Starting location of a transaction on the blockchain</description></item><item><title>Blockchain B [deprecated]</title><link>https://icon.community/glossary/blockchain-b/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/blockchain-b/</guid><description>Ending location of a transaction on the blockchain</description></item><item><title>Blockchain Transmission Protocol</title><link>https://icon.community/ecosystem/infrastructure/btp/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/infrastructure/btp/</guid><description/></item><item><title>Blockchain Transmission Protocol (BTP)</title><link>https://icon.community/glossary/btp/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/btp/</guid><description>Decentralized, trustless interoperability solution, now evolved into General Message Passing (GMP) in SODAX</description></item><item><title>Blog Archive</title><link>https://icon.community/archive/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/archive/</guid><description/></item><item><title>BNB Smart Chain</title><link>https://icon.community/ecosystem/connected-chains/binance-smart-chain/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/connected-chains/binance-smart-chain/</guid><description/></item><item><title>broof</title><link>https://icon.community/ecosystem/enterprise/broof/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/enterprise/broof/</guid><description/></item><item><title>BTP Blocks</title><link>https://icon.community/glossary/btp-blocks/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/btp-blocks/</guid><description>While ICON blocks are produced every two seconds regardless of BTP activity, BTP blocks are produced only when a BTP Message is sent. BTP blocks are not technically blocks themselves, but contain many similar properties. BTP blocks are validated by ICON’s validator set and are verifiable through ICON blocks</description></item><item><title>BTP Message Center</title><link>https://icon.community/glossary/btp-message-center/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/btp-message-center/</guid><description>Links service handler, light node, and relay. Passes message from service handler to light node</description></item><item><title>BTP Message Relay</title><link>https://icon.community/glossary/btp-message-relay/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/btp-message-relay/</guid><description>Passes messages from source to destination blockchain</description></item><item><title>BTP Message Validator</title><link>https://icon.community/glossary/btp-message-validator/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/btp-message-validator/</guid><description>Maintains destination blockchain state on source blockchain. Passes state headers to relay</description></item><item><title>BTP Service Handler</title><link>https://icon.community/glossary/btp-service-handler/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/btp-service-handler/</guid><description>Endpoint that the user queries to bridge assets</description></item><item><title>Bug bounty</title><link>https://icon.community/glossary/bug-bounty/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/bug-bounty/</guid><description>Bug bounties are offered by many websites, organizations and software developers by which individuals can receive recognition and compensation for reporting bugs, especially those pertaining to security exploits and vulnerabilities</description></item><item><title>Call</title><link>https://icon.community/glossary/call/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/call/</guid><description>An action that takes place within a transaction</description></item><item><title>ChangeNOW</title><link>https://icon.community/ecosystem/exchange/changenow/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/exchange/changenow/</guid><description/></item><item><title>Citizen [deprecated]</title><link>https://icon.community/glossary/citizen/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/citizen/</guid><description>Transaction/ABI endpoints for ICON network. Used to get information or relay information to Public Representatives. Typically representing an end-user that has services running on or in support of the ICON network</description></item><item><title>Code Coverage</title><link>https://icon.community/glossary/code-coverage/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/code-coverage/</guid><description>Code coverage is a software testing metric that that can help in assessing the test performance and quality aspects of any software. It determines the number of lines of code that is successfully validated under a test procedure, which in turn, helps in analyzing how comprehensively a software is verified.</description></item><item><title>Code refactoring</title><link>https://icon.community/glossary/code-refactoring/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/code-refactoring/</guid><description>The process of restructuring existing computer code</description></item><item><title>Community Blogs</title><link>https://icon.community/community-blogs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/community-blogs/</guid><description/></item><item><title>Community Member</title><link>https://icon.community/glossary/community-member/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/community-member/</guid><description>ICON community member</description></item><item><title>Contribute to icon.community</title><link>https://icon.community/contribute/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/contribute/</guid><description/></item><item><title>Contribution Proposal</title><link>https://icon.community/glossary/contribution-proposal/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/contribution-proposal/</guid><description>Projects that would benefit the ICON ecosystem to be supported by public representatives and discussed by the community at-large. Funding for these projects comes from a percentage of network rewards</description></item><item><title>Contribution Proposal System (CPS)</title><link>https://icon.community/glossary/contribution-proposal-system/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/contribution-proposal-system/</guid><description>Decentralized grant program operated by ICON delegates.</description></item><item><title>Craft</title><link>https://icon.community/ecosystem/nft/craft/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/nft/craft/</guid><description/></item><item><title>Cross-chain hub</title><link>https://icon.community/glossary/cross-chain-hub/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/cross-chain-hub/</guid><description>A network that supports cross-chain messaging using the industry’s leading cross-chain protocols. See the SODAX hub for more details</description></item><item><title>Cross-chain messages</title><link>https://icon.community/glossary/cross-chain-messages/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/cross-chain-messages/</guid><description>Calls from one blockchain to another</description></item><item><title>Currency Exchange</title><link>https://icon.community/glossary/currency-exchange/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/currency-exchange/</guid><description>Service for trading currency from one type to another, which may include cryptocurrency</description></item><item><title>Cwallet</title><link>https://icon.community/ecosystem/wallet/cwallet/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/wallet/cwallet/</guid><description/></item><item><title>Decentralized</title><link>https://icon.community/glossary/decentralized/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/decentralized/</guid><description>In the context of computer programs, decentralized refers to the notion that it includes a component that is run on many different computers and by many independent operators for the purpose of servicing a user</description></item><item><title>Decentralized Application (dApp)</title><link>https://icon.community/glossary/decentralized-application/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/decentralized-application/</guid><description>Application on a distributed network run by multiple independent operators. Typically refers to applications that operate on or make use of a blockchain. Explore the SODAX glossary for more DeFi and cross-chain terminology</description></item><item><title>Deepcoin</title><link>https://icon.community/ecosystem/exchange/deepcoin/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/exchange/deepcoin/</guid><description/></item><item><title>Delegate</title><link>https://icon.community/glossary/delegate/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/delegate/</guid><description>Block validator for the ICON network. Transaction processors for operations that change the state of the ICON network. Typically representing an end-user group that has made important contributions to the ICON network. Typically encouraged to incentivize the at-large ICON Community for participation and to help increase the value of the ICON network</description></item><item><title>Delegate Term</title><link>https://icon.community/glossary/delegate-term/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/delegate-term/</guid><description>The period of time that a delegate is voted to their position</description></item><item><title>Delegated Proof of Contribution [deprecated]</title><link>https://icon.community/glossary/delegated-proof-of-contribution/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/delegated-proof-of-contribution/</guid><description>A decentralized blockchain validation protocol whereby a group of delegates validate blocks on behalf of all nodes in the network. Validators stake a significant amount of currency to prove that their validations are legitimate at the risk of losing the staked currency</description></item><item><title>Delegated Proof of Stake</title><link>https://icon.community/glossary/delegated-proof-of-stake/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/delegated-proof-of-stake/</guid><description>A decentralized blockchain validation protocol whereby a group of delegates validate blocks on behalf of all nodes in the network. Validators stake a significant amount of currency to prove that their validations are legitimate at the risk of losing the staked currency</description></item><item><title>Delegation</title><link>https://icon.community/glossary/delegation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/delegation/</guid><description>Contribution of voting power towards a delegate / validator candidate</description></item><item><title>Destination Blockchain</title><link>https://icon.community/glossary/destination-blockchain/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/destination-blockchain/</guid><description>Ending location of a transaction on the blockchain</description></item><item><title>Ecosystem</title><link>https://icon.community/ecosystem/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/</guid><description/></item><item><title>End-user</title><link>https://icon.community/glossary/end-user/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/end-user/</guid><description>Person. A type of user that is either a person or a group of people</description></item><item><title>Equality</title><link>https://icon.community/ecosystem/defi/equality/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/defi/equality/</guid><description/></item><item><title>Ethereum</title><link>https://icon.community/ecosystem/connected-chains/ethereum/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/connected-chains/ethereum/</guid><description/></item><item><title>Eye on ICON</title><link>https://icon.community/ecosystem/community/eye-on-icon/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/community/eye-on-icon/</guid><description/></item><item><title>Fandiem</title><link>https://icon.community/ecosystem/nft/fandiem/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/nft/fandiem/</guid><description/></item><item><title>FAQ</title><link>https://icon.community/faq/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/faq/</guid><description>Find answers to some of the most common questions about the ICON project below.</description></item><item><title>Foligator</title><link>https://icon.community/ecosystem/defi/foligator/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/defi/foligator/</guid><description/></item><item><title>Frāmd</title><link>https://icon.community/ecosystem/nft/framd/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/nft/framd/</guid><description/></item><item><title>GangstaVerse</title><link>https://icon.community/ecosystem/nft/gangstaverse/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/nft/gangstaverse/</guid><description/></item><item><title>General Message Passing (xCall)</title><link>https://icon.community/ecosystem/infrastructure/xcall/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/infrastructure/xcall/</guid><description/></item><item><title>Global state machine</title><link>https://icon.community/glossary/global-state-machine/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/global-state-machine/</guid><description>A logic system that tracks current status and facilitates changes in status through decisions and transition processes</description></item><item><title>Goloop</title><link>https://icon.community/glossary/goloop/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/goloop/</guid><description>Goloop is a smart contract enabled enterprise-grade blockchain software written in Go with many unique features providing a secure, immutable and scalable environment to develop decentralized applications</description></item><item><title>Governance</title><link>https://icon.community/glossary/governance/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/governance/</guid><description>A system for making and enforcing decisions</description></item><item><title>Governance Variable</title><link>https://icon.community/glossary/governance-variable/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/governance-variable/</guid><description>Network parameters including voter reward rate, public representative reward rate, contribution proposal system reward rate, and monthly inflation</description></item><item><title>Grant</title><link>https://icon.community/glossary/grant/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/grant/</guid><description>A monetary gift, where the recipient is typically expected to pursue some pre-defined goal with the money received</description></item><item><title>Grow</title><link>https://icon.community/ecosystem/wallet/grow/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/wallet/grow/</guid><description/></item><item><title>Hana</title><link>https://icon.community/ecosystem/wallet/hana/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/wallet/hana/</guid><description/></item><item><title>HAVAH</title><link>https://icon.community/ecosystem/connected-chains/havah/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/connected-chains/havah/</guid><description/></item><item><title>Huobi</title><link>https://icon.community/ecosystem/exchange/huobi/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/exchange/huobi/</guid><description/></item><item><title>ICE &amp; SNOW</title><link>https://icon.community/glossary/ice-and-snow/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/ice-and-snow/</guid><description>Polkadot parachain and Kusama canary-chain for ICON network. EVM-compatible. Can be used to write ICON smart contracts in Solidity</description></item><item><title>ICON Bridge</title><link>https://icon.community/ecosystem/infrastructure/icon-bridge/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/infrastructure/icon-bridge/</guid><description/></item><item><title>ICON Bridge</title><link>https://icon.community/glossary/icon-gridge/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/icon-gridge/</guid><description>Centralized blockchain interoperability solution</description></item><item><title>ICON Bridge</title><link>https://icon.community/icon-bridge/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/icon-bridge/</guid><description/></item><item><title>ICON Improvement Proposals (IIPs)</title><link>https://icon.community/glossary/icon-improvement-proposals/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/icon-improvement-proposals/</guid><description>Standards for the ICON platform, including core protocol specifications, client APIs, and contract standards. Including ideas for new standards</description></item><item><title>ICON Metrics Tracker</title><link>https://icon.community/ecosystem/infrastructure/icx-tracker/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/infrastructure/icx-tracker/</guid><description/></item><item><title>ICON Network</title><link>https://icon.community/glossary/icon-network/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/icon-network/</guid><description>Merkle-tree-based, decentralized, public blockchain for running cryptographically secure computations</description></item><item><title>ICON Proudly Sponsors Unchained Newsletter</title><link>https://icon.community/unchained-newsletter/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/unchained-newsletter/</guid><description/></item><item><title>ICON Smart Contract Framework</title><link>https://icon.community/glossary/icon-smart-contract-framework/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/icon-smart-contract-framework/</guid><description>Smart contract framework for ICON</description></item><item><title>ICON Tracker</title><link>https://icon.community/ecosystem/infrastructure/icon-tracker/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/infrastructure/icon-tracker/</guid><description/></item><item><title>ICON Validator Monitor</title><link>https://icon.community/ecosystem/infrastructure/icon-validator-monitor/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/infrastructure/icon-validator-monitor/</guid><description/></item><item><title>ICON's Basic Branding Kit</title><link>https://icon.community/branding-kit/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/branding-kit/</guid><description/></item><item><title>ICONist [deprecated]</title><link>https://icon.community/glossary/iconist/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/iconist/</guid><description>ICON community member</description></item><item><title>ICONKR</title><link>https://icon.community/ecosystem/community/icon-kr/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/community/icon-kr/</guid><description/></item><item><title>iconwatch</title><link>https://icon.community/ecosystem/infrastructure/iconwatch/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/infrastructure/iconwatch/</guid><description/></item><item><title>ICX</title><link>https://icon.community/icx/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/icx/</guid><description>ICX is the currency that powers the ICON blockchain. ICX has a variety of use cases including staking, governance, collateralization, and more.</description></item><item><title>ICX Token</title><link>https://icon.community/glossary/icx/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/icx/</guid><description>The cryptocurrency that is used to govern the ICON blockchain, and pay for transaction fees for decentralized applications on ICON Network</description></item><item><title>IIP</title><link>https://icon.community/glossary/iip/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/iip/</guid><description>ICON Improvement Proposals (IIPs) describe standards for the ICON platform, including core protocol specifications, client APIs, and contract standards</description></item><item><title>Inanis Invictus</title><link>https://icon.community/ecosystem/gaming/inanis-invictus/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/gaming/inanis-invictus/</guid><description/></item><item><title>Injective</title><link>https://icon.community/ecosystem/connected-chains/injective/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/connected-chains/injective/</guid><description/></item><item><title>Instruction fee</title><link>https://icon.community/glossary/instruction-fee/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/instruction-fee/</guid><description>A charge that must be paid in association with executing a computational instruction using computational power on the blockchain</description></item><item><title>Integrations</title><link>https://icon.community/integrations/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/integrations/</guid><description/></item><item><title>Integrations New</title><link>https://icon.community/integrations-new/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/integrations-new/</guid><description/></item><item><title>Inter-Blockchain Communication Protocol</title><link>https://icon.community/ecosystem/infrastructure/ibc/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/infrastructure/ibc/</guid><description/></item><item><title>Interoperability with xCall</title><link>https://icon.community/xcall/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/xcall/</guid><description/></item><item><title>Interoperable</title><link>https://icon.community/glossary/interoperable/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/interoperable/</guid><description>Able to utilize multiple, independently run and validated blockchains to create a single application. See cross-chain execution on SODAX</description></item><item><title>Interoperable ICON Wallet by Hana</title><link>https://icon.community/hanawallet/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/hanawallet/</guid><description/></item><item><title>Java</title><link>https://icon.community/glossary/java/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/java/</guid><description>Smart contracts on ICON are written in Java and executed within Goloop’s Java Virtual Machine (JVM) environment. Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible</description></item><item><title>Jeju Island</title><link>https://icon.community/ecosystem/government/jeju-island/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/government/jeju-island/</guid><description/></item><item><title>Join ICON on CoinMarketCap</title><link>https://icon.community/joincoinmarketcap/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/joincoinmarketcap/</guid><description/></item><item><title>Join the ICON Community on Discord</title><link>https://icon.community/icondiscord/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/icondiscord/</guid><description/></item><item><title>Join the ICX Community on Discord</title><link>https://icon.community/icxdiscord/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/icxdiscord/</guid><description/></item><item><title>Karma Bond</title><link>https://icon.community/ecosystem/defi/karma-bond/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/defi/karma-bond/</guid><description/></item><item><title>Kraken</title><link>https://icon.community/ecosystem/exchange/kraken/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/exchange/kraken/</guid><description/></item><item><title>Ledger</title><link>https://icon.community/ecosystem/wallet/ledger/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/wallet/ledger/</guid><description/></item><item><title>Ledger</title><link>https://icon.community/glossary/ledger/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/ledger/</guid><description>A list of transactions maintained by a bookkeeper. In the context of cryptocurrency, often synonymously used with “blockchain”</description></item><item><title>Light Client</title><link>https://icon.community/glossary/light-client/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/light-client/</guid><description>Maintains destination blockchain state on source blockchain. Passes state headers to relay</description></item><item><title>Light Node</title><link>https://icon.community/glossary/light-node/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/light-node/</guid><description>Maintains destination blockchain state on source blockchain. Passes state headers to relay</description></item><item><title>Lisbon Testnet</title><link>https://icon.community/glossary/lisbon-testnet/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/lisbon-testnet/</guid><description>Lisbon Testnet is a test network. Facilitating the last round of testing before ICON main network</description></item><item><title>Machine-user</title><link>https://icon.community/glossary/machine-user/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/machine-user/</guid><description>Service that connects to another application. A type of user that acts on behalf of an end-user</description></item><item><title>Mainnet</title><link>https://icon.community/glossary/mainnet/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/mainnet/</guid><description>A mainnet is a fully operational and working blockchain</description></item><item><title>Merkle Tree</title><link>https://icon.community/glossary/merkle-tree/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/merkle-tree/</guid><description>Computational structure for ensuring that computational events happen in a specific, logical order</description></item><item><title>Merkle Tree Accumulator</title><link>https://icon.community/glossary/merkle-tree-accumulator/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/merkle-tree-accumulator/</guid><description>Queue of concatenated merkle tree roots with cached hashes that can verify the inclusion of a given hash</description></item><item><title>Message Broker</title><link>https://icon.community/glossary/message-broker/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/message-broker/</guid><description>Links service handler, light node, and relay. Passes message from service handler to light node</description></item><item><title>Message Validator</title><link>https://icon.community/glossary/message-validator/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/message-validator/</guid><description>Maintains destination blockchain state on source blockchain. Passes state headers to relay</description></item><item><title>Native Coin</title><link>https://icon.community/glossary/native-coin/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/native-coin/</guid><description>A blockchain’s inherent digital currency</description></item><item><title>Network</title><link>https://icon.community/glossary/network/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/network/</guid><description>Collection of linked computers running services that interact with each other</description></item><item><title>Network Proposal</title><link>https://icon.community/glossary/network-proposal/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/network-proposal/</guid><description>Changes to the ICON network to be decided upon by public representatives and discussed by the community at-large</description></item><item><title>Neutron</title><link>https://icon.community/ecosystem/connected-chains/neutron/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/connected-chains/neutron/</guid><description/></item><item><title>Nexus</title><link>https://icon.community/glossary/nexus/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/nexus/</guid><description>A frontend application for transferring tokens across blockchains via ICON Bridge.</description></item><item><title>NFT Bazaar</title><link>https://icon.community/ecosystem/nft/nft-bazaar/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/nft/nft-bazaar/</guid><description/></item><item><title>Node</title><link>https://icon.community/glossary/node/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/node/</guid><description>Computational service running in support of the ICON network that can either be an API Endpoint or a Delegate / Validator</description></item><item><title>Node Widget</title><link>https://icon.community/ecosystem/infrastructure/node-widget/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/infrastructure/node-widget/</guid><description/></item><item><title>NOWNodes</title><link>https://icon.community/ecosystem/infrastructure/now-nodes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/infrastructure/now-nodes/</guid><description/></item><item><title>NOWPayments</title><link>https://icon.community/ecosystem/infrastructure/nowpayments/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/infrastructure/nowpayments/</guid><description/></item><item><title>Off-chain</title><link>https://icon.community/glossary/off-chain/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/off-chain/</guid><description>Data or logic that is not on the blockchain</description></item><item><title>OKX</title><link>https://icon.community/ecosystem/exchange/okx/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/exchange/okx/</guid><description/></item><item><title>OKX Wallet</title><link>https://icon.community/ecosystem/wallet/okx-wallet/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/wallet/okx-wallet/</guid><description/></item><item><title>Omm</title><link>https://icon.community/ecosystem/defi/omm/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/defi/omm/</guid><description/></item><item><title>On-chain</title><link>https://icon.community/glossary/on-chain/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/on-chain/</guid><description>Data or logic that is codified into the blockchain global state machine</description></item><item><title>Open source</title><link>https://icon.community/glossary/open-source/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/open-source/</guid><description>Open source software is software with source code that anyone can inspect, modify, and enhance</description></item><item><title>Oracle</title><link>https://icon.community/glossary/oracle/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/oracle/</guid><description>An oracle is a bridge between the blockchain and the real world. They act as on-chain APIs that can be queried for information and used in smart contracts</description></item><item><title>Parameta</title><link>https://icon.community/ecosystem/community/parameta/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/community/parameta/</guid><description/></item><item><title>Pengwyn BINC</title><link>https://icon.community/ecosystem/nft/pengwyn-binc/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/nft/pengwyn-binc/</guid><description/></item><item><title>Personally Identifiable Information (PII)</title><link>https://icon.community/glossary/personally-identifiable-information/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/personally-identifiable-information/</guid><description>Any information that permits the identity of an individual to be directly or indirectly inferred, including any information that is linked or linkable to that individual</description></item><item><title>Public Representative [deprecated]</title><link>https://icon.community/glossary/public-representative/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/public-representative/</guid><description>Block validator for the ICON network. Transaction processors for operations that change the state of the ICON network. Typically representing an end-user group that has made important contributions to the ICON network. Typically encouraged to incentivize the at-large ICON Community for participation and to help increase the value of the ICON network</description></item><item><title>Realm Of Gods</title><link>https://icon.community/ecosystem/gaming/realmofgods/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/gaming/realmofgods/</guid><description/></item><item><title>Receiver</title><link>https://icon.community/glossary/receiver/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/receiver/</guid><description>User that gets tokens during a transaction</description></item><item><title>Relay</title><link>https://icon.community/glossary/relay/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/relay/</guid><description>Passes messages from source to destination blockchain. See also SODAX relayer</description></item><item><title>Relay Operator</title><link>https://icon.community/glossary/relay-operator/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/relay-operator/</guid><description>Party that transfers messages between blockchains</description></item><item><title>Repository</title><link>https://icon.community/glossary/repository/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/repository/</guid><description>A repository is a location, either real or virtual, where data is stored. Development repositories are commonly stored on GitHub</description></item><item><title>Representative Term [deprecated]</title><link>https://icon.community/glossary/representative-term/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/representative-term/</guid><description>The period of time that a delegate is voted to their position</description></item><item><title>Request for Proposal (RFP)</title><link>https://icon.community/glossary/request-for-proposal-rfp/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/request-for-proposal-rfp/</guid><description>Request for Proposal (RFP) lists provide community members with ideas for their grant requests. Take a look at the Request for Proposal list for each funding source for inspiration and insight.</description></item><item><title>Search icon.community with Google</title><link>https://icon.community/search-with-google/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/search-with-google/</guid><description/></item><item><title>Sender</title><link>https://icon.community/glossary/sender/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/sender/</guid><description>User that gives tokens during a transaction</description></item><item><title>Seoul Metropolitan Government</title><link>https://icon.community/ecosystem/government/seoul-metropolitan-government/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/government/seoul-metropolitan-government/</guid><description/></item><item><title>Service Handler</title><link>https://icon.community/glossary/service-handler/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/service-handler/</guid><description>Endpoint that the user queries to bridge assets</description></item><item><title>Shinhan Bank</title><link>https://icon.community/ecosystem/enterprise/shinhan-bank/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/enterprise/shinhan-bank/</guid><description/></item><item><title>SimpleSwap</title><link>https://icon.community/ecosystem/exchange/simpleswap/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/exchange/simpleswap/</guid><description/></item><item><title>Sink Blockchain</title><link>https://icon.community/glossary/sink-blockchain/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/sink-blockchain/</guid><description>Ending location of a transaction on the blockchain</description></item><item><title>Smart Contract</title><link>https://icon.community/glossary/smart-contract/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/smart-contract/</guid><description>Blockchain-integrated code for maintaining and interacting with data in a trusted, distributed database. In SODAX, smart contract execution is handled by solvers</description></item><item><title>Smart Contracts On Reliable Environment (SCORE) [deprecated]</title><link>https://icon.community/glossary/score/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/score/</guid><description>Smart contract framework for ICON</description></item><item><title>Solidity</title><link>https://icon.community/glossary/solidity/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/solidity/</guid><description>Solidity is an object-oriented, high-level language for implementing smart contracts. Smart contracts are programs which govern the behaviour of accounts within the Ethereum state</description></item><item><title>Source Blockchain</title><link>https://icon.community/glossary/source-blockchain/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/source-blockchain/</guid><description>Starting location of a transaction on the blockchain</description></item><item><title>Special Interest Group (SIG)</title><link>https://icon.community/glossary/special-interest-group/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/special-interest-group/</guid><description>A special interest group (SIG) is a collaborative group of independent parties that openly contribute and share expertise on a specific technology area. Learn more about ICON governance structure and special interest groups here.</description></item><item><title>Staking</title><link>https://icon.community/glossary/staking/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/staking/</guid><description>Locking up tokens in contribution to a blockchain entity. Typically staking yields rewards</description></item><item><title>Staking Rewards</title><link>https://icon.community/glossary/staking-rewards/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/staking-rewards/</guid><description>Currency yield earned by locking up tokens in contribution to a blockchain entity</description></item><item><title>Standard Developer Kit (SDK)</title><link>https://icon.community/glossary/standard-developer-kit/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/standard-developer-kit/</guid><description>Standard developer kit. Allows for programmatic interaction with the ICON blockchain</description></item><item><title>StealthEX</title><link>https://icon.community/ecosystem/exchange/stealthex/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/exchange/stealthex/</guid><description/></item><item><title>Step</title><link>https://icon.community/glossary/step/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/step/</guid><description>A unit of measurement associated with computational processing on the ICON network. Currently it&amp;rsquo;s economic value is associated to 1 * 10^-8 ICX</description></item><item><title>Studio Mirai</title><link>https://icon.community/ecosystem/nft/studio-mirai/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/nft/studio-mirai/</guid><description/></item><item><title>Target Blockchain</title><link>https://icon.community/glossary/target-blockchain/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/target-blockchain/</guid><description>Ending location of a transaction on the blockchain</description></item><item><title>The 200 Million ICX Interoperability Incentive Fund</title><link>https://icon.community/interoperability-incentive-program/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/interoperability-incentive-program/</guid><description/></item><item><title>Token</title><link>https://icon.community/glossary/token/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/token/</guid><description>Blockchain’s non-native, third party currencies</description></item><item><title>Token Swap</title><link>https://icon.community/glossary/token-swap/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/token-swap/</guid><description>Service for trading currency from one type to another, which may include cryptocurrency. Swap tokens on SODAX</description></item><item><title>Tracker</title><link>https://icon.community/glossary/tracker/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/tracker/</guid><description>A tracker reports on block-by-block transaction activity on a blockchain</description></item><item><title>Transaction</title><link>https://icon.community/glossary/transaction/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/transaction/</guid><description>Cryptographically signed instructions from accounts</description></item><item><title>Trust Wallet</title><link>https://icon.community/ecosystem/wallet/trust-wallet/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/wallet/trust-wallet/</guid><description/></item><item><title>Trustless</title><link>https://icon.community/glossary/trustless/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/trustless/</guid><description>A promise that can be made between multiple parties without the requirement for any one party to simply believe that the other parties are telling the truth</description></item><item><title>Unifi</title><link>https://icon.community/ecosystem/defi/unifi/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/defi/unifi/</guid><description/></item><item><title>Upbit</title><link>https://icon.community/ecosystem/exchange/upbit/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/exchange/upbit/</guid><description/></item><item><title>User</title><link>https://icon.community/glossary/user/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/user/</guid><description>Parties that interact with the blockchain. Senders and receivers in a transaction. Token holders. Includes end-users and machine-users</description></item><item><title>Validator Node</title><link>https://icon.community/glossary/validator-node/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/validator-node/</guid><description>Block validator for the ICON network. Transaction processors for operations that change the state of the ICON network. Typically representing an end-user group that has made important contributions to the ICON network. Typically encouraged to incentivize the at-large ICON Community for participation and to help increase the value of the ICON network</description></item><item><title>Validator Term</title><link>https://icon.community/glossary/validator-term/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/validator-term/</guid><description>BTP, or Blockchain Transmission Protocol, is ICON&amp;rsquo;s interoperability solution for cross-chain communication. BTP is chain-agnostic, which means it can be integrated with any smart contract-enabled blockchain, and does not require connected chains to be built with a common framework or SDK.
BTP is a trustless and decentralized bridging solution because it derives security from the source and destination blockchains instead of a trusted bridge operator. Lastly, BTP supports generic messaging between smart contracts, which means it can be used for a variety of complex use cases beyond basic token swaps.</description></item><item><title>Voting</title><link>https://icon.community/glossary/voting/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/voting/</guid><description>In a general context, tallying the preferences of a userbase in order to make a decision. In the Delegated-proof-of-stake context, using staked tokens to provide block validation for newly created blocks</description></item><item><title>Wallet</title><link>https://icon.community/glossary/wallet/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/wallet/</guid><description>In the context of cryptocurrency, a storage service for cryptocurrency</description></item><item><title>Wallet</title><link>https://icon.community/wallet/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/wallet/</guid><description/></item><item><title>Web3</title><link>https://icon.community/glossary/web3/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/web3/</guid><description>Web3 is an idea for a new iteration of the World Wide Web which incorporates concepts such as decentralization, blockchain technologies, and token-based economics</description></item><item><title>Whitepaper</title><link>https://icon.community/glossary/whitepaper/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/whitepaper/</guid><description>Peer-reviewed, technical explanation of protocols or systems. May also colloquially refer to original paper introducing ICON network</description></item><item><title>xCall Scan</title><link>https://icon.community/ecosystem/infrastructure/xcallscan/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/infrastructure/xcallscan/</guid><description/></item><item><title>xCall Service</title><link>https://icon.community/glossary/xcall-service/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/xcall-service/</guid><description>xCall is the one messaging standard for all cross-chain communication, now evolving into the intents model in SODAX.
Compatible with all existing and future cross-chain protocols, xCall completes the modular blockchain stack by providing dApps with a customizable interoperability component.
It enables developers to build cross chain dApps with a single interface, regardless of which interoperability protocol is chosen. xCall standardizes cross chain communication for developers so that once a dApp is configured to receive messages from one xCall-connected chain, it can receive messages from any xCall-connected chain.</description></item><item><title>XT.com</title><link>https://icon.community/ecosystem/exchange/xt-com/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/exchange/xt-com/</guid><description/></item><item><title>Yellowpaper</title><link>https://icon.community/glossary/yellowpaper/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/glossary/yellowpaper/</guid><description>Non-peer-reviewed, technical explanation of protocols or explanations</description></item><item><title>ZT</title><link>https://icon.community/ecosystem/exchange/zt/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://icon.community/ecosystem/exchange/zt/</guid><description/></item></channel></rss>