Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: typos #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 deletions src/docs/FAQ.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The builds of `AirGap Vault` are **reproducible**. This means that the app downl
The independent website [WalletScrutiny](https://walletscrutiny.com/android/it.airgap.vault/) examines a wide variety of cryptocurrency wallets to determine their reproducibility. We're happy to say that AirGap Vault was one of the first wallets to be marked as "reproducible".

:::tip
The `AirGap Wallet` is application is also rerpoducible, but it is not checked for reproducibility by WalletScrutiny because it doesn't contain any private keys.
The `AirGap Wallet` application is also reproducible, but it is not checked for reproducibility by WalletScrutiny because it doesn't contain any private keys.
:::

:::tip
Expand All @@ -62,7 +62,7 @@ The security concept behind air-gapped systems is to work with two physically se

## Supply Chain attacks

In the past years, mutliple cryptocurrency wallets have been targeted by attackers to try and steal users funds. One common attack vector is the supply chain attack. In this attack, the attacker tries to compromise a dependency that is used in the wallet and use it to inject malicious code. At AirGap, we take utmost care of evaluating the dependencies we use. We have also introduced a system that separates the dependencies used during testing and development from the dependencies that are used to build and run the project. This reduces the risk of malicious code injection during the build and test steps.
In the past years, multiple cryptocurrency wallets have been targeted by attackers to try and steal users funds. One common attack vector is the supply chain attack. In this attack, the attacker tries to compromise a dependency that is used in the wallet and use it to inject malicious code. At AirGap, we take utmost care of evaluating the dependencies we use. We have also introduced a system that separates the dependencies used during testing and development from the dependencies that are used to build and run the project. This reduces the risk of malicious code injection during the build and test steps.

### Security Audits

Expand Down Expand Up @@ -194,7 +194,7 @@ https://medium.com/airgap-it/airgap-the-step-by-step-guide-c4c3d3fe9a05

## How do I exchange coins while using AirGap

It is very easy to exchange coins with AirGap, we currently support changenow and changelly as exchange services. Open your AirGap Wallet, down below you will see an exchange icon, press that and you can now chose what to exchange. More to exchanging coins can be found here.
It is very easy to exchange coins with AirGap, we currently support changenow and changelly as exchange services. Open your AirGap Wallet, down below you will see an exchange icon, press that and you can now choose what to exchange. More to exchanging coins can be found here.
https://medium.com/airgap-it/airgap-integrates-changenow-exchange-7a744709ed5e

## How does AirGap guarantee the reliability, security, maintainability of its wallet?
Expand Down Expand Up @@ -392,7 +392,7 @@ Changing the derivation path is an advanced feature. Only use it if you know wha

## While setting up the AirGap Vault, why does it ask for permissions to my microphone and camera?

The microphone and camera are needed to add additional entropy for the secret generation. You don't have to grant those permission, the secret generation will be possible without them.
The microphone and camera are needed to add additional entropy for the secret generation. You don't have to grant those permissions, the secret generation will be possible without them.

The camera is additionally needed for QR scanning.

Expand Down Expand Up @@ -424,7 +424,7 @@ It shouldn't take more than a couple seconds for your wallet to set up. Close th

Currently, we do not have a UI for you to find transaction IDs for exchanges. However, if need be, please send us an email or use any of our support platforms with your address and amount attached, and we will be able to assist you.

## I am having problems with Polkadot and Kusama seeing balance and also delegatioins.
## I am having problems with Polkadot and Kusama seeing balance and also delegations.

Polkadot and Kusama routinely update their runtime, and if it does contain breaking changes, that can sometimes cause issues. To be on the safe side, we are making sure to review the changelog to see if they have any breaking changes.

Expand Down Expand Up @@ -454,7 +454,7 @@ The fee slider is selecting "Slow & Cheap" by default. That fee is high enough f

## Is it possible to have a new coin listed on AirGap?

Yes it is possible, we want to support as many chains and coins as possible, but we also follow a procedure of getting in touch with the teams behind the coins for a potential integration.
Yes, it is possible, we want to support as many chains and coins as possible, but we also follow a procedure of getting in touch with the teams behind the coins for a potential integration.

## What are the available exchange pairs?

Expand Down