Skip to content

Commit

Permalink
Update address_book.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SskyWorms authored Oct 25, 2024
1 parent 1508eab commit 0f73cbb
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions articles/address_book.html
Original file line number Diff line number Diff line change
@@ -1 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" type="x-logo" href="holdstation_logo.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Holdstation Center</title>
<link rel="stylesheet" href="page_style.css">
</head>
<body>
<header>
<h1>Holdstation Help Center</h1>
<p>Your guide to using Holdstation Wallet effectively</p>
</header>

<main>
<h2>How to Withdraw Crypto from Holdstation Wallet</h2>
<p>Open Holdstation Wallet: Launch the app and ensure you&apos;re on the correct blockchain network (<strong>zkSync, BeraChain, Ethereum, ...</strong>). You can select the network by tapping the chain selector at the top of the main screen.</p>
<p>Locate the Withdrawal Feature: Tap on the "Send" button, usually found on the wallet&apos;s home screen.</p>
<p>Enter Recipient's Address: Paste the address where you want to send the crypto (this could be an exchange address, another wallet, etc.). Always double-check that the address is correct and matches the network you're sending on.</p>
<p>Select the Token: Choose the cryptocurrency you wish to withdraw.</p>
<p>Enter the Amount: Specify the amount of crypto you want to send. Ensure you have enough balance, including any network (gas) fees.</p>
<p>Review the Transaction: Double-check the recipient’s address, the amount, and the network fee before confirming.</p>
<p>Confirm the Transaction: Enter your PIN code or confirm via fingerprint or FaceID to complete the transaction.</p>

<p><strong>Wait for Confirmation</strong>: After submitting, the transaction will be processed by the blockchain. You can track its status within the app or on a blockchain explorer.</p>
</main>

<footer>
<p><a href="../index.html">Back to Help Center</a></p>
<p>Join <a href="https://discord.gg/holdstation">Discord</a> or <a href="https://t.me/HoldstationW_EN">Telegram</a> it help you Faster</p>
</footer>
<script>

</script>
</body>
</html>

0 comments on commit 0f73cbb

Please sign in to comment.