-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathremove-xrptoolkit-trustline.html
145 lines (125 loc) · 4.78 KB
/
remove-xrptoolkit-trustline.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="Sologenic Core Team" />
<meta name="generator" content="Jekyll v4.1.1" />
<title>Sologenic - XRPTOOLKIT Remove Trustline</title>
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/styles.css" rel="stylesheet" />
</head>
<body>
<div class="disclaimer fixed-top">
SIMULATOR (XRPL <strong>TESTNET</strong>)
</div>
<nav class="navbar navbar-expand-md fixed-top">
<a href="https://sologenic.com"><img src="assets/images/logo.png" /></a>
</nav>
<main role="main" class="container with-disclaimer">
<div class="content">
<br />
<span class="helper-red">
<strong>IMPORTANT: </strong> Sologenic is currently running on
<strong>SIMULATOR</strong> mode and therefore all transactions must
take place on the <strong>TESTNET</strong> XRP Ledger.
</span>
<br />
<div class="page-title">
Remove a Trustline using
<span class="inverse-red">test.xrptoolkit.com</span>
</div>
<p>
In this guide you will be using
<a target="_blank" href="https://test.xrptoolkit.com"
>https://test.xrptoolkit.com</a
>
to remove Trustlines.
</p>
<span class="helper-yellow">
Please note that test.xrptoolkit.com is a third-party wallet.
</span>
<div class="guide">
<span class="step">1</span>
<span class="title">Transfer tokenized assets from your wallet</span>
<p>
In order to remove a trustline, you need to make sure your balance
for the asset is 0. To do so, you can transfer back your Assets to
Sologenic (Deposit) or another authorized wallet.
</p>
</div>
<div class="guide">
<span class="step">2</span>
<span class="title">Remove Trustline from test.xrptoolkit.com</span>
<p>
First, you will have to choose your signing method. For the purpose
of testing, you can provide your <strong>TESTNET</strong> secret
account. Once entered, click "Add Account".
</p>
<div class="figure-alt">
<img src="assets/images/misc/xt-2.png"/ >
</div>
<p>
<span class="helper-red">
<strong>IMPORTANT: </strong> NEVER expose your mainnet XRP secret.
</span>
</p>
<p>
Next click the "i" icon next to the asset that you wish to remove
the Trustline from.
<span class="helper-yellow">
Please note that removing a Trustline decreases your reserve
requirements by 5 XRP. to learn more visit:
<a target="_blank" href="https://xrpl.org/reserves.html"
>https://xrpl.org/reserves.html</a
>
</span>
</p>
<div class="figure-alt">
<img src="assets/images/misc/xtr-1.png"/ >
</div>
<p>The click "Remove" from the Actions tab.</p>
<div class="figure-alt">
<img src="assets/images/misc/xtr-2.png"/ >
</div>
<p>Then, confirm the transaction.</p>
<div class="figure-alt">
<img src="assets/images/misc/xtr-3.png"/ >
</div>
<p>
Once transaction is confirmed, you can no longer see the asset in
your dashboard.
</p>
</div>
<div class="guide">
<span class="step">3</span>
<span class="title">Remove the Trustline from Sologenic</span>
<p>
Now that you have removed the Trustline from test.xrptoolkit.com,
you need to remove it by going back to the Sologenic Platform.
<br />Find the asset in the list and click "Delete"
</p>
<div class="figure-alt">
<img src="assets/images/misc/ctr-1.png"/ >
</div>
<p>
Next, You have to confirm that you have removed the Trustline from
the XRP Ledger. Check the box and click "Continue"
</p>
<div class="figure-alt">
<img src="assets/images/misc/ctr-2.png"/ >
</div>
<p>Once removed, you will get a notification.</p>
</div>
</div>
<div class="footer">
Copyright © 2020 Manticore Securities AS. All rights reserved
</div>
</main>
</body>
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script>
</html>