Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
![Criptomonedas](https://images.app.goo.gl/apy8MoEpt71smBbV9)
## ¿Qué son las criptomonedas?

Una criptomoneda es una moneda digital que utiliza la criptografía para proporcionar un sistema de pagos seguro.
Empecemos a separar las palabras clave:
* **Moneda digital**: A diferencia del euro, el dólar, el peso y el bolívar, una criptomoneda no se puede representar físicamente como un billete o una moneda, por eso se dice que son digitales.

* **Criptografía**: Es una técnica utilizada para transformar datos en mensajes que no puedan ser descifrados por personas no autorizadas, para ésto existen diferentes algoritmos. Esta técnica es una de las bases fundamentales de la tecnología blockchain (sobre la cual están creadas las criptomonedas) y lo que hace que ésta última sea tan segura.

## ¿Cuáles son los tipos de criptomonedas?

Una vez entendida la definición de las criptomonedas, vamos a aprender acerca de los diferentes tipos de criptomonedas:

* **Bitcoin**: El bitcoin es la criptomoneda más importante, tanto así, que ¡Ella misma representa un tipo de criptomoneda! El objetivo que perseguía Satoshi Nakamoto (pseudónimo utilizado para hacer referencia al creador del bitcoin) al crear el bitcoin, era desarrollar un sistema de pago electrónico que permitiera a sus usuarios realizar transacciones entre ellos sin necesidad de tener un intermedario como por ejemplo los bancos.

* **Altcoins**: Tras el éxito rotundo que tuvo Bitcoin, muchas personas se animaron a desarrollar sus propias criptomonedas, al ser éstas alternativas de inversión al bitcoin, se les da el nombre de "altcoins" o "monedas alternativas" en español. Lo que las diferencia del bitcoin son los diferentes usos que se les puede dar. Por ejemplo, ethereum (una de las altcoins más famosas) fue creada para que los desarrolladores pudieran construir aplicaciones descentralizadas (también conocidas como Dapps) y contratos inteligentes.
Sin embargo, al igual que el bitcoin, las altcoins tienen sus propias redes, la mayoría basada en la tecnología blockchain o cadena de bloques, mediante las cuales pueden realizar sus propias transacciones de acuerdo a las reglas establecidas en el código de sus respectivos contratos inteligentes.
Según CoinMarketCap existen al menos 856 altcoins.

* **Tokens**:
La principal diferencia con el bitcoin y las altcoins, es que los tokens dependen de la red de otra criptomoneda para realizar sus transacciones, ya que no tienen una red propia, por ello se dice que son más fáciles de crear que una criptomoneda, ya que no hay que desarrollar una blockchain desde cero. De acuerdo a CoinMarketCap, existen al menos 1496 tokens creados sobre las blockchain de 24 criptomonedas. Asimismo, destacan que la blockchain sobre la que se han creado más token es la de Ethereum, los cuales son conocidos como tokens ERC-20.

Otra forma de clasificar las criptomonedas es:

* **Monedas de privacidad**: Son aquellas que se centran en proporcionar transacciones privadas, algunos ejemplos: Dash, Monero

* **Stablecoins**: Son aquellas criptomonedas que están ligadas a activos "estables" como el dólar para reducir la gran variación de precios que las criptos suelen tener. Algunos ejemplos: USD coin, Tether, Dai

* **Tokens de intercambio**: Son aquellas criptomonedas creadas por exchanges para ser usadas principalmente para hacer trading en sus plataformas y optar por otros servicios. Algunos ejemplos: Binance Coin, Huobi Token, Kucoin.

* **Monedas digitales del Banco Central**: Son aquellas criptomonedas creadas o respaldadas por un banco central. Un ejemplo de esta es el yuan digital, cripto que está en proceso de desarrollo por el Banco Popular de China.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# What are cryptocurrencies?
A cryptocurrency or crypto is a **digital** coin that used **cryptography** to provide a secure payment system. Let's separate the keywords of that definition:

* **Digital coin** : Unlike the euro, the dollar, the peso and the bolivar, a cryptocurrency cannot be physically represented as cash or a coin, which is why they are said to be digital.
* **Cryptography** : It is used to transform data into messages that cannot be decrypted by unauthorized users, for which there are different algorithms. This technique is one of the fundamental bases of blockchain technology (on which cryptocurrencies are created) and what makes it so secure.



# What are the main cryptocurrency types??
Now that you understand what a cryptocurrency is, let's learn aboure the types of crypto that we can find on the market:

* **Bitcoin**: It's a crypto by itself, that's why is the most important digital coin on the cryptomarket. The objective pursued by Satoshi Nakamoto (pseudonym used to refer to the creator of bitcoin) when creating bitcoin was to develop an electronic payment system that would allow its users to carry out transactions among themselves without the need for an intermediary such as bank..
* **Altcoin**: After the big success of Bitcoin, many people were encouraged to develop their own cryptocurrencies, becoming these coins an investment alternatives to bitcoin, they are called "altcoins" or "alternative coins" in English. What differentiates them from bitcoin are the uses that can be given to them. For example, ethereum (one of the most famous altcoins) was created so that developers
* could build decentralized applications (also known as Dapps) and smart contracts. However, like bitcoin, altcoins have their own networks, mostly based on blockchain technology, through which they can conduct their own transactions according to the rules set out in the code of their respective smart contracts. According to CoinMarketCap there are at least 856 altcoins.
* **Token**: The main difference with bitcoin and altcoins is that tokens depend on the network of another cryptocurrency to carry out their transactions (since they do not have their own network) which is why it is said that they are easier to create than a cryptocurrency, since it is not necessary to develop a blockchain from scratch. According to CoinMarketCap, there are at least 1496 tokens created on the blockchain of 24 cryptocurrencies.
Also, the blockchain on which the most tokens have been created is that of Ethereum, better known as ERC-20 tokens.


Another way to classify cryptos is:
* **Privacy Coins**: are those that focus on providing private transactions, some examples: Dash, Monero.
* **Stablecoins**: These are those cryptocurrencies that are linked to "stable" assets such as the dollar to reduce the large price variation that cryptos tend to have.
Some examples: USD coin, Tether, xDai.
* **Exchange tokens**: These are cryptocurrencies created by exchanges to be used mainly for trading on their platforms and to opt for other services. Some examples are: Binance Coin, Huobi Token, Kucoin.
* **Central Bank Digital Currencies**: These are cryptocurrencies created or backed by a central bank. An example of this is the digital yuan, a cryptocurrency under development by the People's Bank of China.