diff --git a/docs/02-new-to-cardano/07-how-to-purchase-ada.mdx b/docs/02-new-to-cardano/07-how-to-purchase-ada.mdx deleted file mode 100644 index dff27ca4..00000000 --- a/docs/02-new-to-cardano/07-how-to-purchase-ada.mdx +++ /dev/null @@ -1,64 +0,0 @@ ---- -title: How to acquire some ada? -metaTitle: How to acquire some ada? ---- - -:::warning - -We are not making any investment advice. Please consider conducting -your own research and due diligence, or consult your financial advisor before -making any investment decisions. - -::: - -Like any other cryptocurrency, ada can be acquired using one of the available -exchanges. - -We do not recommend any particular exchange, as there are many great options. -However, you can find -[a list of exchanges listing ada on Cardano markets.](https://coinmarketcap.com/currencies/cardano/markets/) - -## Step 1. Download a wallet - -1. First, you need to download and install a [cryptocurrency wallet](/new-to-cardano/types-of-wallets/#wheretostoreada) that supports ada. -2. Create a new wallet and name it. -3. Then, activate your new wallet and ensure to write down your new passwords. - Note that your passwords are the only way you can access your wallet; keep - them in a safe place and don’t lose them. You will have a spending password - (which is the one used for transacting), and a 12- or 24-word passphrase - depending on the wallet you choose. -4. Recreate your passphrase and accept the terms and conditions. The wallet - should be now all set. -5. Click ‘Receive’ and copy a wallet address or download a PDF file with the QR - code. You will need to use this address to receive your cryptocurrency - later. - -## Step 2. Choose an exchange - -1. Explore cryptocurrency exchanges and choose the one that supports ada. -2. Create an account. To create an account, exchanges typically require such - personal information as: - - full name - - address - - email address and phone number - - payment method (to fund your account) - - a document that identifies your personality (passport, driver’s license, - ID, etc). - -We recommend setting up 2FA verification for enhanced security and funds safety. -It usually takes from several minutes to several days for an account to be -activated. This depends on the chosen exchange. - -## Step 3. Acquire ada - -1. Sign in to your exchange account. -2. Select a Buy/Sell option, which is usually at the top menu. -3. Click Buy, enter ADA (Cardano) as the cryptocurrency you wish to acquire. -4. Indicate the amount of ada you would like to get and select a payment method (whether it is a wire transfer, credit or debit card). Each exchange will offer you available options, please read them carefully and follow the outlined steps. -5. Confirm your purchase. You will typically have to confirm it via email and enter the 2FA code (in case you have set it up). You will then receive your ada on the exchange account. -6. Withdraw ada to your personal wallet. If this is the first time you are making a withdrawal, try smaller amounts to verify that everything works. Note that it is highly **not recommended** to store ada (or any other cryptocurrency) on the exchange account. To transfer your ada, choose the ‘Withdraw’ option, paste your wallet address (the one you copied earlier from your wallet) and submit your transfer. -7. Check you have received your funds. Go to your wallet and check the balance. You can also track recent transactions using different [explorer tools](/new-to-cardano/cardano-tracking-tools). - -You can now store ada in your personal wallet, transact between different -addresses, receive more ada as payment for services (for example), or delegate -it to earn rewards. diff --git a/docs/02-new-to-cardano/10-what-is-a-smart-contract.mdx b/docs/02-new-to-cardano/10-what-is-a-smart-contract.mdx index cf2119fd..8b6ccca5 100644 --- a/docs/02-new-to-cardano/10-what-is-a-smart-contract.mdx +++ b/docs/02-new-to-cardano/10-what-is-a-smart-contract.mdx @@ -13,13 +13,13 @@ Cardano introduced smart contract support in 2021. As a multi-functional environment, Cardano now supports the development and deployment of smart contracts using different programming languages. Here are some examples: -- [Plutus](/smart-contracts/plutus/learn-about-plutus/) — a purpose-built smart contract development and execution +- [Plutus](https://plutus.readthedocs.io/en/latest/) — a purpose-built smart contract development and execution platform. Plutus contracts consist of parts that run on the blockchain (on-chain code) and parts that run on a user’s machine (off-chain or client code). Plutus draws from modern language research to provide a safe, full-stack programming environment based on Haskell, the leading functional programming language. -- [Marlowe](/smart-contracts/marlowe/) — a domain-specific language (DSL) for writing and executing +- [Marlowe](https://docs.marlowe.iohk.io/docs/introduction) — a domain-specific language (DSL) for writing and executing financial contracts that allows building contracts visually as well as in more traditional code. Financial institutions can use it to develop and deploy custom instruments for their customers and clients, for example. The Marlowe diff --git a/docs/02-new-to-cardano/index.mdx b/docs/02-new-to-cardano/index.mdx index 2a3398db..88285968 100644 --- a/docs/02-new-to-cardano/index.mdx +++ b/docs/02-new-to-cardano/index.mdx @@ -8,6 +8,5 @@ The understanding of basic concepts plays an integral role in getting acquainted with blockchain and [Cardano](https://cardano.org/) in particular. In this section, we start our journey with basic concepts such as the notion of blockchain, understanding -consensus, and what is a -cryptocurrency. You will also find out about various types of wallets and tracking tools, and understand why smart -contracts matter. +proof of stake, and what is a +cryptocurrency. You will also find out about various types of wallets and tracking tools, and learn about the delegation options. diff --git a/docs/03-learn/04-delegation.mdx b/docs/03-learn/04-delegation.mdx index 5845bb63..c25c14cc 100644 --- a/docs/03-learn/04-delegation.mdx +++ b/docs/03-learn/04-delegation.mdx @@ -25,6 +25,12 @@ There are three options ada holders can consider for delegating their stake: 2. Agree with a third party to run a private stake pool for them 3. Delegate to other stake pools. +:::note + +If you are not familiar with Cardano CLI or stake pool operations, see [delegation tips here.](/new-to-cardano/how-to-delegate) + +::: + ## Stake delegation requirements Delegating stake requires posting two certificates to the chain: a staking @@ -79,7 +85,6 @@ Related topics: - [Operating a stake pool](https://developers.cardano.org/docs/operate-a-stake-pool/) - [Advice for stakeholders - delegators and stake pool operators](https://iohk.io/en/blog/posts/2020/11/13/the-general-perspective-on-staking-in-cardano/) -- [How to stake your ada](https://www.essentialcardano.io/infographic/how-to-stake-your-ada) ::: diff --git a/docs/04-explore-cardano/03-cardano-architecture.mdx b/docs/04-explore-cardano/03-cardano-architecture.mdx index 53cacfba..daa465b0 100644 --- a/docs/04-explore-cardano/03-cardano-architecture.mdx +++ b/docs/04-explore-cardano/03-cardano-architecture.mdx @@ -23,7 +23,7 @@ combinations of components): - [Cardano db-sync](https://github.com/input-output-hk/cardano-db-sync) - [GraphQL](https://github.com/input-output-hk/cardano-graphql) API server (Apollo) -- [SMASH server](https://github.com/IntersectMBO/cardano-db-sync/tree/master/cardano-smash-server) +- [SMASH server](https://github.com/IntersectMBO/cardano-db-sync/tree/master/cardano-smash-server). ## Nodes and remote nodes