-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'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'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> | ||
|