Get started in crypto

New to crypto? We've listed below all the things that you need to know to get started, with short and simple explanations. You can then learn more about each concept with our in-depth guides.

Index


Why crypto?

Bitcoin and the concept of cryptocurrency as we know it were born in 2008 as a solution to get a natively digital form of money that wouldn't rely on any form of central authority to exist and to prevent double-spending. The philosophical purpose was to create a new form of money defined by self-sovereignty (you are your own bank) and censorship resistance (nobody can seize or block your funds).


Blockchain

A blockchain is a decentralized database technology, allowing to keep a public and immutable record of transactions without a central authority. That database is distributed across the computer nodes participating to a blockchain's network, which communicate between them to agree on the true state of the transaction history. That process is called a consensus mechanism, which can be very different between blockchains: Bitcoin uses a Proof-of-Work mechanism, which involves miners and computing power to operate the blockchain, while Ethereum uses a Proof-of-Stake mechanism, which involves validators and staked funds.

Examples of blockchains:

  • Bitcoin
  • Ethereum
  • Polygon
See the blockchains that we support >

Cryptocurrency

Although the term is used to designate all types of crypto-assets, a cryptocurrency is the native form of money of a given blockchain. It is the basic mean to send funds, pay for the cost of making a transaction, and reward the nodes running the network.

Examples of cryptocurrencies:

See the cryptocurrencies that we support >

Token

A token is a programmable digital asset that anyone can create on a blockchain. It can be used for payment, for investment or for governance, among other use cases. For example, we've made Bridge Protocol to let anyone create share-tokens, like the MPS or RealT tokens.


Stablecoin

Stablecoins are tokens designed to have a value that follows the price of a fiat currency, like the USD or the CHF. Their purpose is to let users easily invest in and out of volatile crypto-assets while remaining on chain, and to denominate the price of other tokens in currencies that people are familiar with.

Examples of stablecoins:


NFT

An NFT is a special standard of token designed to be non-fungible, meaning that each token is unique, indivisible and non-interchangeable with other tokens. It is used for digital art and intellectual rights applications.


Addresses & secret phrases

Public key

This term designates the address of your wallet on a blockchain. Just like you would use an email address to send a message to someone else, you use a public key to send funds to someone else. A public key is pseudonymous, meaning that its address and content is visible to all but by default nobody knows who it belongs to.

Examples of public key formats:

  • Bitcoin: 3J98t1...RhWNLy or bc1qar...wf5mdq
  • Bitcoin Lightning: [email protected]
  • Ethereum: 0xb794...579268 or mtpelerin.eth (valid on all other Ethereum-compatible networks)
  • Tezos: tz1NqA...CpapU1

Private key

Each public key is created with a corresponding private key, which gives the control over the public key and the funds associated with it.

⚠️ You must NEVER show your private key to someone else, or that person will be able to access your funds.

Secret phrase

A secret phrase is a kind of advanced password, in the form of a series of 12 or 24 random words. It gives access to an unlimited amount of pairs of public-private keys on any blockchain, which basically allows you to have as many wallets as you want with a single "password" to protect.

⚠️ Just like a private key, you should NEVER reveal your secret phrase to someone else, or your funds will be lost.


Wallet

A wallet is a software that contains your secret phrase in an encrypted way and provides you with an interface to make transactions with its content.

If you don't have a wallet yet we invite you to download Bridge Wallet, the mobile app that we've made to get started easily.

Examples of wallets:

  • Mobile wallet: Bridge Wallet
  • Browser wallet: MetaMask, Rabby
  • Desktop wallet: Frame, Ledger Live

Hardware wallet

A hardware wallet is a physical device that will store your secret phrase in a more secure way than software wallets. It uses a hardware mechanism to prevent your secret phrase to ever get in contact with the online world, as only signatures get out of the device to approve transactions. To use it, you must connect it to a compatible wallet app.

If you plan to invest significant funds into crypto, you should definitely store them on a hardware wallet.

Main hardware wallet brands:


Wallet backup

As explained above, a private key gives access to a public key, and a secret phrase gives access to multiple pairs of public-private keys. If you lose access to your wallet software for any reason, your secret phrase is your only way to restore your wallet and its content on another wallet. Therefore, YOU MUST BACKUP your secret phrase in a secure way. More info in the dedicated guide:


Buying crypto

Once you have a wallet and have backed up your secret phrase properly, it's time to buy some crypto on it!

⚠️ Please note that you should always start by buying the native crypto of the blockchain that you want to use, as it will be required to make transactions (see below).

List of native cryptocurrencies:


Making a transaction

Technically speaking, you never own crypto per se but you own the ability to sign transactions for a given address. So when you make a transaction to send funds to someone, here's what happens:

  1. You use a wallet to instruct the amount and the beneficiary address.
  2. The wallet uses a math function with your private key to create a signature for the transaction.
  3. The blockchain receives the transaction request and uses another math function to check if your signature and public address match.
  4. Once confirmed, the network updates in its registry the new balance of your address and the beneficiary address.

⚠️ A blockchain transaction cannot be reverted once processed.

⚠️ Transactions can take from seconds to hours to be processed, depending on the blockchain.

Transaction cost

In order to be able to make a transaction on the blockchain, you must have enough funds on your wallet to pay for the transaction cost.

That fee pays the computers running the blockchain, and must be paid in the network's native crypto (see Buying crypto above).

Each blockchain has different ranges of transaction costs, which can vary a lot depending on the network utilization. A transaction can cost up to several dozen dollars on Bitcoin or Ethereum, and a fraction of a cent on Bitcoin Lightning or Gnosis Chain.

Block explorers

Block explorers are the web browsers of the blockchain. They allow you to see in real time the transactions taking place on the network, and the detail of each address. By pasting your public address in their search field, you will be able to see your balance and the status of all the transactions you've made.

List of block explorers:


WalletConnect

WalletConnect is an open source tool that enables a mobile wallet to easily connect to a web-based blockchain application like a DEX (see below), and interact with it from a smartphone.


Smart contract

Smart contracts are autonomous and self-executing pieces of code that live on the blockchain and perform a specific function when you interact with them (exchange, lending, voting, it can be anything). Being on the blockchain, anyone can create a smart contract, interact with one, read its code and audit it.


DEX

A Decentralized Exchange (DEX) is a set of smart contracts providing crypto exchange services. To use one, you simply need to connect your wallet to it and make swap transactions with it (exchange one token for another).

✅ With a DEX, you can trade crypto while always remaining in custody of your own funds.

Examples of DEX:

Examples of DEX aggregators:


CEX

A Centralized Exchange (CEX) is a company providing a crypto trading platform. You deposit fiat or crypto funds on it, then use them with their various trading services.

⚠️ With a CEX, the company running it has custody of your funds deposited there. They can get trapped when deposits/withdrawals are suspended, which happens regularly, or be completely lost if the CEX goes bankrupt (google "FTX").

Examples of CEX:

  • Binance
  • Coinbase
  • Kraken

Custodial vs non-custodial

The two terms are frequently used in the crypto space to describe the dichotomy between custodial services where a third party has the potential to seize your funds in any way, and non-custodial services where nobody can seize your funds.


Bridges

A bridge is a set of smart contracts designed to help you move funds across different blockchains. To use a bridge you connect your wallet to it, you send it funds from blockchain A and it sends you back funds on blockchain B.

Examples of bridges:


Staying safe in crypto

  • Never share your secret phrase or private key with anyone.
  • Never type your secret phrase on a website or in a form.
  • Back up your secret phrase properly.
  • Never connect your wallet to an untrusted website.
  • Many scams make clones of real websites, so always verify that the URL of the website is correct before connecting through WalletConnect.
  • Never connect your wallet to a link that someone sent you in private message.
  • If someone contacts you in private message on social media about your wallet, it is a scammer. Block and report those persons.
  • Never give your authentication information (login, password, etc.) to someone who contacts you online or on the phone.
  • Never give your personal information to someone who contacts you online or on the phone.
  • Always do your own research before investing in something.
  • Beware of crypto investment programs promising high returns with little or no risk, those are often scams. Only send crypto to reputable and trusted entities.
  • If something seems too good to be true, it's because it is.
  • In case of doubt, ask a second opinion from a friend, family or any other trusted source.
  • Don't trust, verify.