-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
168 lines (124 loc) · 8.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="en">
<head>
<title>Citizen Web3 blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="robots" content="noodp"/>
<link rel="stylesheet" href="https://citizenweb3.github.io/manuscripts/style.css">
<link rel="stylesheet" href="https://citizenweb3.github.io/manuscripts/color/blue.css">
<link rel="stylesheet" href="https://citizenweb3.github.io/manuscripts/font-hack-subset.css">
<script defer data-domain="citizenweb3.github.io/manuscripts" src="https://plausible.io/js/script.js"></script>
</head>
<body class="">
<div class="container">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="https://citizenweb3.github.io/manuscripts" style="text-decoration: none;">
<div class="logo">
Citizen Web3
</div>
</a>
</div>
</div>
<nav class="menu">
<ul class="menu__inner">
<li class="active"><a href="https://citizenweb3.github.io/manuscripts">blog</a></li>
<li><a href="https://citizenweb3.github.io/manuscripts/tags">tags</a></li>
<li><a href="https://citizenweb3.github.io/manuscripts/archive">archive</a></li>
<li><a href="https://citizenweb3.github.io/manuscripts/about">about us</a></li>
<li><a href="https://citizenweb3.github.io/manuscripts/community">our community</a></li>
<li><a href="https://github.com/citizenweb3" target="_blank" rel="noopener noreferrer">github</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="post">
<h1 class="post-title"><a href="https://citizenweb3.github.io/manuscripts/neutron/">What is Neutron</a></h1>
<div class="post-meta-inline">
<span class="post-date">
2022-11-10
</span>
</div>
<span class="post-tags-inline">
:: tags:
<a class="post-tag" href="https://citizenweb3.github.io/manuscripts/tags/overview/">#overview</a>
<a class="post-tag" href="https://citizenweb3.github.io/manuscripts/tags/neutron/">#neutron</a>
<a class="post-tag" href="https://citizenweb3.github.io/manuscripts/tags/ics/">#ics</a>
<a class="post-tag" href="https://citizenweb3.github.io/manuscripts/tags/testing/">#testing</a></span>
<div class="post-content">
<p>Interchain Security is probably one of the most interesting narratives in crypto now. We have researched Neutron, a project that will use Interchain Security in no small way. In this article we will break down </p>
<ul>
<li>Quark Testnet</li>
<li>What is Neutron</li>
<li>Interchain Security</li>
<li>Interchain Accounts</li>
<li>Interchain Queries</li>
</ul>
<p><strong>Quark Testnet</strong></p>
<p>Neutron will launch Quark testnet to find bugs and fix them. This testnet will not be incentivized and will not use Interchain Security. This testnet is more for advanced users and developers.</p>
<p>Quark will run for 3 weeks. Testnet participants will test the network and report their results and feedback in late November.</p>
<p>Technical сases are broken down in categories (Performance, Interchain Accounts, Interchain Queries, etc.) and their completion is expected.</p>
<p>Kindly note that Quark and the ICS Incentivized testnet are different test networks. The Neutron ICS feature will be tested on the ICS incentivize testnet first.</p>
<p><strong>What is Neutron?</strong></p>
<p>Neutron is a secure platform for Interchain DeFi powered by Tendermint and built with Cosmos SDK. Neutron’s tech helps developers to launch smart contracts and gives tools to interoperate with other protocols and appchains. Neutron is incubated by P2P Validator who also were founders of Lido Protocol. Moreover, they received 50k ATOM funding in Prop72.</p>
<p><strong>Interchain Security</strong></p>
<p>Interchain Security provides the level of security for Neutron as the Cosmos Hub by enabling validators to produce blocks from a Provider-Chain to a Consumer Chain. In addition, all node operators are rewarded with native tokens distributed from consumer fees.</p>
<p><strong>Interchain Accounts</strong></p>
<p>Interchain Accounts (ICA) let Cosmos blockchains control accounts on remote zones via IBC, instead of local private keys, and write transactions that can be executed on the remote chain.</p>
<p>Neutron will be both a “host” and a “controller” and will launch with a custom implementation that makes Interchain Accounts available to smart contracts.</p>
<p>It means, smart contracts on Neutron will be able to interact with modules and zones from other ICA-enabled Cosmos chains and vice versa.</p>
<p><strong>Interchain Queries</strong></p>
<p>Interchain Queries (aka ICQs) are an essential building block enabling devs to securely retrieve data from remote zones. Queries are fundamental to DeFi protocols: They are used by DEXs to calculate swap prices, by Money Market to determine a user’s loan-to-value ratio, etc.
Here’s how Neutron makes Interchain Queries work:
On the querying zone, the ICQ module collects query requests and makes them available to relayers.
The relayers go to the queried zones, find a “value” for each “key” and package them with cryptographic proofs.</p>
<p><a href="https://postimg.cc/Tyr0Gzrt"><img src="https://i.postimg.cc/XvPzK3X6/1-E9-DD30-F-1443-415-A-A8-F4-29-B356-F9-E929.jpg" alt="1-E9-DD30-F-1443-415-A-A8-F4-29-B356-F9-E929.jpg" /></a></p>
<p>If you have an interest in learning more about Neutron’s ideas and hearing their team's plans firsthand, you might want to listen to Citizen Cosmos <a href="https://citizen-cosmos.github.io/blog/73spaydh.html">episode</a> 73 with Spaydh from Neutron:
Here you will find both an audio and a text version of the interview.</p>
<p><a href="https://twitter.com/P2Pvalidator">P2P Validator, founder of Neutron</a>
<a href="https://twitter.com/Neutron_org">Neutron</a></p>
<hr />
<p>If you would like to support our mission in creating educational content and aligning the goals of different communities, please stake with us <a href="https://www.citizencosmos.space/staking">here</a>:</p>
<ul>
<li><a href="https://wallet.keplr.app/chains/evmos?modal=validator&chain=evmos_9001-2&validator_address=evmosvaloper1mtwvpdd57gpkyejd566s24afr9zm5ryq8gwpvj">EVMOS</a> </li>
<li><a href="https://wallet.keplr.app/chains/cosmos-hub?modal=validator&chain=cosmoshub-4&validator_address=cosmosvaloper1e859xaue4k2jzqw20cv6l7p3tmc378pc3k8g2u">ATOM</a> </li>
<li><a href="https://wallet.keplr.app/chains/bostrom?modal=validator&chain=bostrom&validator_address=bostromvaloper1f7nx65pmayfenpfwzwaamwas4ygmvalqj6dz5r">BOOT</a></li>
</ul>
<p>Join our <a href="https://discord.gg/kJaG3EucCX">community</a>, to build a future where communication is decentralized. May the code be with you! </p>
</div>
<div class="pagination">
<div class="pagination__title">
<span class="pagination__title-h">Thanks for reading! Read other posts?</span>
<hr />
</div>
<div class="pagination__buttons">
<span class="button previous">
<a href="https://citizenweb3.github.io/manuscripts/staking-evmos-with-ibc/">
<span class="button__icon">←</span>
<span class="button__text">Guide: Stakign Evmos with IBC</span>
</a>
</span>
<span class="button next">
<a href="https://citizenweb3.github.io/manuscripts/game-of-chains/">
<span class="button__text">What is the Game of Chains?</span>
<span class="button__icon">→</span>
</a>
</span>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span>©
2024
Powered by <a href="https://www.citizencosmos.space/">Citizen Cosmos</a></span>
</div>
</div>
</footer>
</div>
</body>
</html>