<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mary Ann Callahan</title>
    <description>The latest articles on DEV Community by Mary Ann Callahan (@marry_acallahan).</description>
    <link>https://dev.to/marry_acallahan</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F337706%2F58b9048a-4ae8-4355-bb58-60c61b44c7a8.jpg</url>
      <title>DEV Community: Mary Ann Callahan</title>
      <link>https://dev.to/marry_acallahan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/marry_acallahan"/>
    <language>en</language>
    <item>
      <title>Online Vs Offline Cryptocurrency Wallets</title>
      <dc:creator>Mary Ann Callahan</dc:creator>
      <pubDate>Tue, 28 Jul 2020 14:39:54 +0000</pubDate>
      <link>https://dev.to/marry_acallahan/online-vs-offline-cryptocurrency-wallets-4ml7</link>
      <guid>https://dev.to/marry_acallahan/online-vs-offline-cryptocurrency-wallets-4ml7</guid>
      <description>&lt;p&gt;Choosing the right form of cryptocurrency storage is vital if you want to keep your digital assets safe. So far, we have enough reasons not to keep cryptocurrency even on very secure &lt;a href="https://cex.io/"&gt; bitcoin exchanges &lt;/a&gt;. However, for newcomers to the industry, selecting a wallet can be a bit of a confusing concept. There are all kinds of different storages out there and they all have trade-offs between convenience and security. Ultimately, different wallets are more appropriate for different uses. There’s nothing wrong with using more than one wallet either!&lt;br&gt;
In this short introduction to cryptocurrency wallets, we’ll be looking at the differences between two broad categories of digital asset storage solutions. By the end, you should know exactly which use cases lend themselves to which wallets. Let’s begin. &lt;br&gt;
What is a Cryptocurrency Wallet? &lt;br&gt;
Before we start talking about the differences between online and offline cryptocurrency wallets, we should clarify what’s meant by the term wallet. Obviously, this is some kind of storage. At the same time, we understand that since cryptocurrency doesn’t exist in a physical form, it needs some specific form of wallet. A cryptocurrency wallet is a combination of two (or more) cryptographic keys. &lt;br&gt;
The first one, named public key, is a bit like your email address. Just as you can share your email address around freely if you want to receive emails, you can share your public key if you want people to send you cryptocurrency. As the name suggests, there is no danger of wallet compromise by sharing your public key. &lt;br&gt;
The second key is known as the private key. This is a really important one. It controls your ability to use the cryptocurrency associated with your key pair. Anyone in possession of the private key can send cryptocurrency associated with it to another public key. Therefore, you should never reveal your private key to anyone. If you will take only one thing from this article let it be the importance of protecting your private key. &lt;br&gt;
Given that the private key essentially grants permission to its holder to use the cryptocurrency associated with it, it’s vital that you back it up securely. The first thing you should do when you set up any storage solution is to make a non-digital copy of the private key and keep it somewhere safe. If you lose access to your wallet for any reason, you can retrieve your cryptocurrency using the private key alone. &lt;br&gt;
Remember that fire, water, and prying eyes are all threats to your private key. Therefore, consider a waterproof and fireproof safe with a solid locking mechanism to store backups. You can also store copies of your private key in multiple geographical locations to reduce the risk of a natural disaster leaving you unable to access your funds. &lt;/p&gt;

&lt;p&gt;Online vs Offline Wallets&lt;br&gt;
When considering different types of cryptocurrency storage, they all fall into one of two categories: online and offline. Online wallets generally offer greater convenience but are more vulnerable to a security compromise. Meanwhile, offline wallets offer almost impenetrable security but can be more inconvenient for day-to-day spending. &lt;br&gt;
Online Wallets&lt;br&gt;
An online wallet is a wallet that had its private key generated on a device connected to the internet or that stores its private keys on such a device constantly. Basically, if your private key has ever been near a live internet connection, you should understand that your storage has some of the security flaws of a fully online wallet. &lt;br&gt;
There are two main types of online wallets: custodial and non-custodial. The former is by far the least secure of all digital currency wallets.&lt;br&gt;
This is because a custodial wallet never reveals its private key to you. Instead, the provider of the service (wallet, exchange, peer-to-peer marketplace, etc.) keeps the private key for you. This removes one of the most ground-breaking features of cryptocurrency – permissionless transfers. Essentially, if you need a third party to authorize a transaction, they can also sensor a transaction.&lt;/p&gt;

&lt;p&gt;Benefits of a custodial online wallet:&lt;br&gt;
● Allows you to access services. If you’re trading at a centralized exchange, you’ll have to use their custodial wallet a lot. &lt;br&gt;
Disadvantages of a custodial online wallet:&lt;br&gt;
● The platform with custody of your funds can block your transactions. &lt;br&gt;
● In case if the platform falls victim to a security compromise, you may lose funds. This has happened many times before. &lt;br&gt;
A much better form of online cryptocurrency storage is a non-custodial wallet. The two main types of non-custodial online wallets are desktop wallets and mobile wallets. They’re pretty much the same apart from the device you use to interact with the wallet. &lt;br&gt;
The important thing to look out for when choosing a non-custodial online wallet is that it’s open-source. This means that you (and other people if you’re not technically capable) can check the code that the wallet uses. You’ll be able to know for sure that there is no malicious code that could jeopardize your funds. &lt;/p&gt;

&lt;p&gt;Benefits of a non-custodial online wallet: &lt;br&gt;
● Convenient. It is right on your computer or mobile means you can quickly send funds from it at any time. You can also use QR codes to make it even easier. &lt;br&gt;
● The user possesses their private keys. &lt;br&gt;
● Free. &lt;/p&gt;

&lt;p&gt;Disadvantages of a non-custodial online wallet: &lt;br&gt;
● Non-custodial online wallets are constantly connected to a live internet connection means that you could fall victim to digital attacks. Beware of phishing attempts or malware that could steal wallet data from you. &lt;/p&gt;

&lt;p&gt;Offline Wallets&lt;br&gt;
If an online wallet is all about convenience, an offline one is all about security. Offline wallets generate their private keys away from a live internet connection. They’re incredibly secure but take a bit more effort to access your funds. &lt;br&gt;
There are two main forms of offline storage: paper wallets and hardware wallets. &lt;br&gt;
With a paper wallet, it is possible to use either some random number generator or an open-source tool to create the private keys. They actually represent the most robust form of cryptocurrency security. However, the problem is that they’re incredibly difficult to set up correctly. Even gifted computer scientists, like Bitcoin evangelist Andreas Antonopoulos, doubt their ability to safely generate a paper wallet. They, therefore, do not recommend such storages to beginners. &lt;br&gt;
The second variety of offline wallet is called a hardware wallet. These gadgets aren’t free but they do offer great protection for cryptocurrencies. &lt;br&gt;
When you buy a hardware wallet, you receive a small device. Inside the device are an offline component and an online one. The offline component creates your private keys and signs transactions and the online one communicates the data to the cryptocurrency network. This affords a good balance of convenience and security. &lt;/p&gt;

&lt;p&gt;Advantages of Offline Wallets&lt;br&gt;
● User controls their private keys. &lt;br&gt;
● Private keys never online so not at risk of digital compromise. &lt;/p&gt;

&lt;p&gt;Disadvantages of Offline Wallets&lt;br&gt;
● Less convenient for spending than online wallets. &lt;br&gt;
● Either not free or require a high level of skill and knowledge to set up safely. &lt;br&gt;
Cryptocurrency Storage Options: Different Users, Different Wallets&lt;br&gt;
Now you should have a much clearer idea about the different wallets available to cryptocurrency users. As with most things in life, optimizing for one quality means a reduction in some other quality. In the case of cryptocurrency wallets, making them more convenient means making them less secure. &lt;br&gt;
For this reason, it is wise to consider multiple storage options. Use a hardware wallet to keep any larger amounts of cryptocurrencies you might hold as an investment and a desktop or mobile one to keep the funds you would like to use for day-to-day spending. &lt;br&gt;
If your desktop wallet runs dry, you can always send a bit more to it from your offline storage. This two-tier approach will give you a great balance of security for your larger holdings and convenience in spending your cryptocurrency on whatever it is you might be buying. &lt;/p&gt;

</description>
      <category>cryptocurrency</category>
      <category>blockchain</category>
      <category>writing</category>
      <category>security</category>
    </item>
    <item>
      <title>How to pick an exchange that will guarantee you profitable margin trading?</title>
      <dc:creator>Mary Ann Callahan</dc:creator>
      <pubDate>Tue, 18 Feb 2020 12:58:28 +0000</pubDate>
      <link>https://dev.to/marry_acallahan/how-to-pick-an-exchange-that-will-guarantee-you-profitable-margin-trading-3m9k</link>
      <guid>https://dev.to/marry_acallahan/how-to-pick-an-exchange-that-will-guarantee-you-profitable-margin-trading-3m9k</guid>
      <description>&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;a rel="dofollow" href="https://cex.io/"&gt;Bitcoin trading&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt; may not be a very old discipline, but it has definitely grown into a full-scale occupation, with people literally quitting their jobs in order to become crypto traders. &lt;/span&gt;&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;&lt;span&gt;There are many trading strategies and options, as crypto exchanges differ in their features and listed coins. One of the popular techniques is called margin trading, and it can be very useful if you pull it off correctly. In order to do that, the crypto of your choice needs to offer an option to margin-trade.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;&lt;span&gt;To pick an exchange that meets your needs and start margin trading, you should, at first, get familiar with that concept. Therefore, let’s check out what margin trading is, and then we will discuss how to choose an exchange that will help you make the most out of this strategy.&lt;/span&gt;&lt;/p&gt;

&lt;h2 class="western"&gt;
&lt;a&gt;&lt;/a&gt;&lt;span&gt;What exactly is margin trading?&lt;/span&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;span&gt;The very definition of margin trading is rather easy, it’s using third party’s funds in order to invest in trading. In the case of crypto trading, this third party is usually the exchange itself. Simply put, the exchange will offer you a sort of “loan” which you can use to invest in cryptocurrencies.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;&lt;span&gt;Therefore, if you trade in a basic way, it means that you only use the money that you previously deposited to a crypto exchange in order to buy and sell cryptos.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;&lt;span&gt;How exactly margin trading works in an example? Well, it’s rather simple. You margin-trade on the assumption that the price of a certain target cryptocurrency you want to buy is going to increase.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;&lt;span&gt;Let’s say that the price of a single unit of &lt;/span&gt;&lt;a href="https://coinmarketcap.com/currencies/ethereum/"&gt;&lt;span&gt;&lt;span&gt;&lt;u&gt;Ethereum&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span&gt; is $100 (&lt;/span&gt;&lt;span&gt;&lt;span&gt;&lt;u&gt;&lt;a href="https://cex.io/eth-usd"&gt;eth&lt;/a&gt;&lt;a href="https://cex.io/eth-usd"&gt; price&lt;/a&gt;&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt; is a bit higher than that right now, but we’ll assume this to simplify the example) and your budget is $500. With this amount, you can buy five Ethereums. If the price of a single ETH goes up to, say $105, you will make a profit of $25. However, if you invest a lot more money (and hopefully, ETH price goes further up), you can earn much more by trading.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;&lt;span&gt;The concept of “&lt;/span&gt;&lt;a href="https://www.investopedia.com/terms/l/leverage.asp"&gt;&lt;span&gt;&lt;span&gt;&lt;u&gt;leverage&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span&gt;” is important when using margin trading. In other words, if you leverage with 2:1, then it means you will pay half and the exchange will account for the other half of your investment.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;&lt;span&gt;If you want to find out more about the way margin trading works, there’s &lt;/span&gt;&lt;a href="https://blog.cex.io/trading-tips/margin-trading-cex-io-17384"&gt;&lt;span&gt;&lt;span&gt;&lt;u&gt;a great article&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span&gt; on CEX.IO that sums it up pretty nicely. CEX.IO is a popular online cryptocurrency exchange that offers various trading pairs, low fees, and great overall service. Those interested in margin trading will have an opportunity to try it on this platform which is more than suitable for newcomers of the crypto world.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;&lt;span&gt;Let’s check out what you need to look for when it comes to margin trading in order to pick the best exchange for it.&lt;/span&gt;&lt;/p&gt;

&lt;h2 class="western"&gt;
&lt;a&gt;&lt;/a&gt;&lt;span&gt;What to look for when choosing an exchange for margin trading?&lt;/span&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;span&gt;First of all, you need to know whether you need to open an additional account. This is not a bad thing, but it’s just extra steps before actually starting this type of activity. Many exchanges require opening a special margin trading account, while a couple of them allow you to use the same account as before.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;&lt;span&gt;Next, you need to find out how much you can leverage. Once again, there’s no bad answer here, but you need to know what your personal preferences are. Some exchanges offer only 2:1, while others offer 3:1. It all depends on your margin trading strategy.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;&lt;span&gt;Some exchanges offer both long and short positions. We will not explain these here, but there is &lt;/span&gt;&lt;a href="https://bitsgap.com/blog/what-is-a-short-position-in-crypto-trading-when-to-open-and-close-it/"&gt;&lt;span&gt;&lt;span&gt;&lt;u&gt;a nice piece&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span&gt; you should check out to find more about it. However, it’s best that you choose an exchange that allows you to do both types of trades. There will come a time when you’d want to shift from short to long and vice versa, and most likely you don’t want to change the platform you’re using in order to do that.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;&lt;span&gt;Customization plays a very important role in margin trading. Although the majority of popular online exchanges offer a wide variety of options related to this activity, some simply have more customization opportunities than others.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;&lt;span&gt;Finally, you need to pay attention to fees. It’s not rocket science — some exchanges are more expensive than others and your goal is to find the one that will be able to help you execute your margin trading strategy at a minimum possible price.&lt;/span&gt;&lt;/p&gt;

&lt;h2 class="western"&gt;
&lt;a&gt;&lt;/a&gt;&lt;span&gt;Bottom line: You’re on your own after that&lt;/span&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;span&gt;If you’re looking for an exchange that will guarantee you profitable margin trading, you should give up. Although some exchanges can help you by offering additional options and a lot of trading pairs, none can actually guarantee that you’ll be a successful cryptocurrency trader and make a profit.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;&lt;span&gt;Once you understand how it works, and master how to set up orders, you’re good to go, but that’s only the beginning. The real adventure begins the moment you actually start trading. This is the time to learn various strategies and new techniques and stay updated about the latest changes in prices.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;&lt;span&gt;Even if you’re the best trader in the world, there’s no guarantee that you’ll make a profit every time you trade. Crypto trading is a risk and the cryptocurrencies are unstable. Therefore, your job is to minimize the element of luck by doing everything right, and the first step toward that is choosing the best cryptocurrency exchange for your margin trading journey.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>cryptocurrency</category>
      <category>security</category>
    </item>
  </channel>
</rss>
