<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://decimalchain.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Decimax</id>
	<title>Decimal Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://decimalchain.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Decimax"/>
	<link rel="alternate" type="text/html" href="https://decimalchain.com/wiki/en/Special:Contributions/Decimax"/>
	<updated>2026-04-05T12:42:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://decimalchain.com/wiki/en/Category:Instructions?diff=1711</id>
		<title>Category:Instructions</title>
		<link rel="alternate" type="text/html" href="https://decimalchain.com/wiki/en/Category:Instructions?diff=1711"/>
		<updated>2023-07-14T14:49:33Z</updated>

		<summary type="html">&lt;p&gt;Decimax: Created page with &amp;quot;Category:DecimalWiki&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:DecimalWiki]]&lt;/div&gt;</summary>
		<author><name>Decimax</name></author>
	</entry>
	<entry>
		<id>https://decimalchain.com/wiki/en/Multi-signature?diff=1710</id>
		<title>Multi-signature</title>
		<link rel="alternate" type="text/html" href="https://decimalchain.com/wiki/en/Multi-signature?diff=1710"/>
		<updated>2023-07-14T10:21:23Z</updated>

		<summary type="html">&lt;p&gt;Decimax: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#seo:&lt;br /&gt;
                     |title= Multi-signature&lt;br /&gt;
                     |titlemode= append &lt;br /&gt;
                     |keywords= Multi-signature&lt;br /&gt;
                     |description= Multi-signature&lt;br /&gt;
                    }} &lt;br /&gt;
= Multi-signature =&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Electronic/digital signature&#039;&#039;&#039; allows you to confirm the authorship of an electronic document (whether it is a real person or, for example, an account in a cryptocurrency system). The signature is linked to both the author and the document itself using cryptographic methods, so it cannot be forged using ordinary copying.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Multi—signature&#039;&#039;&#039; is a scheme for implementing an electronic signature, which for its reliability requires T keys from a group of N members, where T is less than N.&lt;br /&gt;
 &lt;br /&gt;
Multi-signature requires the cooperation of at least T members of a group of N participants. The private key is divided into N parts, and any T parts are enough to restore it. Multi-signature is implemented as a check of the specified conditions, which is carried out by the basic system of cryptocurrency scripts.&lt;br /&gt;
 &lt;br /&gt;
== What is Multisignature used for ==&lt;br /&gt;
 &lt;br /&gt;
Multi-signature is used to complicate the operation in order to share responsibility or increase security.&lt;br /&gt;
 &lt;br /&gt;
The sharing of responsibility implies that several people must collectively make a decision on the transfer of funds, which is recorded using the use of a personal digital signature. An example is a situation where a company has two or more owners. In order to spend a significant amount, they must come to an agreement, while the subjects may be located in different parts of the globe.&lt;br /&gt;
 &lt;br /&gt;
[[File:Wiki-1fe3357141a4188c104888ed07e2d238.png|800px|center]] &lt;br /&gt;
 &lt;br /&gt;
Multi-signature security is achieved due to the fact that the keys required for signing are stored on different devices. For example, one is on a computer, and the other is on a smartphone. In order to seize the funds, an attacker must gain access not only to a computer that is connected to a cryptocurrency wallet, but also to other devices or storage locations that contain other private keys.&lt;br /&gt;
&lt;br /&gt;
== Multi-signature on DecimalChain ==&lt;br /&gt;
 &lt;br /&gt;
Addresses with multi-signature are available on Decimal. This is very convenient when allocating funds or simply making a joint decision when there are several independent participants and consensus conditions between them. For example, funds are withdrawn from the common wallet only if 80% of the company&#039;s participants agree to it (four out of five participants).&lt;br /&gt;
 &lt;br /&gt;
=== Three types of transactions are implemented to implement the functionality: ===&lt;br /&gt;
 &lt;br /&gt;
==== CreateMultisig ====&lt;br /&gt;
 &lt;br /&gt;
CreateMultisig creates a wallet with a multi-signature, indicating the owners, the weight of their vote and a threshold value (for example, three out of five or two out of three). A multisigned address is generated with the addition of a data string, which is passed to the hash function along with the input data array (prototype) to calculate the hash (image). This is done to allow you to create many addresses with three identical parameters and save them to the repository.&lt;br /&gt;
&lt;br /&gt;
==== CreateTransaction ====&lt;br /&gt;
&lt;br /&gt;
CreateTransaction creates a transaction to withdraw the specified number of specified coins to the specified address, the creator of the transaction immediately signs it. Each such transaction is assigned a unique identifier.&lt;br /&gt;
&lt;br /&gt;
==== SignTransaction ====&lt;br /&gt;
&lt;br /&gt;
Other owners of a multi-signature wallet can request unconfirmed transactions at this address, their parameters and identifiers. After that, they simply send a SignTransaction type transaction to the blockchain, in the parameters of which there will be a unique transaction identifier from paragraph 2. After verifying the signature, the number of collected &amp;quot;votes&amp;quot; from the transaction increases in accordance with the subscriber&#039;s weight in paragraph 1. If the threshold value is reached, the operation is executed, funds are transferred, the balances of the multi-signature address and the recipient&#039;s address are changed.&lt;br /&gt;
 &lt;br /&gt;
As a result, thanks to this scheme of interaction of multi—signature participants, we exclude offline communication between them. At least it becomes optional.&lt;br /&gt;
&lt;br /&gt;
[[Category:Commoninfo]]&lt;/div&gt;</summary>
		<author><name>Decimax</name></author>
	</entry>
	<entry>
		<id>https://decimalchain.com/wiki/en/Coins:rrunion?diff=1709</id>
		<title>Coins:rrunion</title>
		<link rel="alternate" type="text/html" href="https://decimalchain.com/wiki/en/Coins:rrunion?diff=1709"/>
		<updated>2023-07-14T09:22:40Z</updated>

		<summary type="html">&lt;p&gt;Decimax: /* RRUNION */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;mikio-article-content&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;mikio-tags&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;rrunion&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[File:Coins-photo 2021-03-22 22-36-28 2 .jpg|thumb|right|400px]]&lt;br /&gt;
&#039;&#039;&#039;RRUNION&#039;&#039;&#039; is a custom token of the &#039;RRU&#039; command. &lt;br /&gt;
 &lt;br /&gt;
The RRU team develops projects in various blockchains, in particular, specializes in the creation of CRR tokens. It has also already presented several projects for DeciamChain, such as a calculator for delegating custom tokens, a validator and other projects useful for the network.&lt;br /&gt;
&lt;br /&gt;
= History of coin creation =&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;level1&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
The &#039;RRUNION&#039; coin was created on March 24, 2021 with a CRR of 69%, an issue of 169777, and a reserve of 2000 DEL.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;The price at the time of creation is 0.017 DEL&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
The coin was created in order to increase the profitability of the base DEL coin during delegation, as well as for use in various projects of the team.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;preimuschestva_tokena&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
= Advantages of the token =&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;level1&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;High delegation price&#039;&#039;&#039; - when delegating, the coin retains most of its price. At the same time, due to the constant redemption of the coin, the rewards will also grow over time.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Moderate volatility&#039;&#039;&#039; - due to a CRR of 69%, the coin shows a fairly stable behavior in the market.&lt;br /&gt;
 &lt;br /&gt;
Delegation is a slow process, which means that the coin price must be stable enough to correctly calculate investment risks.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Constant growth&#039;&#039;&#039; - the RRU team constantly buys the coin at its own expense, and also attracts third-party investors to its projects.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;ehkonomika_i_raschety&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
= Economics and Calculations =&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;level1&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
In this section, we will look at how the coin will behave when certain reserves are reached and how it can be used.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;tablica_raschetov&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Calculation table ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;level3&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
We will take data from the custom token delegation calculator created by our team.&lt;br /&gt;
 &lt;br /&gt;
To begin with, consider the change in price and price in delegation. In this table, we can see how the value of the coin will change with an increase in the reserve. The delegation price is calculated based on the assumption that 93% of all coins will be delegated.&lt;br /&gt;
 &lt;br /&gt;
[[File:Coins-snimok_ehkrana_2021-11-25_v_13.54.19.png|1000px|class=mediacenter]] [[File:Coins-snimok_ehkrana_2021-11-25_v_13.55.23.png|1000px|class=mediacenter]] &lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;grafik_doxodnosti_otnositelno_del&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
= Yield chart relative to DEL =&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;level1&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
[[File:Coins-snimok_ehkrana_2021-11-25_v_13.55.39.png|1000px|class=mediacenter]] &lt;br /&gt;
 &lt;br /&gt;
In this graph, we can observe how the delegated stake of the coin will change with the growth of the reserve. For convenience in calculations, the income from delegation is taken as 8% per month and an increase in the initial stake by 5 thousand DEL per month.&lt;br /&gt;
 &lt;br /&gt;
The graph shows that at the beginning, when buying a token, its value in delegation is inferior to the yield of DEL, but with the increase in value, the amount is recalculated and overtakes the base coin.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;vygoda_dlja_derzhatelej_i_delagatorov_koina&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
= Benefit for coin holders and delegators =&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;level1&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
As can be seen from the table and graph , in this case , the benefit can be obtained in two ways:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;div class=&amp;quot;li&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Hold and sell at a higher price&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;div class=&amp;quot;li&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Delegate and increase the stake&#039;&#039;&#039; and accordingly increase the rewards from this stake&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
Thus, this coin can be attractive both for delegation and for investing without delegation, and also by buying this coin you help the team to develop their projects and the blockchain as a whole.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 [[File:Coins-photo_2021-03-22_22-36-28_2_.jpg|400px|class=mediacenter]] &lt;br /&gt;
 [[File:Coins-snimok_ehkrana_2021-11-25_v_13.54.19.png|1000px|class=mediacenter]] [[File:Coins-snimok_ehkrana_2021-11-25_v_13.55.23.png|1000px|class=mediacenter]] &lt;br /&gt;
 [[File:Coins-snimok_ehkrana_2021-11-25_v_13.55.39.png|1000px|class=mediacenter]] &lt;br /&gt;
[[Category:Coins]]&lt;/div&gt;</summary>
		<author><name>Decimax</name></author>
	</entry>
	<entry>
		<id>https://decimalchain.com/wiki/en/User:Decimax?diff=1682</id>
		<title>User:Decimax</title>
		<link rel="alternate" type="text/html" href="https://decimalchain.com/wiki/en/User:Decimax?diff=1682"/>
		<updated>2023-07-13T18:59:20Z</updated>

		<summary type="html">&lt;p&gt;Decimax: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This account is a technical clone of [[User:CryptoUser|CryptoUser]], the current admin of this Wiki.&lt;br /&gt;
&lt;br /&gt;
[[Category:User pages]]&lt;/div&gt;</summary>
		<author><name>Decimax</name></author>
	</entry>
	<entry>
		<id>https://decimalchain.com/wiki/en/User:Decimax?diff=1681</id>
		<title>User:Decimax</title>
		<link rel="alternate" type="text/html" href="https://decimalchain.com/wiki/en/User:Decimax?diff=1681"/>
		<updated>2023-07-13T18:57:09Z</updated>

		<summary type="html">&lt;p&gt;Decimax: Created page with &amp;quot;This account is a technical clone of CryptoUser, the current admin of this Wiki.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This account is a technical clone of [[User:CryptoUser|CryptoUser]], the current admin of this Wiki.&lt;/div&gt;</summary>
		<author><name>Decimax</name></author>
	</entry>
</feed>