├── .github └── workflows │ └── update-content.yml ├── README.md ├── docs ├── getting-started │ ├── direct-deposit-receive-tokens-to-your-metamask-wallet.mdx │ ├── getting-started-with-metamask.mdx │ ├── how-can-i-get-my-weekly-eth-purchase-limit-raised.mdx │ ├── how-does-metamask-connect-to-a-blockchain-network.mdx │ ├── how-to-check-the-status-of-an-open-support-ticket.mdx │ ├── how-to-contact-metamask-support.mdx │ ├── how-to-use-the-metamask-mobile-browser.mdx │ ├── i-cant-access-the-start-a-conversation-button-on-the-support-page.mdx │ ├── index.mdx │ ├── learn-the-basics-of-blockchains-and-ethereum-miners-and-validators-gas-cryptocurrencies-and-nfts-block-explorer-networks-etc.mdx │ ├── metamask-is-a-self-custodial-wallet.mdx │ ├── the-ethereum-address-format-and-why-it-matters-when-using-metamask.mdx │ ├── user-guide-secret-recovery-phrase-password-and-private-keys.mdx │ ├── what-are-metamasks-official-support-channels.mdx │ ├── what-is-a-browser-extension-and-why-is-metamask-one.mdx │ ├── what-is-a-signature-in-metamask.mdx │ └── what-is-metamask-flask-and-how-is-it-different-from-normal-metamask.mdx ├── managing-my-tokens │ ├── custom-tokens │ │ ├── a-token-is-missing-from-my-wallet.mdx │ │ ├── ewt-energy-web-network-basics.mdx │ │ ├── how-to-add-a-token-logo.mdx │ │ ├── how-to-display-tokens-in-metamask.mdx │ │ ├── how-to-find-a-token-contract-address.mdx │ │ ├── how-to-remove-a-token.mdx │ │ ├── how-to-view-etc-ethereum-classic-token-.mdx │ │ ├── index.mdx │ │ └── what-is-a-token-contract-address.mdx │ ├── how-to-externally-verify-that-your-balance-is-correct.mdx │ ├── index.mdx │ ├── moving-your-tokens │ │ ├── accidentally-sending-funds-to-the-wrong-address.mdx │ │ ├── eth-or-other-tokens-not-appearing-in-recipients-wallet.mdx │ │ ├── funds-sent-on-wrong-network.mdx │ │ ├── how-to-move-your-tokens-from-a-centralized-exchange-cex-to-metamask.mdx │ │ ├── how-to-send-tokens-from-your-metamask-wallet.mdx │ │ ├── i-have-sent-funds-from-binance-smart-chain-to-metamask-but-i-dont-see-the-tokens-in-my-metamask-wallet.mdx │ │ ├── index.mdx │ │ └── why-am-i-being-warned-about-sending-tokens-to-a-contract.mdx │ ├── my-token-is-missing-a-price-or-fiat-value.mdx │ ├── token-safety-practices.mdx │ └── user-guide-tokens.mdx ├── managing-my-wallet │ ├── accounts-and-addresses │ │ ├── accidentally-deleted-my-wallet.mdx │ │ ├── can-i-import-my-coinbase-wallet-account-to-metamask.mdx │ │ ├── how-do-i-change-my-account-name-.mdx │ │ ├── how-do-i-log-out-of-lock-my-wallet.mdx │ │ ├── how-to-add-accounts-in-your-wallet.mdx │ │ ├── how-to-add-missing-accounts-after-restoring-with-secret-recovery-phrase.mdx │ │ ├── how-to-copy-your-metamask-account-public-address-.mdx │ │ ├── how-to-import-an-account.mdx │ │ ├── how-to-remove-an-account-from-your-metamask-wallet.mdx │ │ ├── how-to-view-your-account-details-and-public-address.mdx │ │ ├── index.mdx │ │ ├── reconciling-and-keeping-track-of-your-accounts.mdx │ │ ├── switching-accounts-in-metamask.mdx │ │ ├── what-are-address-nicknames.mdx │ │ └── what-are-imported-accounts-.mdx │ ├── how-to-check-my-wallet-activity-on-the-blockchain-explorer.mdx │ ├── how-to-connect-a-trezor-or-ledger-hardware-wallet.mdx │ ├── index.mdx │ ├── resetting-deleting-and-restoring │ │ ├── how-can-i-delete-my-metamask-wallet.mdx │ │ ├── how-can-i-reset-my-password.mdx │ │ ├── how-to-clear-your-account-activity-reset-account.mdx │ │ ├── how-to-reset-your-wallet.mdx │ │ ├── how-to-restore-your-metamask-wallet-from-secret-recovery-phrase.mdx │ │ └── index.mdx │ ├── secret-recovery-phrase-and-private-keys │ │ ├── can-i-access-my-accounts-without-my-secret-recovery-phrase.mdx │ │ ├── how-does-metamask-generate-your-keys.mdx │ │ ├── how-to-export-an-accounts-private-key.mdx │ │ ├── how-to-recover-your-secret-recovery-phrase.mdx │ │ ├── importing-a-seed-phrase-from-another-wallet-software-derivation-path.mdx │ │ └── index.mdx │ ├── sending-or-receiving-a-transaction-with-ens.mdx │ ├── tax-compliance-and-crypto-assets.mdx │ └── using-metamask │ │ ├── how-do-i-turn-on-dark-mode.mdx │ │ ├── how-to-change-language-settings-in-metamask.mdx │ │ ├── how-to-disable-or-enable-metamask-extension-auto-updates.mdx │ │ ├── how-to-download-state-logs.mdx │ │ ├── how-to-find-and-manage-your-metamask-extension-on-chrome-and-firefox.mdx │ │ ├── how-to-install-metamask-manually.mdx │ │ ├── how-to-run-your-own-ethereum-node-and-use-it-with-metamask.mdx │ │ ├── how-to-suggest-a-feature-or-improvement.mdx │ │ ├── how-to-update-the-version-of-metamask.mdx │ │ ├── how-to-use-multiple-metamask-wallets.mdx │ │ ├── how-to-view-testnets-in-metamask.mdx │ │ ├── index.mdx │ │ ├── revert-back-to-earlier-version-or-add-custom-build-to-chrome.mdx │ │ ├── using-a-local-node.mdx │ │ ├── using-metamask-wallet-in-brave-browser.mdx │ │ ├── using-the-same-metamask-wallet-on-multiple-devices.mdx │ │ └── whats-the-difference-between-a-wallet-and-an-account-.mdx ├── metamask-activity │ ├── how-to-use-different-networks-with-metamask-activity.mdx │ ├── index.mdx │ ├── known-issues-and-supported-browsers.mdx │ ├── troubleshoot-and-analyze-your-transactions-with-metamask-activity.mdx │ └── troubleshooting-a-pending-or-stuck-transaction-with-metamask-activity.mdx ├── metamask-portfolio │ ├── bridge │ │ ├── how-are-bridge-fees-calculated.mdx │ │ ├── how-to-bridge-to-a-different-token.mdx │ │ ├── how-to-use-the-bridge.mdx │ │ ├── index.mdx │ │ ├── what-happens-when-i-initiate-a-transfer-on-a-bridge.mdx │ │ └── what-is-refueling.mdx │ ├── buy │ │ ├── how-to-buy-crypto-in-metamask.mdx │ │ ├── index.mdx │ │ └── my-country-region-isnt-supported-for-buying-crypto.mdx │ ├── dashboard │ │ ├── an-nft-is-missing-marked-suspicious-or-not-displaying-correctly-in-metamask-portfolio.mdx │ │ ├── getting-started-with-the-metamask-portfolio-dashboard.mdx │ │ ├── how-to-connect-your-accounts-to-metamask-portfolio.mdx │ │ ├── how-to-enable-wallet-activity-notifications-in-metamask-portfolio.mdx │ │ ├── how-to-hide-an-asset-token-or-nft-in-metamask-portfolio.mdx │ │ ├── how-to-import-a-token-in-metamask-portfolio.mdx │ │ ├── how-to-remove-an-account-from-metamask-portfolio.mdx │ │ ├── how-to-revoke-a-token-allowance-in-metamask-portfolio.mdx │ │ ├── how-to-send-assets-from-metamask-portfolio.mdx │ │ ├── how-to-use-the-defi-dashboard-in-metamask-portfolio.mdx │ │ ├── how-to-watch-a-token-in-metamask-portfolio.mdx │ │ ├── how-to-watch-an-account-in-metamask-portfolio.mdx │ │ ├── i-cant-import-a-token-into-the-metamask-portfolio-dashboard-why-.mdx │ │ ├── index.mdx │ │ ├── my-metamask-portfolio-dashboard-is-inaccurate-or-not-up-to-date.mdx │ │ ├── the-dashboard-is-not-showing-the-same-tokens-as-my-metamask-wallet.mdx │ │ └── what-is-an-unverified-token-in-metamask-portfolio.mdx │ ├── index.mdx │ ├── sell │ │ ├── how-to-sell-your-crypto-assets-for-fiat-currency-in-metamask.mdx │ │ ├── index.mdx │ │ └── my-country-region-isnt-supported-for-selling-crypto.mdx │ ├── stake │ │ ├── index.mdx │ │ ├── pooled-staking │ │ │ ├── how-am-i-rewarded-with-lido.mdx │ │ │ ├── how-am-i-rewarded-with-rocket-pool.mdx │ │ │ ├── how-am-i-rewarded-with-stader-labs.mdx │ │ │ ├── how-do-estimated-rewards-work-.mdx │ │ │ ├── how-do-i-stake-with-metamask-staking.mdx │ │ │ ├── how-do-i-withdraw-my-stake-and-rewards.mdx │ │ │ ├── how-does-metamask-calculate-estimated-rewards-network-control-and-popularity.mdx │ │ │ ├── index.mdx │ │ │ ├── what-are-lido-steth-and-stmatic.mdx │ │ │ ├── what-are-liquid-staking-tokens.mdx │ │ │ ├── what-are-the-tax-implications-of-liquid-staking.mdx │ │ │ ├── what-does-it-mean-that-rocket-pool-is-at-max-capacity-.mdx │ │ │ ├── what-is-rocket-pool-and-reth.mdx │ │ │ ├── what-is-stader-labs-and-maticx.mdx │ │ │ ├── whats-the-difference-between-withdrawing-my-liquid-staking-tokens-and-swapping.mdx │ │ │ └── when-i-click-max-it-doesnt-show-all-of-my-eth-why-.mdx │ │ ├── validator-staking │ │ │ ├── how-do-i-stake-with-validator-staking.mdx │ │ │ ├── how-do-i-stop-staking-and-withdraw-my-validator-balance.mdx │ │ │ ├── how-do-i-withdraw-my-validator-rewards.mdx │ │ │ ├── how-do-you-calculate-the-validator-rewards-rate.mdx │ │ │ ├── index.mdx │ │ │ ├── what-el-cl-clients-are-used-for-my-validator.mdx │ │ │ ├── what-is-validator-staking.mdx │ │ │ └── why-isnt-my-validator-staking-rewards-rate-as-high-as-i-expected.mdx │ │ ├── what-are-the-risks-of-using-metamask-staking.mdx │ │ ├── what-can-i-stake-with-metamask-staking-.mdx │ │ ├── what-happens-to-my-tokens-when-i-stake-through-metamask.mdx │ │ └── what-is-staking.mdx │ └── swap │ │ ├── index.mdx │ │ └── using-metamask-swaps-in-metamask-portfolio.mdx ├── metamask-snaps │ ├── account-management │ │ ├── faq.mdx │ │ ├── how-to-backup-and-restore.mdx │ │ ├── how-to-install.mdx │ │ ├── how-to-send-a-transaction.mdx │ │ ├── index.mdx │ │ └── what-are-account-management-snaps.mdx │ ├── getting-started-with-metamask-snaps.mdx │ ├── getting-started-with-the-web3-ticketing-dashboard.mdx │ ├── how-do-snap-permissions-work.mdx │ ├── how-to-access-snap-settings.mdx │ ├── how-to-create-your-own-snap.mdx │ ├── how-to-enable-metamask-snaps.mdx │ ├── how-to-install-a-snap.mdx │ ├── how-to-troubleshoot-snap-issues.mdx │ ├── how-to-uninstall-a-snap.mdx │ ├── how-to-update-a-snap.mdx │ ├── index.mdx │ ├── metamask-snaps-faq.mdx │ ├── what-are-communication-snaps.mdx │ ├── what-are-interoperability-snaps.mdx │ └── what-are-security-snaps.mdx ├── network-profiles │ ├── index.mdx │ ├── network-profile-arbitrum.mdx │ ├── network-profile-aurora-.mdx │ ├── network-profile-avalanche-avax.mdx │ ├── network-profile-bnb-smart-chain-bnb.mdx │ ├── network-profile-celo.mdx │ ├── network-profile-fantom-ftm.mdx │ ├── network-profile-harmony-one.mdx │ ├── network-profile-optimism-op-mainnet.mdx │ ├── network-profile-palm.mdx │ ├── network-profile-polygon-matic.mdx │ └── network-profiles-hub.mdx ├── networks-and-sidechains │ ├── binance │ │ ├── how-to-send-tokens-from-bsc-to-ethereum-or-other-chains.mdx │ │ ├── index.mdx │ │ ├── receiving-funds-from-binance.mdx │ │ ├── sending-assets-to-binance-bnb-smart-chain.mdx │ │ ├── transferring-assets-to-the-binance-exchange.mdx │ │ └── understanding-bsc-binance-and-metamask.mdx │ ├── bitcoin-btc-on-evm-compatible-networks.mdx │ ├── does-metamask-support-polkadot.mdx │ ├── eth-on-testnets.mdx │ ├── field-guide-to-bridges.mdx │ ├── how-do-i-send-eth-other-tokens-to-a-layer-2-or-other-network-.mdx │ ├── how-to-connect-to-the-gnosis-chain-network-formerly-xdai.mdx │ ├── index.mdx │ ├── infura-connectivity-issues.mdx │ ├── managing-networks │ │ ├── add-a-network-using-chainlist.mdx │ │ ├── custom-networks-missing-after-reinstalling-or-restoring-from-secret-recovery-phrase.mdx │ │ ├── error-internal-json-rpc-error-when-trying-to-interact-with-other-networks.mdx │ │ ├── how-to-add-a-custom-network-rpc.mdx │ │ ├── how-to-connect-to-linea-on-metamask.mdx │ │ ├── how-to-remove-networks.mdx │ │ ├── index.mdx │ │ ├── the-risks-of-connecting-to-an-unknown-network.mdx │ │ ├── user-guide-custom-networks-and-sidechains.mdx │ │ └── verifying-custom-network-information.mdx │ ├── tips-for-using-metamask-and-ronin-wallets-successfully.mdx │ └── what-is-infura-and-why-does-metamask-use-it.mdx ├── nfts │ ├── does-metamask-support-erc-1155.mdx │ ├── how-do-i-send-receive-or-cash-out-an-nft.mdx │ ├── how-to-avoid-nft-scams.mdx │ ├── how-to-interact-with-nfts-opensea-and-rarible.mdx │ ├── i-am-trying-to-pay-the-gas-fee-for-opensea-in-order-to-sell-my-nfts.mdx │ ├── index.mdx │ ├── nft-tokens-in-your-metamask-wallet.mdx │ └── why-did-my-nft-related-transaction-fail.mdx ├── privacy-and-security │ ├── account-migration-guide.mdx │ ├── basic-safety-and-security-tips-for-metamask.mdx │ ├── can-i-use-metamask-in-my-country.mdx │ ├── does-metamask-collect-my-personal-data.mdx │ ├── does-metamask-have-a-bug-bounty-program-for-vulnerabilities.mdx │ ├── hardware-wallet-hub.mdx │ ├── how-to-adjust-metamask-privacy-settings-extension.mdx │ ├── how-to-customize-token-approvals-with-a-spending-cap.mdx │ ├── how-to-delete-your-user-data.mdx │ ├── how-to-enable-automatic-security-checks-mobile.mdx │ ├── how-to-enable-full-disk-encryption-for-improved-security.mdx │ ├── how-to-fix-invalid-seed-phrase-error-invalid-secret-recovery-phrase.mdx │ ├── how-to-manage-your-metametrics-settings.mdx │ ├── how-to-report-a-scam.mdx │ ├── how-to-report-an-address-on-etherscan.mdx │ ├── how-to-reveal-your-secret-recovery-phrase.mdx │ ├── how-to-revoke-smart-contract-allowances-token-approvals.mdx │ ├── how-to-tell-if-a-smart-contract-is-safe-to-interact-with.mdx │ ├── how-to-turn-on-blockaid-security-alerts.mdx │ ├── index.mdx │ ├── is-metamask-owned-by-jp-morgan.mdx │ ├── ive-been-hacked-scammed-unauthorized-transactions-on-my-account.mdx │ ├── my-secret-recovery-phrase-private-key-restored-the-wrong-accounts.mdx │ ├── passwords-and-metamask.mdx │ ├── staying-safe-in-web3 │ │ ├── address-poisoning-scams.mdx │ │ ├── clipboard-hacking.mdx │ │ ├── failed-transaction-scams.mdx │ │ ├── fake-crypto-exchange-scams.mdx │ │ ├── fake-mining-voucher-scams.mdx │ │ ├── fake-token-investment-scams-and-pig-butchering-attacks.mdx │ │ ├── fighting-back-against-sweeper-bots.mdx │ │ ├── honeypot-scams.mdx │ │ ├── how-do-i-recognize-the-real-metamask-.mdx │ │ ├── how-to-tell-the-difference-between-a-regular-airdrop-and-airdrop-phishing-scams.mdx │ │ ├── i-received-an-email-claiming-to-be-from-metamask-is-it-legit.mdx │ │ ├── index.mdx │ │ ├── nft-airdrop-scams.mdx │ │ ├── nft-listing-scams.mdx │ │ ├── nft-minting-scams.mdx │ │ ├── scammers-and-phishers-rugpulls-and-airdrop-scams.mdx │ │ ├── signature-phishing.mdx │ │ ├── spoofing-scams.mdx │ │ ├── sweeper-bots-scripts.mdx │ │ ├── testnet-eth-scams.mdx │ │ └── token-pre-sale-scams.mdx │ ├── user-guide-how-to-use-a-hardware-wallet.mdx │ ├── using-transaction-security-providers-to-protect-yourself-from-scams.mdx │ ├── what-is-a-secret-recovery-phrase-and-how-to-keep-your-crypto-wallet-secure.mdx │ ├── what-is-eth_sign-and-why-is-it-a-risk.mdx │ ├── what-kind-of-data-is-metamask-collecting.mdx │ ├── when-two-factor-authentication.mdx │ ├── why-am-i-being-asked-to-sign-in-sign-in-with-ethereum.mdx │ ├── why-does-metamask-need-permission-to-modify-data-on-all-web-pages.mdx │ └── will-metamask-ever-ask-me-to-verify-my-account.mdx ├── third-party-platforms-and-dapps │ ├── connecting-to-dapps-with-eip-6963-multi-wallet-discovery.mdx │ ├── disconnect-wallet-from-a-dapp.mdx │ ├── i-cant-connect-metamask-extension-to-a-dapp-.mdx │ ├── index.mdx │ ├── issues-connecting-to-a-decentralized-exchange-dex-.mdx │ ├── manually-connecting-to-a-dapp.mdx │ ├── marking-dapps-as-favorites-in-metamask-mobile.mdx │ ├── metamask-legacy-web3.mdx │ ├── user-guide-dapps.mdx │ ├── what-role-does-staking-play-on-ethereum.mdx │ ├── why-am-i-being-asked-to-connect-to-a-dapp.mdx │ └── why-can-a-site-get-blocklisted.mdx ├── token-swaps │ ├── error-expiry_passed-after-a-swap.mdx │ ├── error-fetching-quote.mdx │ ├── how-do-i-see-the-price-at-time-of-purchase-for-tokens-bought-through-swaps.mdx │ ├── how-to-cancel-a-pending-swap.mdx │ ├── how-to-use-liquidity-pool-lp-tokens.mdx │ ├── i-did-a-swap-but-received-fewer-tokens-or-less-fiat-value-than-i-expected-why-.mdx │ ├── index.mdx │ ├── smart-swaps-risk-disclosures.mdx │ ├── third-party-swaps-platforms.mdx │ ├── uniswap-support-and-troubleshooting-tips.mdx │ ├── user-guide-swaps.mdx │ ├── what-is-smart-swaps.mdx │ ├── where-does-metamask-source-the-tokens-price.mdx │ ├── why-are-some-tokens-missing-from-metamask-swaps.mdx │ ├── why-did-my-metamask-swap-fail.mdx │ └── why-is-the-metamask-swap-button-unavailable---greyed-out.mdx ├── transactions-and-gas │ ├── gas-fees │ │ ├── how-to-customize-gas-settings.mdx │ │ ├── how-to-estimate-the-gas-fee.mdx │ │ ├── index.mdx │ │ ├── refunding-gas-fees.mdx │ │ ├── user-guide-gas.mdx │ │ ├── where-do-i-find-my-gas-history.mdx │ │ ├── why-are-my-gas-fees-so-high.mdx │ │ ├── why-did-i-pay-gas-fees-for-a-failed-transaction.mdx │ │ └── why-did-my-transaction-fail-with-an-out-of-gas-error-how-can-i-fix-it.mdx │ ├── index.mdx │ └── transactions │ │ ├── a-transaction-failed-when-interacting-with-a-smart-contract-what-can-i-do.mdx │ │ ├── can-i-reverse-an-already-confirmed-transaction.mdx │ │ ├── how-do-i-find-my-transactions.mdx │ │ ├── how-to-add-a-memo-to-a-transaction.mdx │ │ ├── how-to-customize-a-transaction-nonce.mdx │ │ ├── how-to-find-a-transaction-id.mdx │ │ ├── how-to-find-a-transaction-nonce.mdx │ │ ├── how-to-speed-up-or-cancel-a-pending-transaction.mdx │ │ ├── index.mdx │ │ ├── internal-transactions.mdx │ │ ├── resetting-your-account-in-the-event-of-a-stuck-or-pending-transaction.mdx │ │ ├── user-guide-transactions-and-failed-transactions.mdx │ │ ├── what-are-metatransactions-.mdx │ │ ├── what-is-a-token-approval.mdx │ │ └── why-cant-i-replace-a-pending-transaction-.mdx └── troubleshooting │ ├── cannot-load-tokens-due-to-error-message-about-token-being-already-added.mdx │ ├── deceptive-site-ahead-when-trying-to-connect-to-a-site.mdx │ ├── error-cannot-read-property-balance-of-undefined-.mdx │ ├── error-ethjs-query-while-formatting-outputs-from-rpc-transaction-underpriced-error.mdx │ ├── error-exception-is-thrown-in-contract-code-in-contract-execution.mdx │ ├── error-invalid-or-missing-bridge-url-parameter-value.mdx │ ├── error-no-chain-id-defined.mdx │ ├── error-number-to-bn-while-converting-number.mdx │ ├── error-unable-to-load-balance.mdx │ ├── error-unable-to-locate-this-txnhash.mdx │ ├── error-undefined-is-not-an-object.mdx │ ├── having-issues-with-your-ledger.mdx │ ├── how-to-fix-insufficient-funds-error-or-greyed-out-confirm-button.mdx │ ├── index.mdx │ ├── metamask-is-unable-to-connect-to-the-blockchain-host.mdx │ ├── metamask-states-balance-may-be-outdated-displays-in-orange-or-eth-not-added-to-balance.mdx │ ├── my-transaction-is-successful-but-the-amount-i-received-is-far-lower-than-the-amount-confirmed.mdx │ ├── there-is-an-unauthorized-transaction-on-my-account.mdx │ ├── unlock-error-invalid-password.mdx │ ├── user-guide-troubleshooting.mdx │ ├── what-to-do-when-your-balance-of-tokens-is-incorrect.mdx │ └── why-infura-cannot-serve-certain-areas.mdx └── i18n ├── de ├── code.json ├── docusaurus-plugin-content-blog │ └── options.json ├── docusaurus-plugin-content-docs │ ├── current.json │ └── current │ │ ├── getting-started │ │ ├── getting-started-with-metamask.mdx │ │ ├── index.mdx │ │ └── user-guide-secret-recovery-phrase-password-and-private-keys.mdx │ │ ├── managing-my-tokens │ │ ├── custom-tokens │ │ │ ├── how-to-display-tokens-in-metamask.mdx │ │ │ └── index.mdx │ │ ├── index.mdx │ │ └── moving-your-tokens │ │ │ ├── how-to-send-tokens-from-your-metamask-wallet.mdx │ │ │ └── index.mdx │ │ ├── managing-my-wallet │ │ ├── accounts-and-addresses │ │ │ ├── how-to-add-missing-accounts-after-restoring-with-secret-recovery-phrase.mdx │ │ │ ├── how-to-remove-an-account-from-your-metamask-wallet.mdx │ │ │ ├── index.mdx │ │ │ └── what-are-imported-accounts-.mdx │ │ ├── how-to-check-my-wallet-activity-on-the-blockchain-explorer.mdx │ │ ├── index.mdx │ │ └── resetting-deleting-and-restoring │ │ │ ├── how-can-i-reset-my-password.mdx │ │ │ ├── how-to-clear-your-account-activity-reset-account.mdx │ │ │ ├── how-to-restore-your-metamask-wallet-from-secret-recovery-phrase.mdx │ │ │ └── index.mdx │ │ ├── metamask-portfolio │ │ ├── buy │ │ │ ├── how-to-buy-crypto-in-metamask.mdx │ │ │ ├── index.mdx │ │ │ └── my-country-region-isnt-supported-for-buying-crypto.mdx │ │ └── index.mdx │ │ ├── metamask-snaps │ │ ├── getting-started-with-metamask-snaps.mdx │ │ ├── how-do-snap-permissions-work.mdx │ │ ├── how-to-access-snap-settings.mdx │ │ ├── how-to-create-your-own-snap.mdx │ │ ├── how-to-enable-metamask-snaps.mdx │ │ ├── how-to-install-a-snap.mdx │ │ ├── how-to-troubleshoot-snap-issues.mdx │ │ ├── how-to-uninstall-a-snap.mdx │ │ ├── how-to-update-a-snap.mdx │ │ ├── index.mdx │ │ ├── metamask-snaps-faq.mdx │ │ ├── what-are-communication-snaps.mdx │ │ ├── what-are-interoperability-snaps.mdx │ │ └── what-are-security-snaps.mdx │ │ ├── networks-and-sidechains │ │ ├── binance │ │ │ ├── how-to-send-tokens-from-bsc-to-ethereum-or-other-chains.mdx │ │ │ ├── index.mdx │ │ │ ├── receiving-funds-from-binance.mdx │ │ │ ├── sending-assets-to-binance-bnb-smart-chain.mdx │ │ │ ├── transferring-assets-to-the-binance-exchange.mdx │ │ │ └── understanding-bsc-binance-and-metamask.mdx │ │ ├── index.mdx │ │ └── managing-networks │ │ │ ├── add-a-network-using-chainlist.mdx │ │ │ ├── how-to-add-a-custom-network-rpc.mdx │ │ │ ├── index.mdx │ │ │ └── verifying-custom-network-information.mdx │ │ ├── nfts │ │ ├── how-do-i-send-receive-or-cash-out-an-nft.mdx │ │ ├── index.mdx │ │ └── nft-tokens-in-your-metamask-wallet.mdx │ │ ├── privacy-and-security │ │ ├── basic-safety-and-security-tips-for-metamask.mdx │ │ ├── hardware-wallet-hub.mdx │ │ ├── how-to-reveal-your-secret-recovery-phrase.mdx │ │ ├── index.mdx │ │ ├── ive-been-hacked-scammed-unauthorized-transactions-on-my-account.mdx │ │ └── what-is-a-secret-recovery-phrase-and-how-to-keep-your-crypto-wallet-secure.mdx │ │ ├── token-swaps │ │ ├── index.mdx │ │ ├── third-party-swaps-platforms.mdx │ │ └── user-guide-swaps.mdx │ │ ├── transactions-and-gas │ │ ├── gas-fees │ │ │ ├── how-to-estimate-the-gas-fee.mdx │ │ │ ├── index.mdx │ │ │ └── user-guide-gas.mdx │ │ ├── index.mdx │ │ └── transactions │ │ │ ├── can-i-reverse-an-already-confirmed-transaction.mdx │ │ │ ├── how-to-speed-up-or-cancel-a-pending-transaction.mdx │ │ │ ├── index.mdx │ │ │ ├── resetting-your-account-in-the-event-of-a-stuck-or-pending-transaction.mdx │ │ │ └── user-guide-transactions-and-failed-transactions.mdx │ │ └── troubleshooting │ │ ├── index.mdx │ │ └── what-to-do-when-your-balance-of-tokens-is-incorrect.mdx └── docusaurus-theme-classic │ ├── footer.json │ └── navbar.json ├── en ├── code.json ├── docusaurus-plugin-content-blog │ └── options.json ├── docusaurus-plugin-content-docs │ └── current.json └── docusaurus-theme-classic │ ├── footer.json │ └── navbar.json ├── es ├── code.json ├── docusaurus-plugin-content-blog │ └── options.json ├── docusaurus-plugin-content-docs │ ├── current.json │ └── current │ │ ├── getting-started │ │ ├── getting-started-with-metamask.mdx │ │ ├── index.mdx │ │ ├── metamask-is-a-self-custodial-wallet.mdx │ │ └── user-guide-secret-recovery-phrase-password-and-private-keys.mdx │ │ ├── managing-my-tokens │ │ ├── custom-tokens │ │ │ ├── how-to-display-tokens-in-metamask.mdx │ │ │ └── index.mdx │ │ ├── index.mdx │ │ └── moving-your-tokens │ │ │ ├── how-to-send-tokens-from-your-metamask-wallet.mdx │ │ │ └── index.mdx │ │ ├── managing-my-wallet │ │ ├── accounts-and-addresses │ │ │ ├── how-to-add-missing-accounts-after-restoring-with-secret-recovery-phrase.mdx │ │ │ ├── how-to-remove-an-account-from-your-metamask-wallet.mdx │ │ │ ├── index.mdx │ │ │ └── what-are-imported-accounts-.mdx │ │ ├── how-to-check-my-wallet-activity-on-the-blockchain-explorer.mdx │ │ ├── index.mdx │ │ └── resetting-deleting-and-restoring │ │ │ ├── how-can-i-reset-my-password.mdx │ │ │ ├── how-to-clear-your-account-activity-reset-account.mdx │ │ │ ├── how-to-restore-your-metamask-wallet-from-secret-recovery-phrase.mdx │ │ │ └── index.mdx │ │ ├── metamask-portfolio │ │ ├── buy │ │ │ ├── how-to-buy-crypto-in-metamask.mdx │ │ │ ├── index.mdx │ │ │ └── my-country-region-isnt-supported-for-buying-crypto.mdx │ │ └── index.mdx │ │ ├── metamask-snaps │ │ ├── getting-started-with-metamask-snaps.mdx │ │ ├── how-do-snap-permissions-work.mdx │ │ ├── how-to-access-snap-settings.mdx │ │ ├── how-to-create-your-own-snap.mdx │ │ ├── how-to-enable-metamask-snaps.mdx │ │ ├── how-to-install-a-snap.mdx │ │ ├── how-to-troubleshoot-snap-issues.mdx │ │ ├── how-to-uninstall-a-snap.mdx │ │ ├── how-to-update-a-snap.mdx │ │ ├── index.mdx │ │ ├── metamask-snaps-faq.mdx │ │ ├── what-are-communication-snaps.mdx │ │ ├── what-are-interoperability-snaps.mdx │ │ └── what-are-security-snaps.mdx │ │ ├── networks-and-sidechains │ │ ├── binance │ │ │ ├── how-to-send-tokens-from-bsc-to-ethereum-or-other-chains.mdx │ │ │ ├── index.mdx │ │ │ ├── receiving-funds-from-binance.mdx │ │ │ ├── sending-assets-to-binance-bnb-smart-chain.mdx │ │ │ ├── transferring-assets-to-the-binance-exchange.mdx │ │ │ └── understanding-bsc-binance-and-metamask.mdx │ │ ├── index.mdx │ │ └── managing-networks │ │ │ ├── add-a-network-using-chainlist.mdx │ │ │ ├── how-to-add-a-custom-network-rpc.mdx │ │ │ ├── index.mdx │ │ │ └── verifying-custom-network-information.mdx │ │ ├── nfts │ │ ├── how-do-i-send-receive-or-cash-out-an-nft.mdx │ │ ├── index.mdx │ │ └── nft-tokens-in-your-metamask-wallet.mdx │ │ ├── privacy-and-security │ │ ├── basic-safety-and-security-tips-for-metamask.mdx │ │ ├── hardware-wallet-hub.mdx │ │ ├── how-to-reveal-your-secret-recovery-phrase.mdx │ │ ├── index.mdx │ │ ├── ive-been-hacked-scammed-unauthorized-transactions-on-my-account.mdx │ │ └── what-is-a-secret-recovery-phrase-and-how-to-keep-your-crypto-wallet-secure.mdx │ │ ├── token-swaps │ │ ├── index.mdx │ │ ├── third-party-swaps-platforms.mdx │ │ └── user-guide-swaps.mdx │ │ ├── transactions-and-gas │ │ ├── gas-fees │ │ │ ├── how-to-estimate-the-gas-fee.mdx │ │ │ ├── index.mdx │ │ │ └── user-guide-gas.mdx │ │ ├── index.mdx │ │ └── transactions │ │ │ ├── can-i-reverse-an-already-confirmed-transaction.mdx │ │ │ ├── how-to-speed-up-or-cancel-a-pending-transaction.mdx │ │ │ ├── index.mdx │ │ │ ├── resetting-your-account-in-the-event-of-a-stuck-or-pending-transaction.mdx │ │ │ └── user-guide-transactions-and-failed-transactions.mdx │ │ └── troubleshooting │ │ ├── index.mdx │ │ └── what-to-do-when-your-balance-of-tokens-is-incorrect.mdx └── docusaurus-theme-classic │ ├── footer.json │ └── navbar.json ├── fr ├── code.json ├── docusaurus-plugin-content-blog │ └── options.json ├── docusaurus-plugin-content-docs │ ├── current.json │ └── current │ │ ├── getting-started │ │ ├── getting-started-with-metamask.mdx │ │ ├── index.mdx │ │ └── user-guide-secret-recovery-phrase-password-and-private-keys.mdx │ │ ├── managing-my-tokens │ │ ├── custom-tokens │ │ │ ├── how-to-display-tokens-in-metamask.mdx │ │ │ └── index.mdx │ │ ├── index.mdx │ │ └── moving-your-tokens │ │ │ ├── how-to-send-tokens-from-your-metamask-wallet.mdx │ │ │ └── index.mdx │ │ ├── managing-my-wallet │ │ ├── accounts-and-addresses │ │ │ ├── how-to-add-missing-accounts-after-restoring-with-secret-recovery-phrase.mdx │ │ │ ├── how-to-remove-an-account-from-your-metamask-wallet.mdx │ │ │ ├── index.mdx │ │ │ └── what-are-imported-accounts-.mdx │ │ ├── how-to-check-my-wallet-activity-on-the-blockchain-explorer.mdx │ │ ├── index.mdx │ │ └── resetting-deleting-and-restoring │ │ │ ├── how-can-i-reset-my-password.mdx │ │ │ ├── how-to-clear-your-account-activity-reset-account.mdx │ │ │ ├── how-to-restore-your-metamask-wallet-from-secret-recovery-phrase.mdx │ │ │ └── index.mdx │ │ ├── metamask-portfolio │ │ ├── buy │ │ │ ├── how-to-buy-crypto-in-metamask.mdx │ │ │ ├── index.mdx │ │ │ └── my-country-region-isnt-supported-for-buying-crypto.mdx │ │ └── index.mdx │ │ ├── metamask-snaps │ │ ├── getting-started-with-metamask-snaps.mdx │ │ ├── how-do-snap-permissions-work.mdx │ │ ├── how-to-access-snap-settings.mdx │ │ ├── how-to-create-your-own-snap.mdx │ │ ├── how-to-enable-metamask-snaps.mdx │ │ ├── how-to-install-a-snap.mdx │ │ ├── how-to-troubleshoot-snap-issues.mdx │ │ ├── how-to-uninstall-a-snap.mdx │ │ ├── how-to-update-a-snap.mdx │ │ ├── index.mdx │ │ ├── metamask-snaps-faq.mdx │ │ ├── what-are-communication-snaps.mdx │ │ ├── what-are-interoperability-snaps.mdx │ │ └── what-are-security-snaps.mdx │ │ ├── networks-and-sidechains │ │ ├── binance │ │ │ ├── how-to-send-tokens-from-bsc-to-ethereum-or-other-chains.mdx │ │ │ ├── index.mdx │ │ │ ├── receiving-funds-from-binance.mdx │ │ │ ├── sending-assets-to-binance-bnb-smart-chain.mdx │ │ │ ├── transferring-assets-to-the-binance-exchange.mdx │ │ │ └── understanding-bsc-binance-and-metamask.mdx │ │ ├── index.mdx │ │ └── managing-networks │ │ │ ├── add-a-network-using-chainlist.mdx │ │ │ ├── how-to-add-a-custom-network-rpc.mdx │ │ │ ├── index.mdx │ │ │ └── verifying-custom-network-information.mdx │ │ ├── nfts │ │ ├── how-do-i-send-receive-or-cash-out-an-nft.mdx │ │ ├── index.mdx │ │ └── nft-tokens-in-your-metamask-wallet.mdx │ │ ├── privacy-and-security │ │ ├── basic-safety-and-security-tips-for-metamask.mdx │ │ ├── hardware-wallet-hub.mdx │ │ ├── how-to-reveal-your-secret-recovery-phrase.mdx │ │ ├── index.mdx │ │ ├── ive-been-hacked-scammed-unauthorized-transactions-on-my-account.mdx │ │ └── what-is-a-secret-recovery-phrase-and-how-to-keep-your-crypto-wallet-secure.mdx │ │ ├── token-swaps │ │ ├── index.mdx │ │ ├── third-party-swaps-platforms.mdx │ │ └── user-guide-swaps.mdx │ │ ├── transactions-and-gas │ │ ├── gas-fees │ │ │ ├── how-to-estimate-the-gas-fee.mdx │ │ │ ├── index.mdx │ │ │ └── user-guide-gas.mdx │ │ ├── index.mdx │ │ └── transactions │ │ │ ├── can-i-reverse-an-already-confirmed-transaction.mdx │ │ │ ├── how-to-speed-up-or-cancel-a-pending-transaction.mdx │ │ │ ├── index.mdx │ │ │ ├── resetting-your-account-in-the-event-of-a-stuck-or-pending-transaction.mdx │ │ │ └── user-guide-transactions-and-failed-transactions.mdx │ │ └── troubleshooting │ │ ├── index.mdx │ │ └── what-to-do-when-your-balance-of-tokens-is-incorrect.mdx └── docusaurus-theme-classic │ ├── footer.json │ └── navbar.json ├── it ├── code.json ├── docusaurus-plugin-content-blog │ └── options.json ├── docusaurus-plugin-content-docs │ ├── current.json │ └── current │ │ ├── getting-started │ │ ├── getting-started-with-metamask.mdx │ │ ├── index.mdx │ │ └── user-guide-secret-recovery-phrase-password-and-private-keys.mdx │ │ ├── managing-my-tokens │ │ ├── custom-tokens │ │ │ ├── how-to-display-tokens-in-metamask.mdx │ │ │ └── index.mdx │ │ ├── index.mdx │ │ └── moving-your-tokens │ │ │ ├── how-to-send-tokens-from-your-metamask-wallet.mdx │ │ │ └── index.mdx │ │ ├── managing-my-wallet │ │ ├── accounts-and-addresses │ │ │ ├── how-to-add-missing-accounts-after-restoring-with-secret-recovery-phrase.mdx │ │ │ ├── how-to-remove-an-account-from-your-metamask-wallet.mdx │ │ │ ├── index.mdx │ │ │ └── what-are-imported-accounts-.mdx │ │ ├── how-to-check-my-wallet-activity-on-the-blockchain-explorer.mdx │ │ ├── index.mdx │ │ └── resetting-deleting-and-restoring │ │ │ ├── how-can-i-reset-my-password.mdx │ │ │ ├── how-to-clear-your-account-activity-reset-account.mdx │ │ │ ├── how-to-restore-your-metamask-wallet-from-secret-recovery-phrase.mdx │ │ │ └── index.mdx │ │ ├── metamask-portfolio │ │ ├── buy │ │ │ ├── how-to-buy-crypto-in-metamask.mdx │ │ │ ├── index.mdx │ │ │ └── my-country-region-isnt-supported-for-buying-crypto.mdx │ │ └── index.mdx │ │ ├── networks-and-sidechains │ │ ├── binance │ │ │ ├── how-to-send-tokens-from-bsc-to-ethereum-or-other-chains.mdx │ │ │ ├── index.mdx │ │ │ ├── receiving-funds-from-binance.mdx │ │ │ ├── sending-assets-to-binance-bnb-smart-chain.mdx │ │ │ ├── transferring-assets-to-the-binance-exchange.mdx │ │ │ └── understanding-bsc-binance-and-metamask.mdx │ │ ├── index.mdx │ │ └── managing-networks │ │ │ ├── add-a-network-using-chainlist.mdx │ │ │ ├── how-to-add-a-custom-network-rpc.mdx │ │ │ ├── index.mdx │ │ │ └── verifying-custom-network-information.mdx │ │ ├── nfts │ │ ├── how-do-i-send-receive-or-cash-out-an-nft.mdx │ │ ├── index.mdx │ │ └── nft-tokens-in-your-metamask-wallet.mdx │ │ ├── privacy-and-security │ │ ├── basic-safety-and-security-tips-for-metamask.mdx │ │ ├── hardware-wallet-hub.mdx │ │ ├── how-to-reveal-your-secret-recovery-phrase.mdx │ │ ├── index.mdx │ │ ├── ive-been-hacked-scammed-unauthorized-transactions-on-my-account.mdx │ │ └── what-is-a-secret-recovery-phrase-and-how-to-keep-your-crypto-wallet-secure.mdx │ │ ├── token-swaps │ │ ├── index.mdx │ │ ├── third-party-swaps-platforms.mdx │ │ └── user-guide-swaps.mdx │ │ ├── transactions-and-gas │ │ ├── gas-fees │ │ │ ├── how-to-estimate-the-gas-fee.mdx │ │ │ ├── index.mdx │ │ │ └── user-guide-gas.mdx │ │ ├── index.mdx │ │ └── transactions │ │ │ ├── can-i-reverse-an-already-confirmed-transaction.mdx │ │ │ ├── how-to-speed-up-or-cancel-a-pending-transaction.mdx │ │ │ ├── index.mdx │ │ │ ├── resetting-your-account-in-the-event-of-a-stuck-or-pending-transaction.mdx │ │ │ └── user-guide-transactions-and-failed-transactions.mdx │ │ └── troubleshooting │ │ ├── index.mdx │ │ └── what-to-do-when-your-balance-of-tokens-is-incorrect.mdx └── docusaurus-theme-classic │ ├── footer.json │ └── navbar.json ├── ja ├── code.json ├── docusaurus-plugin-content-blog │ └── options.json ├── docusaurus-plugin-content-docs │ ├── current.json │ └── current │ │ ├── getting-started │ │ ├── getting-started-with-metamask.mdx │ │ ├── index.mdx │ │ └── user-guide-secret-recovery-phrase-password-and-private-keys.mdx │ │ ├── managing-my-tokens │ │ ├── custom-tokens │ │ │ ├── how-to-display-tokens-in-metamask.mdx │ │ │ └── index.mdx │ │ ├── index.mdx │ │ └── moving-your-tokens │ │ │ ├── how-to-send-tokens-from-your-metamask-wallet.mdx │ │ │ └── index.mdx │ │ ├── managing-my-wallet │ │ ├── accounts-and-addresses │ │ │ ├── how-to-add-missing-accounts-after-restoring-with-secret-recovery-phrase.mdx │ │ │ ├── how-to-remove-an-account-from-your-metamask-wallet.mdx │ │ │ ├── index.mdx │ │ │ └── what-are-imported-accounts-.mdx │ │ ├── how-to-check-my-wallet-activity-on-the-blockchain-explorer.mdx │ │ ├── index.mdx │ │ └── resetting-deleting-and-restoring │ │ │ ├── how-can-i-reset-my-password.mdx │ │ │ ├── how-to-clear-your-account-activity-reset-account.mdx │ │ │ ├── how-to-restore-your-metamask-wallet-from-secret-recovery-phrase.mdx │ │ │ └── index.mdx │ │ ├── metamask-portfolio │ │ ├── buy │ │ │ ├── how-to-buy-crypto-in-metamask.mdx │ │ │ ├── index.mdx │ │ │ └── my-country-region-isnt-supported-for-buying-crypto.mdx │ │ └── index.mdx │ │ ├── metamask-snaps │ │ ├── getting-started-with-metamask-snaps.mdx │ │ ├── how-do-snap-permissions-work.mdx │ │ ├── how-to-access-snap-settings.mdx │ │ ├── how-to-create-your-own-snap.mdx │ │ ├── how-to-enable-metamask-snaps.mdx │ │ ├── how-to-install-a-snap.mdx │ │ ├── how-to-troubleshoot-snap-issues.mdx │ │ ├── how-to-uninstall-a-snap.mdx │ │ ├── how-to-update-a-snap.mdx │ │ ├── index.mdx │ │ ├── metamask-snaps-faq.mdx │ │ ├── what-are-communication-snaps.mdx │ │ ├── what-are-interoperability-snaps.mdx │ │ └── what-are-security-snaps.mdx │ │ ├── networks-and-sidechains │ │ ├── binance │ │ │ ├── how-to-send-tokens-from-bsc-to-ethereum-or-other-chains.mdx │ │ │ ├── index.mdx │ │ │ ├── receiving-funds-from-binance.mdx │ │ │ ├── sending-assets-to-binance-bnb-smart-chain.mdx │ │ │ ├── transferring-assets-to-the-binance-exchange.mdx │ │ │ └── understanding-bsc-binance-and-metamask.mdx │ │ ├── index.mdx │ │ └── managing-networks │ │ │ ├── add-a-network-using-chainlist.mdx │ │ │ ├── how-to-add-a-custom-network-rpc.mdx │ │ │ ├── index.mdx │ │ │ └── verifying-custom-network-information.mdx │ │ ├── nfts │ │ ├── how-do-i-send-receive-or-cash-out-an-nft.mdx │ │ ├── index.mdx │ │ └── nft-tokens-in-your-metamask-wallet.mdx │ │ ├── privacy-and-security │ │ ├── basic-safety-and-security-tips-for-metamask.mdx │ │ ├── hardware-wallet-hub.mdx │ │ ├── how-to-reveal-your-secret-recovery-phrase.mdx │ │ ├── index.mdx │ │ ├── ive-been-hacked-scammed-unauthorized-transactions-on-my-account.mdx │ │ └── what-is-a-secret-recovery-phrase-and-how-to-keep-your-crypto-wallet-secure.mdx │ │ ├── token-swaps │ │ ├── index.mdx │ │ ├── third-party-swaps-platforms.mdx │ │ └── user-guide-swaps.mdx │ │ ├── transactions-and-gas │ │ ├── gas-fees │ │ │ ├── how-to-estimate-the-gas-fee.mdx │ │ │ ├── index.mdx │ │ │ └── user-guide-gas.mdx │ │ ├── index.mdx │ │ └── transactions │ │ │ ├── can-i-reverse-an-already-confirmed-transaction.mdx │ │ │ ├── how-to-speed-up-or-cancel-a-pending-transaction.mdx │ │ │ ├── index.mdx │ │ │ ├── resetting-your-account-in-the-event-of-a-stuck-or-pending-transaction.mdx │ │ │ └── user-guide-transactions-and-failed-transactions.mdx │ │ └── troubleshooting │ │ ├── index.mdx │ │ └── what-to-do-when-your-balance-of-tokens-is-incorrect.mdx └── docusaurus-theme-classic │ ├── footer.json │ └── navbar.json ├── ko ├── code.json ├── docusaurus-plugin-content-blog │ └── options.json ├── docusaurus-plugin-content-docs │ ├── current.json │ └── current │ │ ├── getting-started │ │ ├── getting-started-with-metamask.mdx │ │ ├── index.mdx │ │ └── user-guide-secret-recovery-phrase-password-and-private-keys.mdx │ │ ├── managing-my-tokens │ │ ├── custom-tokens │ │ │ ├── how-to-display-tokens-in-metamask.mdx │ │ │ └── index.mdx │ │ ├── index.mdx │ │ └── moving-your-tokens │ │ │ ├── how-to-send-tokens-from-your-metamask-wallet.mdx │ │ │ └── index.mdx │ │ ├── managing-my-wallet │ │ ├── accounts-and-addresses │ │ │ ├── how-to-add-missing-accounts-after-restoring-with-secret-recovery-phrase.mdx │ │ │ ├── how-to-remove-an-account-from-your-metamask-wallet.mdx │ │ │ ├── index.mdx │ │ │ └── what-are-imported-accounts-.mdx │ │ ├── how-to-check-my-wallet-activity-on-the-blockchain-explorer.mdx │ │ ├── index.mdx │ │ └── resetting-deleting-and-restoring │ │ │ ├── how-can-i-reset-my-password.mdx │ │ │ ├── how-to-clear-your-account-activity-reset-account.mdx │ │ │ ├── how-to-restore-your-metamask-wallet-from-secret-recovery-phrase.mdx │ │ │ └── index.mdx │ │ ├── metamask-portfolio │ │ ├── buy │ │ │ ├── how-to-buy-crypto-in-metamask.mdx │ │ │ ├── index.mdx │ │ │ └── my-country-region-isnt-supported-for-buying-crypto.mdx │ │ └── index.mdx │ │ ├── metamask-snaps │ │ ├── getting-started-with-metamask-snaps.mdx │ │ ├── how-do-snap-permissions-work.mdx │ │ ├── how-to-access-snap-settings.mdx │ │ ├── how-to-create-your-own-snap.mdx │ │ ├── how-to-enable-metamask-snaps.mdx │ │ ├── how-to-install-a-snap.mdx │ │ ├── how-to-troubleshoot-snap-issues.mdx │ │ ├── how-to-uninstall-a-snap.mdx │ │ ├── how-to-update-a-snap.mdx │ │ ├── index.mdx │ │ ├── metamask-snaps-faq.mdx │ │ ├── what-are-communication-snaps.mdx │ │ ├── what-are-interoperability-snaps.mdx │ │ └── what-are-security-snaps.mdx │ │ ├── networks-and-sidechains │ │ ├── binance │ │ │ ├── how-to-send-tokens-from-bsc-to-ethereum-or-other-chains.mdx │ │ │ ├── index.mdx │ │ │ ├── receiving-funds-from-binance.mdx │ │ │ ├── sending-assets-to-binance-bnb-smart-chain.mdx │ │ │ ├── transferring-assets-to-the-binance-exchange.mdx │ │ │ └── understanding-bsc-binance-and-metamask.mdx │ │ ├── index.mdx │ │ └── managing-networks │ │ │ ├── add-a-network-using-chainlist.mdx │ │ │ ├── how-to-add-a-custom-network-rpc.mdx │ │ │ ├── index.mdx │ │ │ └── verifying-custom-network-information.mdx │ │ ├── nfts │ │ ├── how-do-i-send-receive-or-cash-out-an-nft.mdx │ │ ├── index.mdx │ │ └── nft-tokens-in-your-metamask-wallet.mdx │ │ ├── privacy-and-security │ │ ├── basic-safety-and-security-tips-for-metamask.mdx │ │ ├── hardware-wallet-hub.mdx │ │ ├── how-to-reveal-your-secret-recovery-phrase.mdx │ │ ├── index.mdx │ │ ├── ive-been-hacked-scammed-unauthorized-transactions-on-my-account.mdx │ │ └── what-is-a-secret-recovery-phrase-and-how-to-keep-your-crypto-wallet-secure.mdx │ │ ├── token-swaps │ │ ├── index.mdx │ │ ├── third-party-swaps-platforms.mdx │ │ └── user-guide-swaps.mdx │ │ ├── transactions-and-gas │ │ ├── gas-fees │ │ │ ├── how-to-estimate-the-gas-fee.mdx │ │ │ ├── index.mdx │ │ │ └── user-guide-gas.mdx │ │ ├── index.mdx │ │ └── transactions │ │ │ ├── can-i-reverse-an-already-confirmed-transaction.mdx │ │ │ ├── how-to-speed-up-or-cancel-a-pending-transaction.mdx │ │ │ ├── index.mdx │ │ │ ├── resetting-your-account-in-the-event-of-a-stuck-or-pending-transaction.mdx │ │ │ └── user-guide-transactions-and-failed-transactions.mdx │ │ └── troubleshooting │ │ ├── index.mdx │ │ └── what-to-do-when-your-balance-of-tokens-is-incorrect.mdx └── docusaurus-theme-classic │ ├── footer.json │ └── navbar.json ├── ms ├── code.json ├── docusaurus-plugin-content-blog │ └── options.json ├── docusaurus-plugin-content-docs │ ├── current.json │ └── current │ │ ├── getting-started │ │ ├── getting-started-with-metamask.mdx │ │ ├── index.mdx │ │ └── user-guide-secret-recovery-phrase-password-and-private-keys.mdx │ │ ├── managing-my-tokens │ │ ├── custom-tokens │ │ │ ├── how-to-display-tokens-in-metamask.mdx │ │ │ └── index.mdx │ │ ├── index.mdx │ │ └── moving-your-tokens │ │ │ ├── how-to-send-tokens-from-your-metamask-wallet.mdx │ │ │ └── index.mdx │ │ ├── managing-my-wallet │ │ ├── accounts-and-addresses │ │ │ ├── how-to-add-missing-accounts-after-restoring-with-secret-recovery-phrase.mdx │ │ │ ├── how-to-remove-an-account-from-your-metamask-wallet.mdx │ │ │ ├── index.mdx │ │ │ └── what-are-imported-accounts-.mdx │ │ ├── how-to-check-my-wallet-activity-on-the-blockchain-explorer.mdx │ │ ├── index.mdx │ │ └── resetting-deleting-and-restoring │ │ │ ├── how-can-i-reset-my-password.mdx │ │ │ ├── how-to-clear-your-account-activity-reset-account.mdx │ │ │ ├── how-to-restore-your-metamask-wallet-from-secret-recovery-phrase.mdx │ │ │ └── index.mdx │ │ ├── metamask-portfolio │ │ ├── buy │ │ │ ├── how-to-buy-crypto-in-metamask.mdx │ │ │ ├── index.mdx │ │ │ └── my-country-region-isnt-supported-for-buying-crypto.mdx │ │ └── index.mdx │ │ ├── metamask-snaps │ │ ├── getting-started-with-metamask-snaps.mdx │ │ ├── how-do-snap-permissions-work.mdx │ │ ├── how-to-access-snap-settings.mdx │ │ ├── how-to-create-your-own-snap.mdx │ │ ├── how-to-enable-metamask-snaps.mdx │ │ ├── how-to-install-a-snap.mdx │ │ ├── how-to-troubleshoot-snap-issues.mdx │ │ ├── how-to-uninstall-a-snap.mdx │ │ ├── how-to-update-a-snap.mdx │ │ ├── index.mdx │ │ ├── metamask-snaps-faq.mdx │ │ ├── what-are-communication-snaps.mdx │ │ ├── what-are-interoperability-snaps.mdx │ │ └── what-are-security-snaps.mdx │ │ ├── networks-and-sidechains │ │ ├── binance │ │ │ ├── how-to-send-tokens-from-bsc-to-ethereum-or-other-chains.mdx │ │ │ ├── index.mdx │ │ │ ├── receiving-funds-from-binance.mdx │ │ │ ├── sending-assets-to-binance-bnb-smart-chain.mdx │ │ │ ├── transferring-assets-to-the-binance-exchange.mdx │ │ │ └── understanding-bsc-binance-and-metamask.mdx │ │ ├── index.mdx │ │ └── managing-networks │ │ │ ├── add-a-network-using-chainlist.mdx │ │ │ ├── how-to-add-a-custom-network-rpc.mdx │ │ │ ├── index.mdx │ │ │ └── verifying-custom-network-information.mdx │ │ ├── nfts │ │ ├── how-do-i-send-receive-or-cash-out-an-nft.mdx │ │ ├── index.mdx │ │ └── nft-tokens-in-your-metamask-wallet.mdx │ │ ├── privacy-and-security │ │ ├── basic-safety-and-security-tips-for-metamask.mdx │ │ ├── hardware-wallet-hub.mdx │ │ ├── how-to-reveal-your-secret-recovery-phrase.mdx │ │ ├── index.mdx │ │ ├── ive-been-hacked-scammed-unauthorized-transactions-on-my-account.mdx │ │ └── what-is-a-secret-recovery-phrase-and-how-to-keep-your-crypto-wallet-secure.mdx │ │ ├── token-swaps │ │ ├── index.mdx │ │ ├── third-party-swaps-platforms.mdx │ │ └── user-guide-swaps.mdx │ │ ├── transactions-and-gas │ │ ├── gas-fees │ │ │ ├── how-to-estimate-the-gas-fee.mdx │ │ │ ├── index.mdx │ │ │ └── user-guide-gas.mdx │ │ ├── index.mdx │ │ └── transactions │ │ │ ├── can-i-reverse-an-already-confirmed-transaction.mdx │ │ │ ├── how-to-speed-up-or-cancel-a-pending-transaction.mdx │ │ │ ├── index.mdx │ │ │ ├── resetting-your-account-in-the-event-of-a-stuck-or-pending-transaction.mdx │ │ │ └── user-guide-transactions-and-failed-transactions.mdx │ │ └── troubleshooting │ │ ├── index.mdx │ │ └── what-to-do-when-your-balance-of-tokens-is-incorrect.mdx └── docusaurus-theme-classic │ ├── footer.json │ └── navbar.json ├── nl ├── code.json ├── docusaurus-plugin-content-blog │ └── options.json ├── docusaurus-plugin-content-docs │ ├── current.json │ └── current │ │ ├── getting-started │ │ ├── getting-started-with-metamask.mdx │ │ ├── index.mdx │ │ └── user-guide-secret-recovery-phrase-password-and-private-keys.mdx │ │ ├── managing-my-tokens │ │ ├── custom-tokens │ │ │ ├── how-to-display-tokens-in-metamask.mdx │ │ │ └── index.mdx │ │ ├── index.mdx │ │ └── moving-your-tokens │ │ │ ├── how-to-send-tokens-from-your-metamask-wallet.mdx │ │ │ └── index.mdx │ │ ├── managing-my-wallet │ │ ├── accounts-and-addresses │ │ │ ├── how-to-add-missing-accounts-after-restoring-with-secret-recovery-phrase.mdx │ │ │ ├── how-to-remove-an-account-from-your-metamask-wallet.mdx │ │ │ ├── index.mdx │ │ │ └── what-are-imported-accounts-.mdx │ │ ├── how-to-check-my-wallet-activity-on-the-blockchain-explorer.mdx │ │ ├── index.mdx │ │ └── resetting-deleting-and-restoring │ │ │ ├── how-can-i-reset-my-password.mdx │ │ │ ├── how-to-clear-your-account-activity-reset-account.mdx │ │ │ ├── how-to-restore-your-metamask-wallet-from-secret-recovery-phrase.mdx │ │ │ └── index.mdx │ │ ├── metamask-portfolio │ │ ├── buy │ │ │ ├── how-to-buy-crypto-in-metamask.mdx │ │ │ ├── index.mdx │ │ │ └── my-country-region-isnt-supported-for-buying-crypto.mdx │ │ └── index.mdx │ │ ├── networks-and-sidechains │ │ ├── binance │ │ │ ├── how-to-send-tokens-from-bsc-to-ethereum-or-other-chains.mdx │ │ │ ├── index.mdx │ │ │ ├── receiving-funds-from-binance.mdx │ │ │ ├── sending-assets-to-binance-bnb-smart-chain.mdx │ │ │ ├── transferring-assets-to-the-binance-exchange.mdx │ │ │ └── understanding-bsc-binance-and-metamask.mdx │ │ ├── index.mdx │ │ └── managing-networks │ │ │ ├── add-a-network-using-chainlist.mdx │ │ │ ├── how-to-add-a-custom-network-rpc.mdx │ │ │ ├── index.mdx │ │ │ └── verifying-custom-network-information.mdx │ │ ├── nfts │ │ ├── how-do-i-send-receive-or-cash-out-an-nft.mdx │ │ ├── index.mdx │ │ └── nft-tokens-in-your-metamask-wallet.mdx │ │ ├── privacy-and-security │ │ ├── basic-safety-and-security-tips-for-metamask.mdx │ │ ├── hardware-wallet-hub.mdx │ │ ├── how-to-reveal-your-secret-recovery-phrase.mdx │ │ ├── index.mdx │ │ ├── ive-been-hacked-scammed-unauthorized-transactions-on-my-account.mdx │ │ └── what-is-a-secret-recovery-phrase-and-how-to-keep-your-crypto-wallet-secure.mdx │ │ ├── token-swaps │ │ ├── index.mdx │ │ ├── third-party-swaps-platforms.mdx │ │ └── user-guide-swaps.mdx │ │ ├── transactions-and-gas │ │ ├── gas-fees │ │ │ ├── how-to-estimate-the-gas-fee.mdx │ │ │ ├── index.mdx │ │ │ └── user-guide-gas.mdx │ │ ├── index.mdx │ │ └── transactions │ │ │ ├── can-i-reverse-an-already-confirmed-transaction.mdx │ │ │ ├── how-to-speed-up-or-cancel-a-pending-transaction.mdx │ │ │ ├── index.mdx │ │ │ ├── resetting-your-account-in-the-event-of-a-stuck-or-pending-transaction.mdx │ │ │ └── user-guide-transactions-and-failed-transactions.mdx │ │ └── troubleshooting │ │ ├── index.mdx │ │ └── what-to-do-when-your-balance-of-tokens-is-incorrect.mdx └── docusaurus-theme-classic │ ├── footer.json │ └── navbar.json ├── pt-br ├── code.json ├── docusaurus-plugin-content-blog │ └── options.json ├── docusaurus-plugin-content-docs │ ├── current.json │ └── current │ │ ├── getting-started │ │ ├── getting-started-with-metamask.mdx │ │ ├── index.mdx │ │ └── user-guide-secret-recovery-phrase-password-and-private-keys.mdx │ │ ├── managing-my-tokens │ │ ├── custom-tokens │ │ │ ├── how-to-display-tokens-in-metamask.mdx │ │ │ └── index.mdx │ │ ├── index.mdx │ │ └── moving-your-tokens │ │ │ ├── how-to-send-tokens-from-your-metamask-wallet.mdx │ │ │ └── index.mdx │ │ ├── managing-my-wallet │ │ ├── accounts-and-addresses │ │ │ ├── how-to-add-missing-accounts-after-restoring-with-secret-recovery-phrase.mdx │ │ │ ├── how-to-remove-an-account-from-your-metamask-wallet.mdx │ │ │ ├── index.mdx │ │ │ └── what-are-imported-accounts-.mdx │ │ ├── how-to-check-my-wallet-activity-on-the-blockchain-explorer.mdx │ │ ├── index.mdx │ │ └── resetting-deleting-and-restoring │ │ │ ├── how-can-i-reset-my-password.mdx │ │ │ ├── how-to-clear-your-account-activity-reset-account.mdx │ │ │ ├── how-to-restore-your-metamask-wallet-from-secret-recovery-phrase.mdx │ │ │ └── index.mdx │ │ ├── metamask-portfolio │ │ ├── buy │ │ │ ├── how-to-buy-crypto-in-metamask.mdx │ │ │ ├── index.mdx │ │ │ └── my-country-region-isnt-supported-for-buying-crypto.mdx │ │ └── index.mdx │ │ ├── metamask-snaps │ │ ├── getting-started-with-metamask-snaps.mdx │ │ ├── how-do-snap-permissions-work.mdx │ │ ├── how-to-access-snap-settings.mdx │ │ ├── how-to-create-your-own-snap.mdx │ │ ├── how-to-enable-metamask-snaps.mdx │ │ ├── how-to-install-a-snap.mdx │ │ ├── how-to-troubleshoot-snap-issues.mdx │ │ ├── how-to-uninstall-a-snap.mdx │ │ ├── how-to-update-a-snap.mdx │ │ ├── index.mdx │ │ ├── metamask-snaps-faq.mdx │ │ ├── what-are-communication-snaps.mdx │ │ ├── what-are-interoperability-snaps.mdx │ │ └── what-are-security-snaps.mdx │ │ ├── networks-and-sidechains │ │ ├── binance │ │ │ ├── how-to-send-tokens-from-bsc-to-ethereum-or-other-chains.mdx │ │ │ ├── index.mdx │ │ │ ├── receiving-funds-from-binance.mdx │ │ │ ├── sending-assets-to-binance-bnb-smart-chain.mdx │ │ │ ├── transferring-assets-to-the-binance-exchange.mdx │ │ │ └── understanding-bsc-binance-and-metamask.mdx │ │ ├── index.mdx │ │ └── managing-networks │ │ │ ├── add-a-network-using-chainlist.mdx │ │ │ ├── how-to-add-a-custom-network-rpc.mdx │ │ │ ├── index.mdx │ │ │ └── verifying-custom-network-information.mdx │ │ ├── nfts │ │ ├── how-do-i-send-receive-or-cash-out-an-nft.mdx │ │ ├── index.mdx │ │ └── nft-tokens-in-your-metamask-wallet.mdx │ │ ├── privacy-and-security │ │ ├── basic-safety-and-security-tips-for-metamask.mdx │ │ ├── hardware-wallet-hub.mdx │ │ ├── how-to-reveal-your-secret-recovery-phrase.mdx │ │ ├── index.mdx │ │ ├── ive-been-hacked-scammed-unauthorized-transactions-on-my-account.mdx │ │ └── what-is-a-secret-recovery-phrase-and-how-to-keep-your-crypto-wallet-secure.mdx │ │ ├── token-swaps │ │ ├── index.mdx │ │ ├── third-party-swaps-platforms.mdx │ │ └── user-guide-swaps.mdx │ │ ├── transactions-and-gas │ │ ├── gas-fees │ │ │ ├── how-to-estimate-the-gas-fee.mdx │ │ │ ├── index.mdx │ │ │ └── user-guide-gas.mdx │ │ ├── index.mdx │ │ └── transactions │ │ │ ├── can-i-reverse-an-already-confirmed-transaction.mdx │ │ │ ├── how-to-speed-up-or-cancel-a-pending-transaction.mdx │ │ │ ├── index.mdx │ │ │ ├── resetting-your-account-in-the-event-of-a-stuck-or-pending-transaction.mdx │ │ │ └── user-guide-transactions-and-failed-transactions.mdx │ │ └── troubleshooting │ │ ├── index.mdx │ │ └── what-to-do-when-your-balance-of-tokens-is-incorrect.mdx └── docusaurus-theme-classic │ ├── footer.json │ └── navbar.json ├── ro ├── code.json ├── docusaurus-plugin-content-blog │ └── options.json ├── docusaurus-plugin-content-docs │ ├── current.json │ └── current │ │ ├── getting-started │ │ ├── getting-started-with-metamask.mdx │ │ ├── how-to-contact-metamask-support.mdx │ │ └── index.mdx │ │ ├── managing-my-tokens │ │ ├── custom-tokens │ │ │ ├── how-to-display-tokens-in-metamask.mdx │ │ │ └── index.mdx │ │ ├── index.mdx │ │ ├── moving-your-tokens │ │ │ ├── how-to-send-tokens-from-your-metamask-wallet.mdx │ │ │ └── index.mdx │ │ └── token-safety-practices.mdx │ │ ├── managing-my-wallet │ │ ├── accounts-and-addresses │ │ │ ├── how-to-add-missing-accounts-after-restoring-with-secret-recovery-phrase.mdx │ │ │ ├── how-to-import-an-account.mdx │ │ │ ├── how-to-remove-an-account-from-your-metamask-wallet.mdx │ │ │ ├── index.mdx │ │ │ └── what-are-imported-accounts-.mdx │ │ ├── how-to-check-my-wallet-activity-on-the-blockchain-explorer.mdx │ │ ├── index.mdx │ │ └── resetting-deleting-and-restoring │ │ │ ├── how-can-i-reset-my-password.mdx │ │ │ ├── how-to-clear-your-account-activity-reset-account.mdx │ │ │ ├── how-to-restore-your-metamask-wallet-from-secret-recovery-phrase.mdx │ │ │ └── index.mdx │ │ ├── metamask-portfolio │ │ ├── buy │ │ │ ├── how-to-buy-crypto-in-metamask.mdx │ │ │ ├── index.mdx │ │ │ └── my-country-region-isnt-supported-for-buying-crypto.mdx │ │ └── index.mdx │ │ ├── networks-and-sidechains │ │ ├── index.mdx │ │ └── managing-networks │ │ │ ├── add-a-network-using-chainlist.mdx │ │ │ ├── index.mdx │ │ │ ├── user-guide-custom-networks-and-sidechains.mdx │ │ │ └── verifying-custom-network-information.mdx │ │ ├── nfts │ │ ├── how-do-i-send-receive-or-cash-out-an-nft.mdx │ │ ├── index.mdx │ │ └── nft-tokens-in-your-metamask-wallet.mdx │ │ ├── privacy-and-security │ │ ├── basic-safety-and-security-tips-for-metamask.mdx │ │ ├── does-metamask-collect-my-personal-data.mdx │ │ ├── does-metamask-have-a-bug-bounty-program-for-vulnerabilities.mdx │ │ ├── hardware-wallet-hub.mdx │ │ ├── how-to-adjust-metamask-privacy-settings-extension.mdx │ │ ├── how-to-customize-token-approvals-with-a-spending-cap.mdx │ │ ├── how-to-enable-automatic-security-checks-mobile.mdx │ │ ├── how-to-enable-full-disk-encryption-for-improved-security.mdx │ │ ├── how-to-fix-invalid-seed-phrase-error-invalid-secret-recovery-phrase.mdx │ │ ├── how-to-manage-your-metametrics-settings.mdx │ │ ├── how-to-report-a-scam.mdx │ │ ├── how-to-report-an-address-on-etherscan.mdx │ │ ├── how-to-reveal-your-secret-recovery-phrase.mdx │ │ ├── how-to-revoke-smart-contract-allowances-token-approvals.mdx │ │ ├── how-to-tell-if-a-smart-contract-is-safe-to-interact-with.mdx │ │ ├── index.mdx │ │ ├── ive-been-hacked-scammed-unauthorized-transactions-on-my-account.mdx │ │ ├── my-secret-recovery-phrase-private-key-restored-the-wrong-accounts.mdx │ │ ├── passwords-and-metamask.mdx │ │ ├── user-guide-how-to-use-a-hardware-wallet.mdx │ │ ├── what-is-a-secret-recovery-phrase-and-how-to-keep-your-crypto-wallet-secure.mdx │ │ ├── what-kind-of-data-is-metamask-collecting.mdx │ │ ├── when-two-factor-authentication.mdx │ │ ├── why-does-metamask-need-permission-to-modify-data-on-all-web-pages.mdx │ │ └── will-metamask-ever-ask-me-to-verify-my-account.mdx │ │ ├── token-swaps │ │ ├── index.mdx │ │ └── third-party-swaps-platforms.mdx │ │ ├── transactions-and-gas │ │ ├── gas-fees │ │ │ ├── how-to-estimate-the-gas-fee.mdx │ │ │ ├── index.mdx │ │ │ └── user-guide-gas.mdx │ │ ├── index.mdx │ │ └── transactions │ │ │ ├── can-i-reverse-an-already-confirmed-transaction.mdx │ │ │ ├── how-to-speed-up-or-cancel-a-pending-transaction.mdx │ │ │ ├── index.mdx │ │ │ ├── resetting-your-account-in-the-event-of-a-stuck-or-pending-transaction.mdx │ │ │ └── user-guide-transactions-and-failed-transactions.mdx │ │ └── troubleshooting │ │ ├── index.mdx │ │ └── what-to-do-when-your-balance-of-tokens-is-incorrect.mdx └── docusaurus-theme-classic │ ├── footer.json │ └── navbar.json ├── th ├── code.json ├── docusaurus-plugin-content-blog │ └── options.json ├── docusaurus-plugin-content-docs │ ├── current.json │ └── current │ │ ├── getting-started │ │ ├── getting-started-with-metamask.mdx │ │ ├── index.mdx │ │ └── user-guide-secret-recovery-phrase-password-and-private-keys.mdx │ │ ├── managing-my-tokens │ │ ├── custom-tokens │ │ │ ├── how-to-display-tokens-in-metamask.mdx │ │ │ └── index.mdx │ │ ├── index.mdx │ │ └── moving-your-tokens │ │ │ ├── how-to-send-tokens-from-your-metamask-wallet.mdx │ │ │ └── index.mdx │ │ ├── managing-my-wallet │ │ ├── accounts-and-addresses │ │ │ ├── how-to-add-missing-accounts-after-restoring-with-secret-recovery-phrase.mdx │ │ │ ├── how-to-remove-an-account-from-your-metamask-wallet.mdx │ │ │ ├── index.mdx │ │ │ └── what-are-imported-accounts-.mdx │ │ ├── how-to-check-my-wallet-activity-on-the-blockchain-explorer.mdx │ │ ├── index.mdx │ │ └── resetting-deleting-and-restoring │ │ │ ├── how-can-i-reset-my-password.mdx │ │ │ ├── how-to-clear-your-account-activity-reset-account.mdx │ │ │ ├── how-to-restore-your-metamask-wallet-from-secret-recovery-phrase.mdx │ │ │ └── index.mdx │ │ ├── metamask-portfolio │ │ ├── buy │ │ │ ├── how-to-buy-crypto-in-metamask.mdx │ │ │ ├── index.mdx │ │ │ └── my-country-region-isnt-supported-for-buying-crypto.mdx │ │ └── index.mdx │ │ ├── networks-and-sidechains │ │ ├── binance │ │ │ ├── how-to-send-tokens-from-bsc-to-ethereum-or-other-chains.mdx │ │ │ ├── index.mdx │ │ │ ├── receiving-funds-from-binance.mdx │ │ │ ├── sending-assets-to-binance-bnb-smart-chain.mdx │ │ │ ├── transferring-assets-to-the-binance-exchange.mdx │ │ │ └── understanding-bsc-binance-and-metamask.mdx │ │ ├── index.mdx │ │ └── managing-networks │ │ │ ├── add-a-network-using-chainlist.mdx │ │ │ ├── how-to-add-a-custom-network-rpc.mdx │ │ │ ├── index.mdx │ │ │ └── verifying-custom-network-information.mdx │ │ ├── nfts │ │ ├── how-do-i-send-receive-or-cash-out-an-nft.mdx │ │ ├── index.mdx │ │ └── nft-tokens-in-your-metamask-wallet.mdx │ │ ├── privacy-and-security │ │ ├── basic-safety-and-security-tips-for-metamask.mdx │ │ ├── hardware-wallet-hub.mdx │ │ ├── how-to-reveal-your-secret-recovery-phrase.mdx │ │ ├── index.mdx │ │ ├── ive-been-hacked-scammed-unauthorized-transactions-on-my-account.mdx │ │ └── what-is-a-secret-recovery-phrase-and-how-to-keep-your-crypto-wallet-secure.mdx │ │ ├── token-swaps │ │ ├── index.mdx │ │ ├── third-party-swaps-platforms.mdx │ │ └── user-guide-swaps.mdx │ │ ├── transactions-and-gas │ │ ├── gas-fees │ │ │ ├── how-to-estimate-the-gas-fee.mdx │ │ │ ├── index.mdx │ │ │ └── user-guide-gas.mdx │ │ ├── index.mdx │ │ └── transactions │ │ │ ├── can-i-reverse-an-already-confirmed-transaction.mdx │ │ │ ├── how-to-speed-up-or-cancel-a-pending-transaction.mdx │ │ │ ├── index.mdx │ │ │ ├── resetting-your-account-in-the-event-of-a-stuck-or-pending-transaction.mdx │ │ │ └── user-guide-transactions-and-failed-transactions.mdx │ │ └── troubleshooting │ │ ├── index.mdx │ │ └── what-to-do-when-your-balance-of-tokens-is-incorrect.mdx └── docusaurus-theme-classic │ ├── footer.json │ └── navbar.json ├── tl ├── code.json ├── docusaurus-plugin-content-blog │ └── options.json ├── docusaurus-plugin-content-docs │ ├── current.json │ └── current │ │ ├── getting-started │ │ ├── getting-started-with-metamask.mdx │ │ ├── index.mdx │ │ └── user-guide-secret-recovery-phrase-password-and-private-keys.mdx │ │ ├── managing-my-tokens │ │ ├── custom-tokens │ │ │ ├── how-to-display-tokens-in-metamask.mdx │ │ │ └── index.mdx │ │ ├── index.mdx │ │ └── moving-your-tokens │ │ │ ├── how-to-send-tokens-from-your-metamask-wallet.mdx │ │ │ └── index.mdx │ │ ├── managing-my-wallet │ │ ├── accounts-and-addresses │ │ │ ├── how-to-add-missing-accounts-after-restoring-with-secret-recovery-phrase.mdx │ │ │ ├── how-to-remove-an-account-from-your-metamask-wallet.mdx │ │ │ ├── index.mdx │ │ │ └── what-are-imported-accounts-.mdx │ │ ├── how-to-check-my-wallet-activity-on-the-blockchain-explorer.mdx │ │ ├── index.mdx │ │ └── resetting-deleting-and-restoring │ │ │ ├── how-can-i-reset-my-password.mdx │ │ │ ├── how-to-clear-your-account-activity-reset-account.mdx │ │ │ ├── how-to-restore-your-metamask-wallet-from-secret-recovery-phrase.mdx │ │ │ └── index.mdx │ │ ├── metamask-portfolio │ │ ├── buy │ │ │ ├── how-to-buy-crypto-in-metamask.mdx │ │ │ ├── index.mdx │ │ │ └── my-country-region-isnt-supported-for-buying-crypto.mdx │ │ └── index.mdx │ │ ├── networks-and-sidechains │ │ ├── binance │ │ │ ├── how-to-send-tokens-from-bsc-to-ethereum-or-other-chains.mdx │ │ │ ├── index.mdx │ │ │ ├── receiving-funds-from-binance.mdx │ │ │ ├── sending-assets-to-binance-bnb-smart-chain.mdx │ │ │ ├── transferring-assets-to-the-binance-exchange.mdx │ │ │ └── understanding-bsc-binance-and-metamask.mdx │ │ ├── index.mdx │ │ └── managing-networks │ │ │ ├── add-a-network-using-chainlist.mdx │ │ │ ├── how-to-add-a-custom-network-rpc.mdx │ │ │ ├── index.mdx │ │ │ └── verifying-custom-network-information.mdx │ │ ├── nfts │ │ ├── how-do-i-send-receive-or-cash-out-an-nft.mdx │ │ ├── index.mdx │ │ └── nft-tokens-in-your-metamask-wallet.mdx │ │ ├── privacy-and-security │ │ ├── basic-safety-and-security-tips-for-metamask.mdx │ │ ├── hardware-wallet-hub.mdx │ │ ├── how-to-reveal-your-secret-recovery-phrase.mdx │ │ ├── index.mdx │ │ ├── ive-been-hacked-scammed-unauthorized-transactions-on-my-account.mdx │ │ └── what-is-a-secret-recovery-phrase-and-how-to-keep-your-crypto-wallet-secure.mdx │ │ ├── token-swaps │ │ ├── index.mdx │ │ ├── third-party-swaps-platforms.mdx │ │ └── user-guide-swaps.mdx │ │ ├── transactions-and-gas │ │ ├── gas-fees │ │ │ ├── how-to-estimate-the-gas-fee.mdx │ │ │ ├── index.mdx │ │ │ └── user-guide-gas.mdx │ │ ├── index.mdx │ │ └── transactions │ │ │ ├── can-i-reverse-an-already-confirmed-transaction.mdx │ │ │ ├── how-to-speed-up-or-cancel-a-pending-transaction.mdx │ │ │ ├── index.mdx │ │ │ ├── resetting-your-account-in-the-event-of-a-stuck-or-pending-transaction.mdx │ │ │ └── user-guide-transactions-and-failed-transactions.mdx │ │ └── troubleshooting │ │ ├── index.mdx │ │ └── what-to-do-when-your-balance-of-tokens-is-incorrect.mdx └── docusaurus-theme-classic │ ├── footer.json │ └── navbar.json ├── tr ├── code.json ├── docusaurus-plugin-content-blog │ └── options.json ├── docusaurus-plugin-content-docs │ ├── current.json │ └── current │ │ ├── getting-started │ │ ├── getting-started-with-metamask.mdx │ │ ├── index.mdx │ │ └── user-guide-secret-recovery-phrase-password-and-private-keys.mdx │ │ ├── managing-my-tokens │ │ ├── custom-tokens │ │ │ ├── how-to-display-tokens-in-metamask.mdx │ │ │ └── index.mdx │ │ ├── index.mdx │ │ └── moving-your-tokens │ │ │ ├── how-to-send-tokens-from-your-metamask-wallet.mdx │ │ │ └── index.mdx │ │ ├── managing-my-wallet │ │ ├── accounts-and-addresses │ │ │ ├── how-to-add-missing-accounts-after-restoring-with-secret-recovery-phrase.mdx │ │ │ ├── how-to-remove-an-account-from-your-metamask-wallet.mdx │ │ │ ├── index.mdx │ │ │ └── what-are-imported-accounts-.mdx │ │ ├── how-to-check-my-wallet-activity-on-the-blockchain-explorer.mdx │ │ ├── index.mdx │ │ └── resetting-deleting-and-restoring │ │ │ ├── how-can-i-reset-my-password.mdx │ │ │ ├── how-to-clear-your-account-activity-reset-account.mdx │ │ │ ├── how-to-restore-your-metamask-wallet-from-secret-recovery-phrase.mdx │ │ │ └── index.mdx │ │ ├── metamask-portfolio │ │ ├── buy │ │ │ ├── how-to-buy-crypto-in-metamask.mdx │ │ │ ├── index.mdx │ │ │ └── my-country-region-isnt-supported-for-buying-crypto.mdx │ │ └── index.mdx │ │ ├── metamask-snaps │ │ ├── getting-started-with-metamask-snaps.mdx │ │ ├── how-do-snap-permissions-work.mdx │ │ ├── how-to-access-snap-settings.mdx │ │ ├── how-to-create-your-own-snap.mdx │ │ ├── how-to-enable-metamask-snaps.mdx │ │ ├── how-to-install-a-snap.mdx │ │ ├── how-to-troubleshoot-snap-issues.mdx │ │ ├── how-to-uninstall-a-snap.mdx │ │ ├── how-to-update-a-snap.mdx │ │ ├── index.mdx │ │ ├── metamask-snaps-faq.mdx │ │ ├── what-are-communication-snaps.mdx │ │ ├── what-are-interoperability-snaps.mdx │ │ └── what-are-security-snaps.mdx │ │ ├── networks-and-sidechains │ │ ├── binance │ │ │ ├── how-to-send-tokens-from-bsc-to-ethereum-or-other-chains.mdx │ │ │ ├── index.mdx │ │ │ ├── receiving-funds-from-binance.mdx │ │ │ ├── sending-assets-to-binance-bnb-smart-chain.mdx │ │ │ ├── transferring-assets-to-the-binance-exchange.mdx │ │ │ └── understanding-bsc-binance-and-metamask.mdx │ │ ├── index.mdx │ │ └── managing-networks │ │ │ ├── add-a-network-using-chainlist.mdx │ │ │ ├── how-to-add-a-custom-network-rpc.mdx │ │ │ ├── index.mdx │ │ │ └── verifying-custom-network-information.mdx │ │ ├── nfts │ │ ├── how-do-i-send-receive-or-cash-out-an-nft.mdx │ │ ├── index.mdx │ │ └── nft-tokens-in-your-metamask-wallet.mdx │ │ ├── privacy-and-security │ │ ├── basic-safety-and-security-tips-for-metamask.mdx │ │ ├── hardware-wallet-hub.mdx │ │ ├── how-to-reveal-your-secret-recovery-phrase.mdx │ │ ├── index.mdx │ │ ├── ive-been-hacked-scammed-unauthorized-transactions-on-my-account.mdx │ │ └── what-is-a-secret-recovery-phrase-and-how-to-keep-your-crypto-wallet-secure.mdx │ │ ├── token-swaps │ │ ├── index.mdx │ │ ├── third-party-swaps-platforms.mdx │ │ └── user-guide-swaps.mdx │ │ ├── transactions-and-gas │ │ ├── gas-fees │ │ │ ├── how-to-estimate-the-gas-fee.mdx │ │ │ ├── index.mdx │ │ │ └── user-guide-gas.mdx │ │ ├── index.mdx │ │ └── transactions │ │ │ ├── can-i-reverse-an-already-confirmed-transaction.mdx │ │ │ ├── how-to-speed-up-or-cancel-a-pending-transaction.mdx │ │ │ ├── index.mdx │ │ │ ├── resetting-your-account-in-the-event-of-a-stuck-or-pending-transaction.mdx │ │ │ └── user-guide-transactions-and-failed-transactions.mdx │ │ └── troubleshooting │ │ ├── index.mdx │ │ └── what-to-do-when-your-balance-of-tokens-is-incorrect.mdx └── docusaurus-theme-classic │ ├── footer.json │ └── navbar.json ├── vi ├── code.json ├── docusaurus-plugin-content-blog │ └── options.json ├── docusaurus-plugin-content-docs │ ├── current.json │ └── current │ │ ├── getting-started │ │ ├── getting-started-with-metamask.mdx │ │ ├── index.mdx │ │ └── user-guide-secret-recovery-phrase-password-and-private-keys.mdx │ │ ├── managing-my-tokens │ │ ├── custom-tokens │ │ │ ├── how-to-display-tokens-in-metamask.mdx │ │ │ └── index.mdx │ │ ├── index.mdx │ │ └── moving-your-tokens │ │ │ ├── how-to-send-tokens-from-your-metamask-wallet.mdx │ │ │ └── index.mdx │ │ ├── managing-my-wallet │ │ ├── accounts-and-addresses │ │ │ ├── how-to-add-missing-accounts-after-restoring-with-secret-recovery-phrase.mdx │ │ │ ├── how-to-remove-an-account-from-your-metamask-wallet.mdx │ │ │ ├── index.mdx │ │ │ └── what-are-imported-accounts-.mdx │ │ ├── how-to-check-my-wallet-activity-on-the-blockchain-explorer.mdx │ │ ├── index.mdx │ │ └── resetting-deleting-and-restoring │ │ │ ├── how-can-i-reset-my-password.mdx │ │ │ ├── how-to-clear-your-account-activity-reset-account.mdx │ │ │ ├── how-to-restore-your-metamask-wallet-from-secret-recovery-phrase.mdx │ │ │ └── index.mdx │ │ ├── metamask-portfolio │ │ ├── buy │ │ │ ├── how-to-buy-crypto-in-metamask.mdx │ │ │ ├── index.mdx │ │ │ └── my-country-region-isnt-supported-for-buying-crypto.mdx │ │ └── index.mdx │ │ ├── metamask-snaps │ │ ├── getting-started-with-metamask-snaps.mdx │ │ ├── how-do-snap-permissions-work.mdx │ │ ├── how-to-access-snap-settings.mdx │ │ ├── how-to-create-your-own-snap.mdx │ │ ├── how-to-enable-metamask-snaps.mdx │ │ ├── how-to-install-a-snap.mdx │ │ ├── how-to-troubleshoot-snap-issues.mdx │ │ ├── how-to-uninstall-a-snap.mdx │ │ ├── how-to-update-a-snap.mdx │ │ ├── index.mdx │ │ ├── metamask-snaps-faq.mdx │ │ ├── what-are-communication-snaps.mdx │ │ ├── what-are-interoperability-snaps.mdx │ │ └── what-are-security-snaps.mdx │ │ ├── networks-and-sidechains │ │ ├── binance │ │ │ ├── how-to-send-tokens-from-bsc-to-ethereum-or-other-chains.mdx │ │ │ ├── index.mdx │ │ │ ├── receiving-funds-from-binance.mdx │ │ │ ├── sending-assets-to-binance-bnb-smart-chain.mdx │ │ │ ├── transferring-assets-to-the-binance-exchange.mdx │ │ │ └── understanding-bsc-binance-and-metamask.mdx │ │ ├── index.mdx │ │ └── managing-networks │ │ │ ├── add-a-network-using-chainlist.mdx │ │ │ ├── how-to-add-a-custom-network-rpc.mdx │ │ │ ├── index.mdx │ │ │ └── verifying-custom-network-information.mdx │ │ ├── nfts │ │ ├── how-do-i-send-receive-or-cash-out-an-nft.mdx │ │ ├── index.mdx │ │ └── nft-tokens-in-your-metamask-wallet.mdx │ │ ├── privacy-and-security │ │ ├── basic-safety-and-security-tips-for-metamask.mdx │ │ ├── hardware-wallet-hub.mdx │ │ ├── how-to-reveal-your-secret-recovery-phrase.mdx │ │ ├── index.mdx │ │ ├── ive-been-hacked-scammed-unauthorized-transactions-on-my-account.mdx │ │ └── what-is-a-secret-recovery-phrase-and-how-to-keep-your-crypto-wallet-secure.mdx │ │ ├── token-swaps │ │ ├── index.mdx │ │ ├── third-party-swaps-platforms.mdx │ │ └── user-guide-swaps.mdx │ │ ├── transactions-and-gas │ │ ├── gas-fees │ │ │ ├── how-to-estimate-the-gas-fee.mdx │ │ │ ├── index.mdx │ │ │ └── user-guide-gas.mdx │ │ ├── index.mdx │ │ └── transactions │ │ │ ├── can-i-reverse-an-already-confirmed-transaction.mdx │ │ │ ├── how-to-speed-up-or-cancel-a-pending-transaction.mdx │ │ │ ├── index.mdx │ │ │ ├── resetting-your-account-in-the-event-of-a-stuck-or-pending-transaction.mdx │ │ │ └── user-guide-transactions-and-failed-transactions.mdx │ │ └── troubleshooting │ │ ├── index.mdx │ │ └── what-to-do-when-your-balance-of-tokens-is-incorrect.mdx └── docusaurus-theme-classic │ ├── footer.json │ └── navbar.json └── zh-cn ├── code.json ├── docusaurus-plugin-content-blog └── options.json ├── docusaurus-plugin-content-docs ├── current.json └── current │ ├── getting-started │ ├── getting-started-with-metamask.mdx │ ├── index.mdx │ └── user-guide-secret-recovery-phrase-password-and-private-keys.mdx │ ├── managing-my-tokens │ ├── custom-tokens │ │ ├── how-to-display-tokens-in-metamask.mdx │ │ └── index.mdx │ ├── index.mdx │ └── moving-your-tokens │ │ ├── how-to-send-tokens-from-your-metamask-wallet.mdx │ │ └── index.mdx │ ├── managing-my-wallet │ ├── accounts-and-addresses │ │ ├── how-to-add-missing-accounts-after-restoring-with-secret-recovery-phrase.mdx │ │ ├── how-to-remove-an-account-from-your-metamask-wallet.mdx │ │ ├── index.mdx │ │ └── what-are-imported-accounts-.mdx │ ├── how-to-check-my-wallet-activity-on-the-blockchain-explorer.mdx │ ├── index.mdx │ └── resetting-deleting-and-restoring │ │ ├── how-can-i-reset-my-password.mdx │ │ ├── how-to-clear-your-account-activity-reset-account.mdx │ │ ├── how-to-restore-your-metamask-wallet-from-secret-recovery-phrase.mdx │ │ └── index.mdx │ ├── metamask-portfolio │ ├── buy │ │ ├── how-to-buy-crypto-in-metamask.mdx │ │ ├── index.mdx │ │ └── my-country-region-isnt-supported-for-buying-crypto.mdx │ └── index.mdx │ ├── metamask-snaps │ ├── getting-started-with-metamask-snaps.mdx │ ├── how-do-snap-permissions-work.mdx │ ├── how-to-access-snap-settings.mdx │ ├── how-to-create-your-own-snap.mdx │ ├── how-to-enable-metamask-snaps.mdx │ ├── how-to-install-a-snap.mdx │ ├── how-to-troubleshoot-snap-issues.mdx │ ├── how-to-uninstall-a-snap.mdx │ ├── how-to-update-a-snap.mdx │ ├── index.mdx │ ├── metamask-snaps-faq.mdx │ ├── what-are-communication-snaps.mdx │ ├── what-are-interoperability-snaps.mdx │ └── what-are-security-snaps.mdx │ ├── networks-and-sidechains │ ├── binance │ │ ├── how-to-send-tokens-from-bsc-to-ethereum-or-other-chains.mdx │ │ ├── index.mdx │ │ ├── receiving-funds-from-binance.mdx │ │ ├── sending-assets-to-binance-bnb-smart-chain.mdx │ │ ├── transferring-assets-to-the-binance-exchange.mdx │ │ └── understanding-bsc-binance-and-metamask.mdx │ ├── index.mdx │ └── managing-networks │ │ ├── add-a-network-using-chainlist.mdx │ │ ├── how-to-add-a-custom-network-rpc.mdx │ │ ├── index.mdx │ │ └── verifying-custom-network-information.mdx │ ├── nfts │ ├── how-do-i-send-receive-or-cash-out-an-nft.mdx │ ├── index.mdx │ └── nft-tokens-in-your-metamask-wallet.mdx │ ├── privacy-and-security │ ├── basic-safety-and-security-tips-for-metamask.mdx │ ├── hardware-wallet-hub.mdx │ ├── how-to-reveal-your-secret-recovery-phrase.mdx │ ├── index.mdx │ ├── ive-been-hacked-scammed-unauthorized-transactions-on-my-account.mdx │ └── what-is-a-secret-recovery-phrase-and-how-to-keep-your-crypto-wallet-secure.mdx │ ├── token-swaps │ ├── index.mdx │ ├── third-party-swaps-platforms.mdx │ └── user-guide-swaps.mdx │ ├── transactions-and-gas │ ├── gas-fees │ │ ├── how-to-estimate-the-gas-fee.mdx │ │ ├── index.mdx │ │ └── user-guide-gas.mdx │ ├── index.mdx │ └── transactions │ │ ├── can-i-reverse-an-already-confirmed-transaction.mdx │ │ ├── how-to-speed-up-or-cancel-a-pending-transaction.mdx │ │ ├── index.mdx │ │ ├── resetting-your-account-in-the-event-of-a-stuck-or-pending-transaction.mdx │ │ └── user-guide-transactions-and-failed-transactions.mdx │ └── troubleshooting │ ├── index.mdx │ └── what-to-do-when-your-balance-of-tokens-is-incorrect.mdx └── docusaurus-theme-classic ├── footer.json └── navbar.json /.github/workflows/update-content.yml: -------------------------------------------------------------------------------- 1 | name: Update Public Content 2 | on: 3 | push: 4 | branches: [main] 5 | paths: 6 | - 'docs/**' 7 | - 'i18n/**' 8 | workflow_dispatch: 9 | 10 | jobs: 11 | update-public-content: 12 | runs-on: ubuntu-latest 13 | steps: 14 | - name: Checkout private repository 15 | uses: actions/checkout@v4 16 | 17 | - name: Configure Git 18 | run: | 19 | git config --global user.name 'GitHub Actions Bot' 20 | git config --global user.email 'actions@github.com' 21 | 22 | - name: Update public repository 23 | env: 24 | PROD_REPO_TOKEN: ${{ secrets.GH_PAT}} 25 | run: | 26 | git clone --depth 1 --branch main https://${{ secrets.GH_PAT}}@github.com/Consensys/docs-mm-helpcenter.git public-repo 27 | rm -rf public-repo/* 28 | cp -r docs i18n public-repo/ 29 | cd public-repo 30 | git add . 31 | git commit -m "Update content from site backend" 32 | git push 33 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # MetaMask Help Center Content 2 | 3 | The MetaMask Help Center lives at https://www.support.metamask.io. 4 | 5 | The code for the site is private, but this repository exists to allow anyone to contribute, correct, or suggest changes to the content, or the functionality of the site as a whole. Changes to this repository will be routinely reviewed and synced with the live site content. 6 | -------------------------------------------------------------------------------- /docs/getting-started/how-can-i-get-my-weekly-eth-purchase-limit-raised.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: How can I get my weekly ETH purchase limit raised? 3 | image: /img/socialCards/how-can-i-get-my-weekly-eth-purchase-limit-raised.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | The methods for buying crypto in MetaMask are third-party providers, integrated into MetaMask. See our [guide](/metamask-portfolio/buy/how-to-buy-crypto-in-metamask) to buying crypto on MetaMask for further information. 11 | 12 | If you would like to increase the weekly purchase limit, please contact the provider directly. 13 | -------------------------------------------------------------------------------- /docs/getting-started/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Getting Started 3 | image: /img/socialCards/getting-started.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/managing-my-tokens/custom-tokens/ewt-energy-web-network-basics.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: EWT Energy Web Network Basics 3 | image: /img/socialCards/ewt-energy-web-network-basics.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | If you have an issue viewing EWT tokens in your MetaMask wallet, you need to add the Energy Web custom network to view them and interact with that blockchain. 11 | 12 | Please refer to this article on how to add it: \ 13 | [https://energyweb.atlassian.net/wiki/spaces/EWF/pages/723681315/Connecting+via+Remote+RPC+and+Metamask](https://energyweb.atlassian.net/wiki/spaces/EWF/pages/723681315/Connecting+via+Remote+RPC+and+Metamask) 14 | -------------------------------------------------------------------------------- /docs/managing-my-tokens/custom-tokens/how-to-add-a-token-logo.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: How to add a token logo 3 | image: /img/socialCards/how-to-add-a-token-logo.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | **This article is intended for token developers; if you simply want to see tokens in your wallet that you think you own but aren't appearing, consult [this article](/managing-my-tokens/custom-tokens/how-to-display-tokens-in-metamask).** 11 | 12 | The token search box and the auto-detect functions are a part of a centralized solution. We encourage developers to use the EIP-747 method, which you can find in MetaMask's technical documentation:[https://docs.metamask.io/guide/registering-your-token.html#registering-tokens-with-users](https://docs.metamask.io/guide/registering-your-token.html#registering-tokens-with-users) 13 | 14 | In the above link, you can find instructions on how to integrate the _wallet_watchAsset_ API as defined in EIP-747 without having to create code, and also a more advanced code example that includes the option to set a logo or icon for your token. This will let your users add your token to their MetaMask wallet, and see it, easily. 15 | -------------------------------------------------------------------------------- /docs/managing-my-tokens/custom-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Custom tokens 3 | image: /img/socialCards/custom-tokens.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/managing-my-tokens/custom-tokens/what-is-a-token-contract-address.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: What is a token contract address? 3 | image: /img/socialCards/what-is-a-token-contract-address.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | If you've tried adding a new token to your wallet, one thing you will have noticed is the field asking for a **Token Contract Address**. This refers to the address location of the actual token contract that manages the logic for the tokens. **It does not refer to the address that holds your own personal tokens!** 11 | 12 | The contract address is necessary for MetaMask to know exactly which token you're referring to. The address itself is the location of a smart contract which manages the balances of all token holders, amongst other things, such as the total supply and its basic features (name, decimals, etc.). For more information on token standards, see our [tokens user guide](/managing-my-tokens/user-guide-tokens). 13 | 14 | **To learn how to find a token's contract address, see our article [here](/managing-my-tokens/custom-tokens/how-to-find-a-token-contract-address). ** 15 | 16 | See also: [How to display tokens in MetaMask](/managing-my-tokens/custom-tokens/how-to-display-tokens-in-metamask) 17 | -------------------------------------------------------------------------------- /docs/managing-my-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Managing my tokens 3 | image: /img/socialCards/managing-my-tokens.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/managing-my-tokens/moving-your-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Moving your tokens 3 | image: /img/socialCards/moving-your-tokens.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/managing-my-tokens/my-token-is-missing-a-price-or-fiat-value.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: My token is missing a price or fiat value 3 | image: /img/socialCards/my-token-is-missing-a-price-or-fiat-value.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | Currently, MetaMask may not have prices (fiat values) for all tokens. Check Coingecko or Coinmarketcap to verify whether your token is currently being traded, or if there is a fiat value for it. 11 | 12 | If you don't see a fiat value next to your token, this does not impact your ability to send the token to any destination of your choosing, nor does it impact your ability to swap the token (assuming there are markets with liquidity for the pair you are trying to trade). Please check the "markets" tab for the token on Coingecko or Coinmarketcap if you are unsure about where the token is traded. 13 | 14 | Regardless of the token's fiat pricing or lack thereof, you still own these tokens and they are yours to do with what you wish. 15 | -------------------------------------------------------------------------------- /docs/managing-my-wallet/accounts-and-addresses/accidentally-deleted-my-wallet.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Accidentally deleted my wallet 3 | image: /img/socialCards/accidentally-deleted-my-wallet.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | Firstly: **it is impossible to delete the accounts in your wallet**. Once they are created, they exist on the blockchain forever. See [here](/managing-my-wallet/resetting-deleting-and-restoring/how-can-i-delete-my-metamask-wallet). 11 | 12 | However, it _is_ possible to delete the MetaMask extension in your browser, or remove the mobile app. If you do this, you'll need to redownload it, and then follow one of these two options: 13 | 14 | - Restore your wallet [using the Secret Recovery Phrase](/managing-my-wallet/resetting-deleting-and-restoring/how-to-restore-your-metamask-wallet-from-secret-recovery-phrase). 15 | - If you don't have your Secret Recovery Phrase, you may be able to retrieve it if you still have access to the device on which you were using MetaMask. See [here](/managing-my-wallet/secret-recovery-phrase-and-private-keys/can-i-access-my-accounts-without-my-secret-recovery-phrase). 16 | -------------------------------------------------------------------------------- /docs/managing-my-wallet/accounts-and-addresses/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Accounts and addresses 3 | image: /img/socialCards/accounts-and-addresses.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/managing-my-wallet/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Managing my wallet 3 | image: /img/socialCards/managing-my-wallet.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/managing-my-wallet/resetting-deleting-and-restoring/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: 'Resetting, deleting, and restoring' 3 | image: /img/socialCards/resetting-deleting-and-restoring.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/managing-my-wallet/secret-recovery-phrase-and-private-keys/how-does-metamask-generate-your-keys.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: How does MetaMask generate your keys? 3 | image: /img/socialCards/how-does-metamask-generate-your-keys.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | In the world of cryptographic technologies, your accounts are only as safe as your secret keys are secret _and unguessable_. For that reason, it's healthy to ask: Where are my MetaMask keys coming from? Well, get ready for a technical answer: 11 | 12 | For a browser-based piece of software like MetaMask, there is no source of randomness (or _entropy_) that is more secure than the browser's native [Crypto.getRandomValues](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues) function, which seeds itself with your operating system's entropy source, making this the best source of random numbers that a browser-based application can provide without your help. 13 | 14 | Someday MetaMask may add more advanced features, to allow you to help generate your own random numbers, for example by wiggling your mouse, flipping coins, babbling into the microphone, or something, but for now, we're providing the simplest solution possible. 15 | -------------------------------------------------------------------------------- /docs/managing-my-wallet/secret-recovery-phrase-and-private-keys/importing-a-seed-phrase-from-another-wallet-software-derivation-path.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: 'Importing a seed phrase from another wallet software: derivation path' 3 | image: >- 4 | /img/socialCards/importing-a-seed-phrase-from-another-wallet-software-derivation-path.jpg 5 | --- 6 | 7 | import CustomLayout from "@site/src/layouts/collabHeader"; 8 | 9 | 10 | 11 | When importing a Secret Recovery Phrase (seed phrase), **MetaMask only supports the default BIP-44 derivation path (m/44'/60'/0'/0)**. For more information, see the technical specification [here](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki). 12 | 13 | Currently, you can only use Ledger's derivation paths when connecting a Ledger hardware wallet (you get options for Legacy derivation MEW/MyCrypto, Ledger Live, or BIP44). The MetaMask team is looking at adding more options and customization; for example, custom networks may use different derivation paths. 14 | 15 | At this time, Trezor hardware wallet integration only supports the BIP44 derivation path. 16 | -------------------------------------------------------------------------------- /docs/managing-my-wallet/secret-recovery-phrase-and-private-keys/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Secret Recovery Phrase and private keys 3 | image: /img/socialCards/secret-recovery-phrase-and-private-keys.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/managing-my-wallet/using-metamask/how-to-run-your-own-ethereum-node-and-use-it-with-metamask.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: How to run your own Ethereum node and use it with MetaMask 3 | image: >- 4 | /img/socialCards/how-to-run-your-own-ethereum-node-and-use-it-with-metamask.jpg 5 | --- 6 | 7 | import CustomLayout from "@site/src/layouts/collabHeader"; 8 | 9 | 10 | 11 | If you are interested in learning more about how to run your own Ethereum node, the official [ethereum.org instructions](https://ethereum.org/en/developers/docs/nodes-and-clients/run-a-node/) are a good starting point. 12 | 13 | Once you have your node up and running, consult our article [here](/managing-my-wallet/using-metamask/using-a-local-node) on how to connect MetaMask to it. 14 | -------------------------------------------------------------------------------- /docs/managing-my-wallet/using-metamask/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Using MetaMask 3 | image: /img/socialCards/using-metamask.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/metamask-activity/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: MetaMask Activity 3 | image: /img/socialCards/metamask-activity.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/metamask-portfolio/bridge/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Bridge 3 | image: /img/socialCards/bridge.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/metamask-portfolio/bridge/what-happens-when-i-initiate-a-transfer-on-a-bridge.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: What happens when I initiate a transfer on a bridge? 3 | image: /img/socialCards/what-happens-when-i-initiate-a-transfer-on-a-bridge.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | 1. If you're transferring an ERC-20 token, you'll need to sign a [token approval](/transactions-and-gas/transactions/what-is-a-token-approval) from your wallet, enabling the bridge to access the tokens on the source network. 11 | 2. **Source network transaction**: You sign a transaction to deposit your tokens into the bridge on the source network. The cost of the transaction—which is the only one you'll need to sign in the bridging process—is: transfer amount + bridge provider fees + gas fees + the MetaMask fee (for more on fees, see [here](/metamask-portfolio/bridge/how-are-bridge-fees-calculated)). 12 | 3. **Destination network transaction**: The bridge provider will initiate the transaction on the destination network once the transaction in step 2 has been validated. You don 't need to pay for this step, as its costs are usually covered by the fees you 've paid in step 2. 13 | 14 | you'll be able to track the status of each bridge within our platform. 15 | -------------------------------------------------------------------------------- /docs/metamask-portfolio/bridge/what-is-refueling.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: What is refueling? 3 | image: /img/socialCards/what-is-refueling.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | Refueling is a feature that ensures you receive some of the destination network's native token as part of your bridge transaction. 11 | 12 | This means that you can transact immediately on the destination network without swapping, purchasing, or bridging specifically for native tokens. 13 | 14 | To enable it, flick the toggle that appears on an eligible bridge transaction: 15 | 16 |
17 |
18 | MetaMask Portfolio bridge refueling 25 |
26 |
27 | 28 | :::info 29 | 30 | The option will only appear if you're bridging to something other than the destination network's native token. 31 | 32 | ::: 33 | 34 | When you refuel, you'll receive enough of the destination network's native token for two transactions or so, calculated based on the current cost of gas. 35 | -------------------------------------------------------------------------------- /docs/metamask-portfolio/buy/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Buy 3 | image: /img/socialCards/buy.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/metamask-portfolio/dashboard/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Dashboard 3 | image: /img/socialCards/dashboard.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/metamask-portfolio/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: MetaMask Portfolio 3 | image: /img/socialCards/metamask-portfolio.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/metamask-portfolio/sell/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Sell 3 | image: /img/socialCards/sell.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/metamask-portfolio/stake/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Stake 3 | image: /img/socialCards/stake.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/metamask-portfolio/stake/pooled-staking/how-do-estimated-rewards-work-.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: How do estimated rewards work? 3 | image: /img/socialCards/how-do-estimated-rewards-work.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | :::info 11 | 12 | #### Looking for rewards information for validator staking? 13 | 14 | This article describes rewards for pooled staking. See [here](/metamask-portfolio/stake/validator-staking/how-do-you-calculate-the-validator-rewards-rate) for details of rewards for validator staking. 15 | 16 | ::: 17 | 18 | When viewing your holdings, you'll see two variants of estimated rewards which are calculated slightly differently: 19 | 20 | - **Estimated lifetime rewards**: Lifetime rewards are an estimate of how many rewards you 've received from the staking provider, calculated using a mix of on-chain data and third-party APIs. It may include rewards you may have received from holdings acquired outside of MetaMask Staking. 21 | - **Estimated current rewards**: Current rewards is the percentage of annual rewards you are predicted to receive, subject to change, based on a provider's performance over the last week, as calculated by each provider's API. 22 | -------------------------------------------------------------------------------- /docs/metamask-portfolio/stake/pooled-staking/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Pooled staking 3 | image: /img/socialCards/pooled-staking.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/metamask-portfolio/stake/pooled-staking/what-are-the-tax-implications-of-liquid-staking.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: What are the tax implications of liquid staking? 3 | image: /img/socialCards/what-are-the-tax-implications-of-liquid-staking.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | MetaMask cannot provide tax advice and you should consult a competent tax professional in your jurisdiction for tax advice about whether staking, receiving rewards, and swapping may be considered taxable events in your jurisdiction. For additional information, see [here](/managing-my-wallet/tax-compliance-and-crypto-assets). 11 | -------------------------------------------------------------------------------- /docs/metamask-portfolio/stake/pooled-staking/whats-the-difference-between-withdrawing-my-liquid-staking-tokens-and-swapping.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: >- 3 | What's the difference between withdrawing my liquid staking tokens and 4 | swapping? 5 | image: >- 6 | /img/socialCards/whats-the-difference-between-withdrawing-my-liquid-staking-tokens-and-swapping.jpg 7 | --- 8 | 9 | import CustomLayout from "@site/src/layouts/collabHeader"; 10 | 11 | 12 | 13 | **Withdrawing** staked tokens and rewards involves exchanging your stETH or rETH for ETH and stMATIC or MaticX for MATIC, directly with the relevant protocol. For more information on withdrawals, see [here](/metamask-portfolio/stake/pooled-staking/how-do-i-withdraw-my-stake-and-rewards). 14 | 15 | A **swap** involves trading your liquid staking tokens back for ETH, MATIC, or other available tokens, often via a third-party exchange, and does not typically involve shutting down a validator. Swaps are subject to fluctuating market prices. To easily swap your liquid staking tokens through the MetaMask Staking interface, find the position you 'd like to exit from, click the three dots on the right next to your position, and click'swap'. 16 | -------------------------------------------------------------------------------- /docs/metamask-portfolio/stake/pooled-staking/when-i-click-max-it-doesnt-show-all-of-my-eth-why-.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: 'When I click ''max'' it doesn''t show all of my ETH. Why? ' 3 | image: /img/socialCards/when-i-click-max-it-doesnt-show-all-of-my-eth-why-.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | All transactions on Ethereum cost a small amount of ETH to pay for **gas**, which covers the cost of processing each transaction. For a full explanation of how gas works on Ethereum, see [here](/transactions-and-gas/gas-fees/user-guide-gas). 11 | 12 | In order to make sure you have enough gas to complete your transaction, we subtract a small amount of ETH when calculating the “Max” amount you can stake. 13 | 14 | If you're seeing your max as “0”, you'll need to add more ETH to your wallet or wait for gas fees to go down before you can stake. 15 | -------------------------------------------------------------------------------- /docs/metamask-portfolio/stake/validator-staking/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Validator Staking 3 | image: /img/socialCards/validator-staking.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/metamask-portfolio/stake/what-are-the-risks-of-using-metamask-staking.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: What are the risks of using MetaMask Staking? 3 | image: /img/socialCards/what-are-the-risks-of-using-metamask-staking.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | Please see our [Risk Disclosures](https://consensys.net/staking-risk-disclosures/). 11 | -------------------------------------------------------------------------------- /docs/metamask-portfolio/stake/what-can-i-stake-with-metamask-staking-.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: 'What can I stake with MetaMask Staking? ' 3 | image: /img/socialCards/what-can-i-stake-with-metamask-staking-.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | MetaMask Staking currently allows you to stake the following tokens, both on **Ethereum Mainnet**: 11 | 12 | - ETH 13 | 14 | - [Pooled staking](/metamask-portfolio/stake/pooled-staking), through the Lido or Rocket Pool protocols 15 | - [Validator staking](/metamask-portfolio/stake/validator-staking), using the Consensys Staking protocol. 16 | 17 | - MATIC through the Lido or Stader Labs protocols (**only available to users outside the United States**). 18 | -------------------------------------------------------------------------------- /docs/metamask-portfolio/swap/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Swap 3 | image: /img/socialCards/swap.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/metamask-portfolio/swap/using-metamask-swaps-in-metamask-portfolio.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Using MetaMask Swaps in MetaMask Portfolio 3 | image: /img/socialCards/using-metamask-swaps-in-metamask-portfolio.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | MetaMask Swaps as it exists in MetaMask Portfolio functions extremely similarly to the regular MetaMask Swaps. 11 | 12 | If we cover your query, our guides and tips on MetaMask Swaps in [this section](https://support.metamask.io/hc/sections/360012954532) will cover it. 13 | -------------------------------------------------------------------------------- /docs/metamask-snaps/account-management/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Account Management Snaps 3 | image: /img/socialCards/account-management-snaps.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/metamask-snaps/how-to-enable-metamask-snaps.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: How to enable MetaMask Snaps 3 | image: /img/socialCards/how-to-enable-metamask-snaps.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | MetaMask Snaps is the key to unlocking a whole array of new and exciting features for your MetaMask experience. 11 | 12 | To get started with MetaMask Snaps, ensure MetaMask Extension is updated to **at least** **version 11.0**. [Learn more about updating MetaMask](/managing-my-wallet/using-metamask/how-to-update-the-version-of-metamask). Be aware that MetaMask Snaps is currently only available for the MetaMask browser extension. 13 | 14 | Then, head over to our guide on [Getting started with MetaMask Snaps](/metamask-snaps/getting-started-with-metamask-snaps) to explore further! 🚀 15 | -------------------------------------------------------------------------------- /docs/metamask-snaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: MetaMask Snaps 3 | image: /img/socialCards/metamask-snaps.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/network-profiles/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Network Profiles 3 | image: /img/socialCards/network-profiles.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/networks-and-sidechains/binance/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Binance 3 | image: /img/socialCards/binance.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/networks-and-sidechains/does-metamask-support-polkadot.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Does MetaMask support Polkadot? 3 | image: /img/socialCards/does-metamask-support-polkadot.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | Polkadot blockchain is **not an EVM-compatible** **network** and is currently **not supported in MetaMask**. We are hoping to facilitate support for Polkadot in the future through our Snaps plugin system. 11 | 12 | See Polkadot's own information [here](https://support.polkadot.network/support/solutions/articles/65000168660-can-i-send-dot-to-metamask-or-mycrypto-wallet-). 13 | -------------------------------------------------------------------------------- /docs/networks-and-sidechains/how-to-connect-to-the-gnosis-chain-network-formerly-xdai.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: How to connect to the Gnosis Chain network (formerly xDai) 3 | image: /img/socialCards/how-to-connect-to-the-gnosis-chain-network-formerly-xdai.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | **For an automatic process**, go to [Chainlist](https://chainlist.wtf/), search for Gnosis, and connect your wallet. 11 | 12 | **For a manual process**: 13 | 14 | Follow the steps found [here](/networks-and-sidechains/managing-networks/how-to-add-a-custom-network-rpc) to add a custom network. You can also head here and click 'Add to MetaMask' in the top-right corner to quickly add it. 15 | 16 | If you need the custom network details to add it manually, use: 17 | 18 | - Network Name: **Gnosis Chain** 19 | 20 | - New RPC URL: [https://rpc.gnosischain.com](https://rpc.gnosischain.com/) 21 | 22 | - Chain ID: **0x64** (the hexadecimal equivalent of 100; if you encounter issues, input 100 instead and retry) 23 | 24 | - Symbol: **xDai** 25 | 26 | - Block Explorer URL: [https://blockscout.com/xdai/mainnet/](https://blockscout.com/xdai/mainnet/) 27 | -------------------------------------------------------------------------------- /docs/networks-and-sidechains/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Networks and sidechains 3 | image: /img/socialCards/networks-and-sidechains.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/networks-and-sidechains/managing-networks/custom-networks-missing-after-reinstalling-or-restoring-from-secret-recovery-phrase.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: >- 3 | Custom networks missing after reinstalling or restoring from Secret Recovery 4 | Phrase 5 | image: >- 6 | /img/socialCards/custom-networks-missing-after-reinstalling-or-restoring-from-secret-recovery-phrase.jpg 7 | --- 8 | 9 | import CustomLayout from "@site/src/layouts/collabHeader"; 10 | 11 | 12 | 13 | When you reinstall MetaMask, custom networks need to be re-added. This is because MetaMask essentially considers your wallet to be a completely new instance of the app, and will not retain any of the data that was previously stored locally — custom networks being one example. 14 | 15 | You can easily re-add the networks that are missing using the instructions in the below articles: 16 | 17 | - [Add a network using Chainlist](/networks-and-sidechains/managing-networks/add-a-network-using-chainlist) 18 | - [How to add a custom network RPC](/networks-and-sidechains/managing-networks/how-to-add-a-custom-network-rpc). 19 | -------------------------------------------------------------------------------- /docs/networks-and-sidechains/managing-networks/error-internal-json-rpc-error-when-trying-to-interact-with-other-networks.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Error 'Internal JSON-RPC error' when trying to interact with other networks 3 | image: >- 4 | /img/socialCards/error-internal-json-rpc-error-when-trying-to-interact-with-other-networks.jpg 5 | --- 6 | 7 | import CustomLayout from "@site/src/layouts/collabHeader"; 8 | 9 | 10 | 11 | ### If you are interacting with sidechains or custom networks, we highly recommend you read our user guide [here](/networks-and-sidechains/managing-networks/user-guide-custom-networks-and-sidechains). 12 | 13 | If you get the error "Internal JSON-RPC error" while trying to interact with other networks, try the following: 14 | 15 | - Ensure the network has been added correctly. See our [article on adding networks](/networks-and-sidechains/managing-networks/how-to-add-a-custom-network-rpc) to find out how to do this. 16 | - Ensure you have enough native tokens from that network to pay for gas. 17 | - Ensure you are using the latest version of the app or the extension. 18 | -------------------------------------------------------------------------------- /docs/networks-and-sidechains/managing-networks/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Managing networks 3 | image: /img/socialCards/managing-networks.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/nfts/does-metamask-support-erc-1155.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Does MetaMask support ERC-1155? 3 | image: /img/socialCards/does-metamask-support-erc-1155.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | :::note 11 | 12 | #### NFTs in MetaMask Portfolio 13 | 14 | Have you heard about MetaMask Portfolio? It displays all your NFTs in a consolidated portfolio view, and may mean you don't need to add them to MetaMask at all. 15 | 16 | Give it a try at [portfolio.metamask.io](https://portfolio.metamask.io/) or click the link from MetaMask Extension. 17 | 18 | ::: 19 | 20 | **ERC-1155 tokens are supported by MetaMask Mobile and Extension**, meaning your wallet can receive, store, and display assets aligned with this token standard. 21 | 22 | **MetaMask does not yet support sending your ERC-1155 tokens**, although we're working to implement this feature soon. In the meantime, we recommend you use a platform that supports ERC-1155 transfers, such as OpenSea. 23 | -------------------------------------------------------------------------------- /docs/nfts/how-to-interact-with-nfts-opensea-and-rarible.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: 'How to interact with NFTs, OpenSea, and Rarible' 3 | image: /img/socialCards/how-to-interact-with-nfts-opensea-and-rarible.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | MetaMask is capable of holding, sending, and minting NFTs. 11 | 12 | There are, however, some minor differences between MetaMask Mobile and Extension when interacting with NFTs: on MetaMask Mobile, you can see your NFTs in-app, while on the extension you cannot see them natively. 13 | 14 | The best way MetaMask offers of viewing your NFTs is currently in MetaMask Portfolio, available at [portfolio.metamask.io](https://portfolio.metamask.io/). All you need to do is connect your wallet, and your NFTs should be viewable. Easy! 15 | 16 | Alternatively, third party websites such as Etherscan, OpenSea or Rarible may enable you to view NFTs. 17 | 18 | For more information, see our article [NFT tokens in your MetaMask wallet](/nfts/nft-tokens-in-your-metamask-wallet) and check out the [NFT section](/nfts/) of this help center. 19 | -------------------------------------------------------------------------------- /docs/nfts/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: NFTs 3 | image: /img/socialCards/nfts.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/privacy-and-security/does-metamask-have-a-bug-bounty-program-for-vulnerabilities.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Does MetaMask have a bug bounty program for vulnerabilities? 3 | image: >- 4 | /img/socialCards/does-metamask-have-a-bug-bounty-program-for-vulnerabilities.jpg 5 | --- 6 | 7 | import CustomLayout from "@site/src/layouts/collabHeader"; 8 | 9 | 10 | 11 | Security is one of the core focus areas of the development team. To build on the work we already do with security experts and independent researchers, we want to leverage the expertise of the community through our **HackerOne bounty scheme**. 12 | 13 | You can access it at [hackerone.com/metamask](https://hackerone.com/metamask). 14 | 15 | The scheme only applies to security vulnerabilities. If you have a non-security-related bug, please report it on [GitHub](https://github.com/MetaMask/). 16 | 17 | If you believe you've found a vulnerability, please **do not discuss it publicly**, especially on social media platforms. Instead, head directly to the MetaMask HackerOne page to report the issue. 18 | 19 | For more information, please see [metamask.io/security](https://metamask.io/security/). 20 | -------------------------------------------------------------------------------- /docs/privacy-and-security/how-to-enable-full-disk-encryption-for-improved-security.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: How to enable full disk encryption for improved security 3 | image: /img/socialCards/how-to-enable-full-disk-encryption-for-improved-security.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | To keep your computer and its contents as safe as possible from someone with physical access to your machine, we recommend you enable full disk encryption on your computer. 11 | 12 | - On a Mac this is the [FileVault](https://support.apple.com/en-us/HT204837) feature. 13 | - On Windows, you should enable [BitLocker](https://support.microsoft.com/en-us/windows/turn-on-device-encryption-0c453637-bc88-5f74-5105-741561aae838). 14 | - On Linux, you can use [LUKS](https://www.redhat.com/sysadmin/disk-encryption-luks) for this safety. 15 | 16 | With full disk encryption, an attacker with physical access to your computer should not be able to extract any of its contents, including any private keys you have stored throughout your disk, but also site passwords, banking details, and other sensitive information. 17 | -------------------------------------------------------------------------------- /docs/privacy-and-security/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Privacy and Security 3 | image: /img/socialCards/privacy-and-security.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/privacy-and-security/staying-safe-in-web3/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Staying Safe in Web3 3 | image: /img/socialCards/staying-safe-in-web3.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/privacy-and-security/what-kind-of-data-is-metamask-collecting.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: What kind of data is MetaMask collecting? 3 | image: /img/socialCards/what-kind-of-data-is-metamask-collecting.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | Please see this documentation: [https://consensys.io/privacy-policy/](https://consensys.io/privacy-policy/) 11 | 12 | See also: [Does MetaMask collect my personal data?](/privacy-and-security/does-metamask-collect-my-personal-data) 13 | -------------------------------------------------------------------------------- /docs/third-party-platforms-and-dapps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Third-party Platforms and Dapps 3 | image: /img/socialCards/third-party-platforms-and-dapps.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/third-party-platforms-and-dapps/why-can-a-site-get-blocklisted.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Why can a site get blocklisted? 3 | image: /img/socialCards/why-can-a-site-get-blocklisted.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | MetaMask makes it easy for new users to get started with Ethereum partly because it doesn't require users to download the full blockchain to start using Ethereum-enabled sites. 11 | 12 | We do this by hosting blockchain servers for free, via a great service called [Infura](https://infura.io/). 13 | 14 | Sometimes, a site can load a lot of data over our servers, and if enough users use that site, it can affect our service for users of other sites. At times like this, we are forced to rate limit, or even blocklist sites from MetaMask compatibility. 15 | 16 | Our first incident of this sort was the EOS Token Distribution site. Their site loaded a lot of information off the blockchain, and it made MetaMask unreliable for users around the world. 17 | 18 | If you find a site has been rate-limited or blocklisted from MetaMask, you can get around this limitation by running a local node of Ethereum. 19 | -------------------------------------------------------------------------------- /docs/token-swaps/error-expiry_passed-after-a-swap.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: 'Error: ''EXPIRY PASSED'' after a swap' 3 | image: /img/socialCards/error-expiry-passed-after-a-swap.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | If you try to swap using MetaMask Swaps and your swap fails, you could see this error message on the block explorer: 11 | 12 |
13 |
14 | EXPIRY_PASSED.png 21 |
22 |
23 | 24 | This happens either when: 25 | 26 | - You waited too long in MetaMask to perform the swap, or; 27 | - You submitted the swap right as the quotes were about to refresh. 28 | 29 | Retry the attempted swap as normal, and you should no longer encounter the same error. If you do, [get in touch with Support](/getting-started/how-to-contact-metamask-support). 30 | -------------------------------------------------------------------------------- /docs/token-swaps/error-fetching-quote.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Error fetching quote 3 | image: /img/socialCards/error-fetching-quote.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | MetaMask Swaps only displays quotes for potential swaps when there is sufficient liquidity on underlying markets. Generally, a few thousand dollars' worth of liquidity is required to mitigate price impact. Once a token has sufficient liquidity, it will be available. 11 | 12 |
13 |
14 | Error fetching quote 21 |
22 |
23 | 24 | The message ("error fetching quote") you see suggests that there is no liquidity available for the token you want to swap. 25 | 26 | You can always check [coingecko.com](https://www.coingecko.com/en), search for your token, then click the **Markets **tab to see where you could swap this token and where it can be traded. 27 | -------------------------------------------------------------------------------- /docs/token-swaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Token Swaps 3 | image: /img/socialCards/token-swaps.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/token-swaps/where-does-metamask-source-the-tokens-price.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Where does MetaMask source the token's price? 3 | image: /img/socialCards/where-does-metamask-source-the-tokens-price.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | MetaMask gets token data from [CoinGecko](https://www.coingecko.com/en). You can visit their site to find exchanges actively trading specific tokens. 11 | -------------------------------------------------------------------------------- /docs/token-swaps/why-are-some-tokens-missing-from-metamask-swaps.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Why are some tokens missing from MetaMask Swaps? 3 | image: /img/socialCards/why-are-some-tokens-missing-from-metamask-swaps.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | MetaMask Swaps automatically offers many tokens available on underlying decentralized exchanges. When tokens have liquidity on those systems, they will automatically become available on MetaMask Swaps. There are some tokens that are not approved on MetaMask Swaps, or do not work with our swaps. 11 | 12 | If you do not see your token, check back later, or you can [get in touch with Support](/getting-started/how-to-contact-metamask-support) and we can investigate further. 13 | -------------------------------------------------------------------------------- /docs/transactions-and-gas/gas-fees/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Gas Fees 3 | image: /img/socialCards/gas-fees.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/transactions-and-gas/gas-fees/refunding-gas-fees.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Refunding gas fees 3 | image: /img/socialCards/refunding-gas-fees.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | [Gas fees](/transactions-and-gas/gas-fees/user-guide-gas) (also known as transaction fees) refers to the cost of carrying out a transaction or executing a contract on Ethereum (and many other networks). This fee is consumed by the parties running the network in order to process a transaction (that can either succeed or fail). It is the cost of computation, and is not charged or collected by MetaMask. 11 | 12 | **Due to the nature of the blockchain, transaction fees cannot be refunded! ** 13 | 14 | For more details on high gas fees, check out this article: [Why are my gas fees so high?](/transactions-and-gas/gas-fees/why-are-my-gas-fees-so-high) 15 | -------------------------------------------------------------------------------- /docs/transactions-and-gas/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Transactions and Gas 3 | image: /img/socialCards/transactions-and-gas.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/transactions-and-gas/transactions/can-i-reverse-an-already-confirmed-transaction.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Can I reverse an already confirmed transaction? 3 | image: /img/socialCards/can-i-reverse-an-already-confirmed-transaction.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | Decentralized blockchains are immutable, meaning the data they contain cannot be changed. When the transaction is confirmed and shows as successful, **there is nothing we can do to revert/cancel it.** Usually, when the transaction is confirmed, it's final, and is added to the next block. 11 | 12 | **You can only cancel a transaction while it is still pending. ** 13 | 14 | **We cannot revert a transaction that is already completed.** 15 | 16 | What you can do is to check with the receiver or receiving app to see if they could do anything on their side (i.e. return your funds via a new transaction). 17 | 18 | _For more on transactions in general, [see here.](/transactions-and-gas/transactions/user-guide-transactions-and-failed-transactions)_ 19 | 20 | _For instructions as to how to cancel or speed up a pending transaction, [see here](/transactions-and-gas/transactions/how-to-speed-up-or-cancel-a-pending-transaction)._ 21 | -------------------------------------------------------------------------------- /docs/transactions-and-gas/transactions/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Transactions 3 | image: /img/socialCards/transactions.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/troubleshooting/error-no-chain-id-defined.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Error 'No chain ID defined' 3 | image: /img/socialCards/error-no-chain-id-defined.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | If you are using the Ethereum Mainnet, try toggling networks: switch from Ethereum mainnet to another network, and then back again. 11 | 12 | Please make sure you are also on the latest version of MetaMask. 13 | 14 | If you manually added the network to MetaMask, head to Settings > Networks and make sure the chain ID associated with the network is the correct one. To find a chain ID, you could head to [Chainlist](/networks-and-sidechains/managing-networks/add-a-network-using-chainlist), which maintains a catalogue of EVM-compatible networks and their details, or search for the relevant documentation of the network itself. 15 | -------------------------------------------------------------------------------- /docs/troubleshooting/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Troubleshooting 3 | image: /img/socialCards/troubleshooting.jpg 4 | --- 5 | 6 | import DocCardList from "@theme/DocCardList"; 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/troubleshooting/my-transaction-is-successful-but-the-amount-i-received-is-far-lower-than-the-amount-confirmed.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: >- 3 | My transaction is successful but the amount I received is far lower than the 4 | amount confirmed 5 | image: >- 6 | /img/socialCards/my-transaction-is-successful-but-the-amount-i-received-is-far-lower-than-the-amount-confirmed.jpg 7 | --- 8 | 9 | import CustomLayout from "@site/src/layouts/collabHeader"; 10 | 11 | 12 | 13 | If you have completed a transaction successfully but you've noticed a discrepancy between the amount confirmed in your MetaMask wallet and the amount you received (and displayed in the [block explorer](/managing-my-wallet/how-to-check-my-wallet-activity-on-the-blockchain-explorer)), please check if the token you received is subject to a "tax". 14 | 15 | As an example, a 10% tax applies on SAFEMOON transactions, and OKTA transactions are subject to an 8% tax. 16 | 17 | For further details please refer to the token issuer documentation. 18 | 19 | If you want to read more about potential reasons why your tokens aren't displaying correctly, see our articles [here](/managing-my-tokens/custom-tokens/a-token-is-missing-from-my-wallet). 20 | -------------------------------------------------------------------------------- /docs/troubleshooting/unlock-error-invalid-password.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: 'Unlock error: ''invalid password''' 3 | image: /img/socialCards/unlock-error-invalid-password.jpg 4 | --- 5 | 6 | import CustomLayout from "@site/src/layouts/collabHeader"; 7 | 8 | 9 | 10 | Depending on your browser performance, there might be a little lag when writing the MetaMask password characters and you might get the error: "invalid password". 11 | 12 | Before contacting MetaMask Support, please try the following: 13 | 14 | 1. Type your password slowly, one character at a time, making sure that the key you press is reflected in the password characters. Then pause for a second when complete, and try submitting. 15 | 2. If that doesn't work, try to write your password into a .txt file, and then copy and paste it into the MetaMask login prompt. 16 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-blog/options.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": "Blog", 4 | "description": "The title for the blog used in SEO" 5 | }, 6 | "description": { 7 | "message": "Blog", 8 | "description": "The description for the blog used in SEO" 9 | }, 10 | "sidebar.title": { 11 | "message": "Recent posts", 12 | "description": "The label for the left sidebar" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/getting-started/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Erste Schritte" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/managing-my-tokens/custom-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Benutzerdefinierte Token" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/managing-my-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Meine Token verwalten" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/managing-my-tokens/moving-your-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Ihre Token verschieben" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/managing-my-wallet/accounts-and-addresses/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Konten und Adressen" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/managing-my-wallet/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Meine Wallet verwalten" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/managing-my-wallet/resetting-deleting-and-restoring/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Zurücksetzen, Löschen und Wiederherstellen" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/metamask-portfolio/buy/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Buy" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/metamask-portfolio/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Portfolio" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/metamask-snaps/how-to-enable-metamask-snaps.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "So wird MetaMask Snaps aktiviert" 3 | --- 4 | 5 | MetaMask Snaps ist der Schlüssel dazu, eine ganze Reihe neuer und aufregender Funktionen für Ihr MetaMask-Erlebnis freizuschalten. 6 | 7 | Um mit MetaMask Snaps starten zu können, stellen Sie sicher, dass Ihre MetaMask-Erweiterung **mindestens** auf **Version 11.0** aktualisiert wurde. [Erfahren Sie mehr über MetaMask-Aktualisierungen](/managing-my-wallet/using-metamask/how-to-update-the-version-of-metamask). Beachten Sie bitte, dass MetaMask Snaps derzeit nur für die MetaMask-Browser-Erweiterung verfügbar ist. 8 | 9 | Gehen Sie dann über zu unserem Leitfaden über [Erste Schritte mit MetaMask Snaps](/metamask-snaps/getting-started-with-metamask-snaps), um mehr zu erfahren! 🚀 10 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/metamask-snaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Snaps" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Binance" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/networks-and-sidechains/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Netzwerke und Sidechains" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/networks-and-sidechains/managing-networks/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Netzwerke verwalten" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/nfts/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "NFTs" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/privacy-and-security/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Datenschutz und Sicherheit" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/token-swaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Token-Tausch" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/transactions-and-gas/gas-fees/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Gebühren für Gas („Treibstoff“)" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/transactions-and-gas/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Transaktionen und Gas („Treibstoff“)" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/can-i-reverse-an-already-confirmed-transaction.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Kann ich eine bereits bestätigte Transaktion rückgängig machen?" 3 | --- 4 | 5 | Dezentrale Blockchains sind unveränderlich, was bedeutet, dass die Daten, die sie enthalten, nicht geändert werden können. Eine bestätigte und erfolgreiche Transaktion **können wir nicht rückgängig machen/stornieren**. Wird eine Transaktion bestätigt bedeutet das, dass sie endgültig ist und zum nächsten Block hinzugefügt wird. 6 | 7 | **Sie können eine Transaktion nur stornieren, während sie noch aussteht.** 8 | 9 | **Wir können eine Transaktion, die bereits abgeschlossen ist, nicht rückgängig machen.** 10 | 11 | Sie können allerdings mit dem Empfänger oder der Empfänger-App klären, ob er/sie etwas unternehmen kann (z. B. Ihr Geld über eine neue Transaktion rückerstatten). 12 | 13 | _Weitere Informationen zu Transaktionen im Allgemeinen [finden Sie hier.](/transactions-and-gas/transactions/user-guide-transactions-and-failed-transactions)_ 14 | 15 | _Anweisungen zum Stornieren oder Beschleunigen einer ausstehenden Transaktion [finden Sie hier](/transactions-and-gas/transactions/how-to-speed-up-or-cancel-a-pending-transaction)._ 16 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Transaktionen" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-plugin-content-docs/current/troubleshooting/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Fehlerbehebung" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/de/docusaurus-theme-classic/navbar.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": " ", 4 | "description": "The title in the navbar" 5 | }, 6 | "logo.alt": { 7 | "message": "MetaMask Support", 8 | "description": "The alt text of navbar logo" 9 | }, 10 | "item.label.MetaMask Activity": { 11 | "message": "MetaMask Activity", 12 | "description": "Navbar item with label MetaMask Activity" 13 | }, 14 | "item.label.How to Contact Support": { 15 | "message": "How to Contact Support", 16 | "description": "Navbar item with label How to Contact Support" 17 | }, 18 | "item.label.MetaMask Learn": { 19 | "message": "MetaMask Learn", 20 | "description": "Navbar item with label MetaMask Learn" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /i18n/en/docusaurus-plugin-content-blog/options.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": "Blog", 4 | "description": "The title for the blog used in SEO" 5 | }, 6 | "description": { 7 | "message": "Blog", 8 | "description": "The description for the blog used in SEO" 9 | }, 10 | "sidebar.title": { 11 | "message": "Recent posts", 12 | "description": "The label for the left sidebar" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /i18n/en/docusaurus-theme-classic/navbar.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": " ", 4 | "description": "The title in the navbar" 5 | }, 6 | "logo.alt": { 7 | "message": "MetaMask Support", 8 | "description": "The alt text of navbar logo" 9 | }, 10 | "item.label.MetaMask Activity": { 11 | "message": "MetaMask Activity", 12 | "description": "Navbar item with label MetaMask Activity" 13 | }, 14 | "item.label.How to Contact Support": { 15 | "message": "How to Contact Support", 16 | "description": "Navbar item with label How to Contact Support" 17 | }, 18 | "item.label.MetaMask Learn": { 19 | "message": "MetaMask Learn", 20 | "description": "Navbar item with label MetaMask Learn" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-blog/options.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": "Blog", 4 | "description": "The title for the blog used in SEO" 5 | }, 6 | "description": { 7 | "message": "Blog", 8 | "description": "The description for the blog used in SEO" 9 | }, 10 | "sidebar.title": { 11 | "message": "Recent posts", 12 | "description": "The label for the left sidebar" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/getting-started/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Primeros Pasos" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/managing-my-tokens/custom-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Tokens personalizados" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/managing-my-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Gestionar a mis tokens" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/managing-my-tokens/moving-your-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Movimientos de Tokens" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/managing-my-wallet/accounts-and-addresses/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Cuentas y direcciones" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/managing-my-wallet/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Gestión de la billetera" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/managing-my-wallet/resetting-deleting-and-restoring/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Restablecer, borrar y recuperar" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/metamask-portfolio/buy/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Comprar tokens" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/metamask-portfolio/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Portfolio" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/metamask-snaps/how-to-enable-metamask-snaps.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Cómo habilitar MetaMask Snaps" 3 | --- 4 | 5 | MetaMask Snaps es la clave para desbloquear una amplia gama de funciones nuevas y emocionantes para su experiencia MetaMask. 6 | 7 | Para comenzar con MetaMask Snaps, asegúrese de que MetaMask Extension esté actualizada **por lo menos a la** **versión 11.0**. [Más información sobre cómo actualizar Metamask](/managing-my-wallet/using-metamask/how-to-update-the-version-of-metamask). Tenga en cuenta que MetaMask Snaps actualmente solo está disponible para la extensión del navegador de MetaMask. 8 | 9 | ¡Explora nuestra guía en [Guía de nuevos usuarios MetaMask Snaps](/metamask-snaps/getting-started-with-metamask-snaps)! 🚀 10 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/metamask-snaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Snaps" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Binance" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/networks-and-sidechains/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Redes y Cadenas laterales" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/networks-and-sidechains/managing-networks/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Gestionar a las redes" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/nfts/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Los NFT" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/privacy-and-security/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Privacidad y Seguridad" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/token-swaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Canjear Tokens" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/transactions-and-gas/gas-fees/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Tarifas de gas" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/transactions-and-gas/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Transacciones y Gas" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/can-i-reverse-an-already-confirmed-transaction.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "¿Puedo revertir una transacción ya confirmada?" 3 | --- 4 | 5 | Las cadenas de bloques descentralizadas son inalterables, lo que implica que los datos que almacenan no pueden ser modificados. Una vez que la transacción es confirmada y se muestra como exitosa, **no es posible revertirla o cancelarla.** Por lo general, cuando una transacción es confirmada, es definitiva y se agrega a la siguiente cadena. 6 | 7 | **Solo se puede cancelar una transacción mientras está pendiente.** 8 | 9 | **No podemos revertir una transacción que ya ha finalizado.** 10 | 11 | Lo que puede hacer es contactar al receptor o la aplicación receptora para verificar si pueden hacer algo por su parte (por ejemplo, devolverle los fondos mediante una nueva transacción). 12 | 13 | _Para más información sobre transacciones en general, [consulte aquí.](/transactions-and-gas/transactions/user-guide-transactions-and-failed-transactions)_ 14 | 15 | _Para obtener instrucciones sobre cómo cancelar o acelerar una transacción pendiente, [consulte aquí](/transactions-and-gas/transactions/how-to-speed-up-or-cancel-a-pending-transaction)._ 16 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Transacciones" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/troubleshooting/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Guía de soluciones" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-theme-classic/navbar.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": " ", 4 | "description": "The title in the navbar" 5 | }, 6 | "logo.alt": { 7 | "message": "MetaMask Support", 8 | "description": "The alt text of navbar logo" 9 | }, 10 | "item.label.MetaMask Activity": { 11 | "message": "MetaMask Activity", 12 | "description": "Navbar item with label MetaMask Activity" 13 | }, 14 | "item.label.How to Contact Support": { 15 | "message": "How to Contact Support", 16 | "description": "Navbar item with label How to Contact Support" 17 | }, 18 | "item.label.MetaMask Learn": { 19 | "message": "MetaMask Learn", 20 | "description": "Navbar item with label MetaMask Learn" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-blog/options.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": "Blog", 4 | "description": "The title for the blog used in SEO" 5 | }, 6 | "description": { 7 | "message": "Blog", 8 | "description": "The description for the blog used in SEO" 9 | }, 10 | "sidebar.title": { 11 | "message": "Recent posts", 12 | "description": "The label for the left sidebar" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/getting-started/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Bumili ng mga token" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/managing-my-tokens/custom-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Jetons personnalisés" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/managing-my-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Gérer mes jetons" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/managing-my-tokens/moving-your-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Déplacer vos jetons" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/managing-my-wallet/accounts-and-addresses/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Comptes et adresses" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/managing-my-wallet/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Gérer mon portefeuille" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/managing-my-wallet/resetting-deleting-and-restoring/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Réinitialiser, supprimer et restaurer" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/metamask-portfolio/buy/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Acheter des jetons" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/metamask-portfolio/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Portfolio" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/metamask-snaps/how-to-enable-metamask-snaps.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Comment activer MetaMask Snaps" 3 | --- 4 | 5 | MetaMask Snaps est la clé qui permet de débloquer toute une série de nouvelles fonctionnalités passionnantes spécialement conçues pour améliorer votre expérience utilisateur sur MetaMask. 6 | 7 | Avant d 'utiliser MetaMask Snaps, veuillez vous assurer que vous avez mis à jour l 'extension MetaMask vers la **version 11.0** ou une **version ultérieure**. [En savoir plus sur la mise à jour de MetaMask](/managing-my-wallet/using-metamask/how-to-update-the-version-of-metamask). Attention, MetaMask Snaps est actuellement disponible uniquement pour l 'extension de navigateur MetaMask. 8 | 9 | Ensuite, consultez notre guide [Démarrer sur MetaMask Snaps](/metamask-snaps/getting-started-with-metamask-snaps) pour en savoir plus ! 🚀 10 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/metamask-snaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Snaps" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Binance" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/networks-and-sidechains/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Réseaux et sidechains" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/networks-and-sidechains/managing-networks/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Gérer les réseaux" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/nfts/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "NFT" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/privacy-and-security/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Confidentialité et sécurité" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/token-swaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Échanges de jetons" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/transactions-and-gas/gas-fees/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Frais de gaz" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/transactions-and-gas/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Transactions et gaz" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Transactions" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-plugin-content-docs/current/troubleshooting/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Dépannage" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/fr/docusaurus-theme-classic/navbar.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": " ", 4 | "description": "The title in the navbar" 5 | }, 6 | "logo.alt": { 7 | "message": "MetaMask Support", 8 | "description": "The alt text of navbar logo" 9 | }, 10 | "item.label.MetaMask Activity": { 11 | "message": "MetaMask Activity", 12 | "description": "Navbar item with label MetaMask Activity" 13 | }, 14 | "item.label.How to Contact Support": { 15 | "message": "How to Contact Support", 16 | "description": "Navbar item with label How to Contact Support" 17 | }, 18 | "item.label.MetaMask Learn": { 19 | "message": "MetaMask Learn", 20 | "description": "Navbar item with label MetaMask Learn" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-blog/options.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": "Blog", 4 | "description": "The title for the blog used in SEO" 5 | }, 6 | "description": { 7 | "message": "Blog", 8 | "description": "The description for the blog used in SEO" 9 | }, 10 | "sidebar.title": { 11 | "message": "Recent posts", 12 | "description": "The label for the left sidebar" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/getting-started/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Introduzione" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/managing-my-tokens/custom-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Personalizzare i token" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/managing-my-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Gestisci i miei token" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/managing-my-tokens/moving-your-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Spostare i token" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/managing-my-wallet/accounts-and-addresses/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Conti e indirizzi" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/managing-my-wallet/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Gestire il portafoglio" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/managing-my-wallet/resetting-deleting-and-restoring/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Reimpostare, eliminare e ripristinare" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/metamask-portfolio/buy/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Acquistare i token" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/metamask-portfolio/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Portfolio" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Binance" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/networks-and-sidechains/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Reti e sidechain" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/networks-and-sidechains/managing-networks/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Gestire le reti" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/nfts/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "NFT" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/privacy-and-security/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Privacy e sicurezza" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/token-swaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Scambi di token" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/transactions-and-gas/gas-fees/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Costi del gas" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/transactions-and-gas/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Transazioni e gas" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/can-i-reverse-an-already-confirmed-transaction.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Posso annullare una transazione già confermata?" 3 | --- 4 | 5 | Le blockchain decentralizzate sono immutabili, ovvero i dati che contengono non possono essere modificati. Quando la transazione è confermata e viene mostrata come riuscita, **non possiamo fare niente per annullarla.** Di solito, quando la transazione viene confermata, è definitiva e viene aggiunta al blocco successivo. 6 | 7 | **Puoi annullare solo una transazione quando è ancora in corso. ** 8 | 9 | **Non possiamo ripristinare una transazione già completata.** 10 | 11 | Quello che puoi fare è chiedere al destinatario o l'app ricevente se può fare qualcosa, ad esempio restituire i fondi tramite una nuova transazione. 12 | 13 | _Per ulteriori informazioni sulle transazioni in generale, [vedi qui.](/transactions-and-gas/transactions/user-guide-transactions-and-failed-transactions)_ 14 | 15 | _Per istruzioni su come annullare o accelerare una transazione in corso, [vedi qui](/transactions-and-gas/transactions/how-to-speed-up-or-cancel-a-pending-transaction)._ 16 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Transazioni" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-plugin-content-docs/current/troubleshooting/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Risoluzione dei problemi" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/it/docusaurus-theme-classic/navbar.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": " ", 4 | "description": "The title in the navbar" 5 | }, 6 | "logo.alt": { 7 | "message": "MetaMask Support", 8 | "description": "The alt text of navbar logo" 9 | }, 10 | "item.label.MetaMask Activity": { 11 | "message": "MetaMask Activity", 12 | "description": "Navbar item with label MetaMask Activity" 13 | }, 14 | "item.label.How to Contact Support": { 15 | "message": "How to Contact Support", 16 | "description": "Navbar item with label How to Contact Support" 17 | }, 18 | "item.label.MetaMask Learn": { 19 | "message": "MetaMask Learn", 20 | "description": "Navbar item with label MetaMask Learn" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-blog/options.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": "Blog", 4 | "description": "The title for the blog used in SEO" 5 | }, 6 | "description": { 7 | "message": "Blog", 8 | "description": "The description for the blog used in SEO" 9 | }, 10 | "sidebar.title": { 11 | "message": "Recent posts", 12 | "description": "The label for the left sidebar" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/getting-started/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "始める" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/managing-my-tokens/custom-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "トークンをカスタマイズする" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/managing-my-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "トークンを管理する" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/managing-my-tokens/moving-your-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "トークンを移動する" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/managing-my-wallet/accounts-and-addresses/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "アカウントとアドレス" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/managing-my-wallet/accounts-and-addresses/what-are-imported-accounts-.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "インポートされたアカウントとは何ですか。" 3 | --- 4 | 5 | **インポートされたアカウント**とは、秘密鍵のや秘密鍵のJSONファイルを使用してインポートしたアカウントです。ウォレットと同じシークレットリカバリーフレーズでは作成されたものではありません。 6 | 7 | このため、Secret Recovery PhraseでMetaMaskアカウントを復元した場合、これらのインポートされたアカウントは自動的には表示されません。MetaMask Secret Recovery Phraseに関連付けられたデータは、インポートされたアカウントに追加、拡張することはできません。また、前もってアカウントをインポートしても、ウォレットに関連付けられたSecret Recovery Phraseとは関連付けられません。 8 | 9 | したがって、インポートされたアカウントにアクセスするために使用する情報を、別途安全に保管しておくことが、将来これらのアカウントを確実に復元するために重要です。(これは、Secret Recovery Phraseのバックアップをオフラインでバックアップしておくのと同様です) 10 | 11 | **Imported AccountImported Accountは、MetaMaskインターフェー スに表示されます。このタグは以下の方法で見ることができます。** 12 | 13 | 右上のネットワークインジケータータグの横のアイコンをクリックすると、ドロップダウンメニューが表示されます。 14 | 15 |
16 |
17 | What_are_imported_accounts.gif 24 |
25 |
26 | 27 | アカウントのインポート方法については、[こちら](/managing-my-wallet/accounts-and-addresses/how-to-import-an-account)をご覧ください。 28 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/managing-my-wallet/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "ウォレットを管理する" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/managing-my-wallet/resetting-deleting-and-restoring/how-to-clear-your-account-activity-reset-account.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "アカウントをリセットする方法" 3 | --- 4 | 5 | アカウントのリセットは、本当に必要な場合にのみ使用され、多くの場合、スタックしている保留中のトランザクションを解決するためのものです。当社のSupportエージェントの指示がない限り、アカウントをリセットすることはお勧めしません。 6 | 7 | アカウントのリセットは、主に開発者を対象にしており、同じアカウントを継続して使用しながら、テストネットワークをリセットすると便利な場合があります。リセットする際、MetaMaskはネットワークIDが新しい状態でクリーンなネットワークと見なし、基本的にトランザクション履歴をリセットします。 8 | 9 | アカウントをリセットは、**現在のネットワークにのみ影響をする**ことにご注意ください。 10 | 11 | **リセットを行う前に、[状態ログをダウンロード](/managing-my-wallet/using-metamask/how-to-download-state-logs)しておくことをお勧めします。これがあれば、必要に応じて当社のSupportエージェントが根本原因の解決を行うことができます。リセット処理は不可逆的であり、ほとんどのユーザーにとって一般的な機能ではありません。** 12 | 13 | #### **_アカウントにある価値を損なうことはありません。_** 14 | 15 | ### アカウントをリセットするには。 16 | 17 | 1. Extension上では、右上のアカウントアイコンをクリックします。Mobileでは、左上のハンバーガーアイコンをタップしてメインメニューを開きます。 18 | 2. **Settings**(設定)を選択する 19 | 3. **Advanced**(詳細設定)を選択する 20 | 4. スクロールダウンし、**Reset Account**(アカウントをリセット)をクリックする。 21 | 22 |
23 |
24 | アカウントをリセットする方法 31 |
32 |
33 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/managing-my-wallet/resetting-deleting-and-restoring/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "リセット、削除、復元" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/metamask-portfolio/buy/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "トークンの購入" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/metamask-portfolio/buy/my-country-region-isnt-supported-for-buying-crypto.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMaskが自分の国/地域での暗号通貨の購入に対応していない" 3 | --- 4 | 5 | できるだけ多くの世界中の人にMetaMaskの機能を利用してもらいたいと考えていますが、MetaMaskによる暗号通貨の購入(オンランプとも呼ばれる)がどこでもできるわけではありません。 6 | 7 | なぜなら、私たちの提携企業はさまざまな法律や規制の影響を受けるため、すべての法域で事業を展開することができないためです。 8 | 9 | お客様の国/地域が未対応でも、他の手段でウォレットにトークンを入れられるかもしれません。例えば、中央集権型取引所(CEX)でトークンを購入し、MetaMaskに入金するという方法もあります。詳細は、私たちのガイドをご覧ください[](/getting-started/direct-deposit-receive-tokens-to-your-metamask-wallet)。また、この方法は、オンランプと同様、通常、本人確認などのKYC(顧客確認)の手続きが必要で、地域によっても利用可否が異なります。また、CEXはMetaMaskと異なり、カストディアルであるため、[秘密鍵](/getting-started/user-guide-secret-recovery-phrase-password-and-private-keys)を管理しません。 10 | 11 | P2P(ピアツーピア)を活用すれば、簡単な送金処理でウォレットに入金することもできます。 12 | 13 | どのような方法を選択するにしても、お金を渡す前にプラットフォームをご自分で調べ、安全であることを確認してください。常に[セキュリティ上優れたWeb3](/privacy-and-security/what-is-a-secret-recovery-phrase-and-how-to-keep-your-crypto-wallet-secure)を実践するようにしましょう。 14 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/metamask-portfolio/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Portfolio" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/metamask-snaps/how-to-enable-metamask-snaps.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Snaps を有効にする方法" 3 | --- 4 | 5 | MetaMask Snapsは、MetaMaskで新しくて面白い、さまざまな機能を活用するための鍵となります。 6 | 7 | MetaMask Snapsの利用を開始するには、MetaMask拡張機能が**バージョン11.0**以降にアップデートされていることを確認してください。 [MetaMask のアップデートに関する詳細をご覧ください](/managing-my-wallet/using-metamask/how-to-update-the-version-of-metamask)。 MetaMask Snaps は現在 MetaMask ブラウザ拡張機能でのみご利用いただけます。 8 | 9 | その後、[MetaMask Snaps の利用開始](/metamask-snaps/getting-started-with-metamask-snaps)のガイドでさらに詳細をご覧ください! 🚀 10 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/metamask-snaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Snaps" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Binance" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/sending-assets-to-binance-bnb-smart-chain.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Binance(BNBスマートチェーン)に資産を送信する" 3 | --- 4 | 5 | Ethereumネットワーク、あるいは他のEVM互換ネットワークからBCSにトークンを移動させたいと考えている方は、ラッキーです。 6 | 7 | Binanceは[特にサポートするための記事を作成](https://academy.binance.com/en/articles/how-to-recover-crypto-transferred-to-the-wrong-network-on-binance)しました。具体的には、間違ったネットワークで送信された資金の復元について提案していますが、また、BNBスマートチェーンに資金を移行する際に重要となる一般的なポイントも取り上げています。 8 | 9 | **MetaMaskは単に、Binanceネットワークへのアクセスを可能にするだけであり、トークンの機能や、BSCへ、またはBCSから移動することに何ら関係しないことにご注意ください。**このことから、Binance関連の問題については、Binanceのサポートリソースに直接相談されることをお勧めします。 10 | 11 | トランザクションを行う前に、**必ず特別な要件をBinanceにお尋ねください**。 12 | 13 | Binanceについて、**さらに質問がある**場合は、**直接**[Binanceサポート](https://www.binance.com/en/support)チームに直接ご連絡ください。 14 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/networks-and-sidechains/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "ネットワークとサイドチェーン" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/networks-and-sidechains/managing-networks/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "ネットワークを管理する" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/nfts/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "NFT" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/privacy-and-security/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "プライバシーとセキュリティ" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/token-swaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "トークンのスワップ" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/transactions-and-gas/gas-fees/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "ガス手数料" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/transactions-and-gas/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "トランザクションとガス" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/can-i-reverse-an-already-confirmed-transaction.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "確認済みのトランザクションを元に戻すことはできますか。" 3 | --- 4 | 5 | 分散型ブロックチェーンは変更不可能であり、含まれるデータを変更することはできません。トランザクションが確認され、成功と表示されれば、**元に戻したり、キャンセルする方法はありません。**通常、トランザクションが確認されれば、それが最終的なものとなり、次のブロックに追加されます。 6 | 7 | **トランザクションをキャンセルできるのは、保留中の間だけです。** 8 | 9 | **すでに完了したトランザクションを元に戻すことはできません。** 10 | 11 | できることは、受取人、あるいは受取アプリに確認し、先方で何かしてもらえないか(例えば、新しいトランザクションで資金を戻してもらう)確認することだけです。 12 | 13 | _一般的なトランザクションについての詳細は、[こちらをご覧ください。](/transactions-and-gas/transactions/user-guide-transactions-and-failed-transactions)_ 14 | 15 | _保留中のトランザクションをキャンセルあるいはスピードアップする方法に関しては、[こちらをご覧ください](/transactions-and-gas/transactions/how-to-speed-up-or-cancel-a-pending-transaction)。_ 16 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "トランザクション" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-plugin-content-docs/current/troubleshooting/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "トラブルシューティング" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ja/docusaurus-theme-classic/navbar.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": " ", 4 | "description": "The title in the navbar" 5 | }, 6 | "logo.alt": { 7 | "message": "MetaMask Support", 8 | "description": "The alt text of navbar logo" 9 | }, 10 | "item.label.MetaMask Activity": { 11 | "message": "MetaMask Activity", 12 | "description": "Navbar item with label MetaMask Activity" 13 | }, 14 | "item.label.How to Contact Support": { 15 | "message": "How to Contact Support", 16 | "description": "Navbar item with label How to Contact Support" 17 | }, 18 | "item.label.MetaMask Learn": { 19 | "message": "MetaMask Learn", 20 | "description": "Navbar item with label MetaMask Learn" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-blog/options.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": "Blog", 4 | "description": "The title for the blog used in SEO" 5 | }, 6 | "description": { 7 | "message": "Blog", 8 | "description": "The description for the blog used in SEO" 9 | }, 10 | "sidebar.title": { 11 | "message": "Recent posts", 12 | "description": "The label for the left sidebar" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/getting-started/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "시작하기" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/managing-my-tokens/custom-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "커스텀 토큰" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/managing-my-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "내 토큰 관리" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/managing-my-tokens/moving-your-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "토큰 이동" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/managing-my-wallet/accounts-and-addresses/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "계정 및 주소" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/managing-my-wallet/accounts-and-addresses/what-are-imported-accounts-.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "외부 계정이란 무엇인가요?" 3 | --- 4 | 5 | **외부 계정**은 개인키 문자열 또는 개인키 JSON 파일을 사용하여 외부에서 가져오는 계정이며, 지갑과 동일한 비밀 복구 문구를 사용하여 생성되지 않았습니다. 6 | 7 | 따라서 이러한 계정은 비밀 복구 문구를 사용하여 MetaMask 계정을 복원할 때 자동으로 나타나지 않습니다. MetaMask 비밀 복구 문구와 관련된 데이터는 외부 계정으로 추가하거나 확장할 수 없으며, 이전에 계정을 가져온 것은 지갑과 연결된 비밀 복구 문구와 어떤 식으로든 연관되지 않습니다. 8 | 9 | 따라서 외부 계정에 액세스하는 데 사용하는 정보를 별도로 안전하게 보관하여 나중에 이러한 계정을 복구할 수 있도록 하는 것이 중요합니다(비밀 복구 문구를 오프라인으로 백업하는 방법과 유사합니다). 10 | 11 | **외부 계정은 MetaMask 인터페이스에 표시됩니다. 이 태그는 다음과 같은 때에 표시됩니다:** 12 | 13 | 네트워크 표시 태그 옆의 오른쪽 상단 모서리에 있는 아이콘을 클릭하여 드롭다운 메뉴를 엽니다. 14 | 15 |
16 |
17 | What_are_imported_accounts.gif 24 |
25 |
26 | 27 | 외부 계정을 가져오는 방법을 알고 싶다면 [여기](/managing-my-wallet/accounts-and-addresses/how-to-import-an-account)를 참조하십시오. 28 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/managing-my-wallet/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "내 지갑 관리" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/managing-my-wallet/resetting-deleting-and-restoring/how-to-clear-your-account-activity-reset-account.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "계정을 재설정하는 방법" 3 | --- 4 | 5 | 계정 재설정은 꼭 필요한 경우에만 사용해야 하며, 대부분의 경우 정체되거나 보류 중인 거래를 해결하는 데 사용됩니다. 지원 담당자가 권장하는 경우를 제외하고는 저희는 계정을 재설정하는 것을 권장하지 않습니다. 6 | 7 | 계정 재설정은 주로 동일한 계정을 계속 사용하면서 테스트 네트워크를 재설정하는 것을 유용하게 느낄 개발자를 위한 것입니다. 재설정하면 MetaMask는 네트워크 ID를 새로운 상태의 깨끗한 네트워크로 간주하여 본질적으로 거래 기록을 재설정합니다. 8 | 9 | 계정을 재설정하는 것은 **현재 네트워크에만 영향을 미칩니다**. 10 | 11 | **재설정하기 전에 [상태 로그를 다운로드](/managing-my-wallet/using-metamask/how-to-download-state-logs)하는 것이 좋습니다. 이렇게 하면 지원 담당자가 근본 원인을 해결할 수 있습니다. 재설정 프로세스는 되돌릴 수 없으며, 대부분의 사용자에게 일반적인 기능은 아닙니다.** 12 | 13 | #### **_귀하의 계정 가치를 잃지는 않을 것입니다._** 14 | 15 | ### 계정을 재설정하기: 16 | 17 | 1. 확장 프로그램에서 오른쪽 상단 모서리의 계정 아이콘을 클릭하십시오. 모바일에서는 왼쪽 상단에 있는 메뉴 아이콘을 눌러 메인 메뉴를 여십시오. 18 | 2. **설정** 선택 19 | 3. **고급 **선택 20 | 4. 아래로 스크롤하여 **계정 재설정**을 클릭하십시오. 21 | 22 |
23 |
24 | 계정을 재설정하는 방법 31 |
32 |
33 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/managing-my-wallet/resetting-deleting-and-restoring/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "초기화, 삭제 및 복원" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/metamask-portfolio/buy/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "토큰 구매" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/metamask-portfolio/buy/my-country-region-isnt-supported-for-buying-crypto.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "해당 국가/지역에서는 암호화폐를 구입할 수 없습니다" 3 | --- 4 | 5 | 당사는 가능한 한 전 세계의 많은 사람들이 MetaMask의 기능을 이용할 수 있도록 하고 싶지만 MetaMask(온램프라고도 함)에서 암호화폐를 구입하는 것은 보편적이지 않습니다. 6 | 7 | 이는 다양한 법률 및 규정에 의해 사업이 영향을 받으므로 당사와 제휴 관계를 맺은 기업들이 모든 관할 지역에서 사업을 영위할 수 없기 때문입니다. 8 | 9 | 해당 국가/지역에서 암호화폐를 구입할 수 없는 경우, 다른 수단을 통해 지갑에 토큰을 넣을 수 있습니다. 예를 들어, 하나의 경로는 중앙 거래소(CEX)에서 토큰을 **구입하여** **MetaMask에 예치하는 것일 수 있습니다**. 자세한 내용은 가이드 를 참조하십시오.[](/getting-started/direct-deposit-receive-tokens-to-your-metamask-wallet) 온램프(on-ramp)와 같은 이러한 경로는 일반적으로 귀하의 신원을 증명하는 등 KYC(Know Your Customer, 고객 파악) 단계가 필요하며, 가용성 또한 지역에 따라 다를 수 있음에 유의하십시오. CEX는 또한 보관 측면에서 MetaMask와 상이합니다. 즉, [비공개 키](/getting-started/user-guide-secret-recovery-phrase-password-and-private-keys)를 제어할 수 없습니다. 10 | 11 | 게다가 간단한 트랜잭션을 전송하여 P2P(피어 투 피어) 예치금을 지갑에 넣을 수 있습니다. 12 | 13 | 선택한 방법에 관계없이 돈을 예치하기 전에 자체적으로 조사하고 사용 중인 플랫폼이 안전한지 확인하십시오. 항상 [좋은 web3 보안 습관을 연습하세요](/privacy-and-security/what-is-a-secret-recovery-phrase-and-how-to-keep-your-crypto-wallet-secure). 14 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/metamask-portfolio/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Portfolio" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/metamask-snaps/how-to-enable-metamask-snaps.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Snaps 활성화 방법" 3 | --- 4 | 5 | MetaMask Snaps은 새롭고 흥미로운 기능을 추가하여 MetaMask 경험을 개선해 줍니다. 6 | 7 | MetaMask Snaps을 시작하려면, MetaMask 확장이 **적어도** **11.0 버전**으로 업데이트되어 있는지 확인하세요. [MetaMask 업데이트에 관해 자세히 알아보세요](/managing-my-wallet/using-metamask/how-to-update-the-version-of-metamask). MetaMask Snaps은 MetaMask 브라우저 확장에서만 사용할 수 있습니다. 8 | 9 | 그리고 [MetaMask Snaps 시작](/metamask-snaps/getting-started-with-metamask-snaps) 가이드에서 자세한 내용을 확인하세요! 🚀 10 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/metamask-snaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Snaps" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "바이낸스(Binance)" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/sending-assets-to-binance-bnb-smart-chain.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "바이낸스(BNB 스마트 체인)로 자산 보내기" 3 | --- 4 | 5 | 이더리움 네트워크나 다른 EVM 호환 네트워크에서 BSC로 토큰을 이동하려는 경우라면, 귀하는 운이 좋습니다. 6 | 7 | 바이낸스는 [특별히 이 문제를 도와줄 지원 자료를 제작한 바 있습니다](https://academy.binance.com/en/articles/how-to-recover-crypto-transferred-to-the-wrong-network-on-binance). 이 문서는 잘못된 네트워크에 송금한 자금 복구에 관한 내용을 집중적으로 다루지만, BNB 스마트 체인으로 자금을 옮기는 것에 관한 일반적인 부분도 일부 다룹니다. 8 | 9 | **MetaMask를 사용하면 바이낸스 네트워크에 간단히 액세스할 수 있으며, 이는 토큰 작동 방식이나 BSC에서 전송을 주고받는 방식과는 관련이 없습니다.** 이러한 이유로, 바이낸스와 관련된 문제는 모두 바이낸스의 지원 리소스에 직접 문의하는 것이 좋습니다. 10 | 11 | 거래를 하기 전 **바이낸스에 특별 요건이 있는지 물어보세요.** 12 | 13 | **바이낸스에 관한 **추가 질문이 있다면 **[바이낸스 지원 팀](https://www.binance.com/en/support)**에 직접 문의하시기 바랍니다. 14 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/networks-and-sidechains/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "네트워크 및 사이드체인" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/networks-and-sidechains/managing-networks/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "네트워크 관리" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/nfts/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "NFT" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/privacy-and-security/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "개인 정보 보호 및 보안" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/token-swaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "토큰 스왑" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/transactions-and-gas/gas-fees/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "가스비" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/transactions-and-gas/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "거래 및 가스" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/can-i-reverse-an-already-confirmed-transaction.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "이미 확인된 거래를 되돌릴 수 있을까요?" 3 | --- 4 | 5 | 분산형 블록체인은 불변하므로 블록체인에 포함된 데이터를 바꿀 수 없습니다. 거래가 확인되고 성공으로 표시되면 **되돌리거나 취소할 수 없습니다**. 보통 거래가 확인되면 최종적인 것으로 다음 블록에 추가됩니다. 6 | 7 | **아직 보류 중일 때만 거래를 취소할 수 있습니다.** 8 | 9 | **이미 완료한 거래는 되돌릴 수 없습니다.** 10 | 11 | 대신 수신자나 수신 앱 측에서 뭔가 해줄 수 있는 게 있는지 알아볼 수 있습니다(예: 새로운 거래를 통해 자금 돌려주기). 12 | 13 | _일반적인 거래에 관한 자세한 내용은 [여기](/transactions-and-gas/transactions/user-guide-transactions-and-failed-transactions)를 참조하십시오._ 14 | 15 | _보류 중인 거래를 취소하거나 더 빨리 처리하는 방법에 관한 지침은 [여기를 참조하십시오](/transactions-and-gas/transactions/how-to-speed-up-or-cancel-a-pending-transaction)._ 16 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "거래" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-plugin-content-docs/current/troubleshooting/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "문제 해결" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ko/docusaurus-theme-classic/navbar.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": " ", 4 | "description": "The title in the navbar" 5 | }, 6 | "logo.alt": { 7 | "message": "MetaMask Support", 8 | "description": "The alt text of navbar logo" 9 | }, 10 | "item.label.MetaMask Activity": { 11 | "message": "MetaMask Activity", 12 | "description": "Navbar item with label MetaMask Activity" 13 | }, 14 | "item.label.How to Contact Support": { 15 | "message": "How to Contact Support", 16 | "description": "Navbar item with label How to Contact Support" 17 | }, 18 | "item.label.MetaMask Learn": { 19 | "message": "MetaMask Learn", 20 | "description": "Navbar item with label MetaMask Learn" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-blog/options.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": "Blog", 4 | "description": "The title for the blog used in SEO" 5 | }, 6 | "description": { 7 | "message": "Blog", 8 | "description": "The description for the blog used in SEO" 9 | }, 10 | "sidebar.title": { 11 | "message": "Recent posts", 12 | "description": "The label for the left sidebar" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/getting-started/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Bermula" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/managing-my-tokens/custom-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Token Tersuai" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/managing-my-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Menguruskan Token saya" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/managing-my-tokens/moving-your-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Memindahkan Token anda" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/managing-my-wallet/accounts-and-addresses/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Akaun dan Alamat" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/managing-my-wallet/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Menguruskan Dompet saya" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/managing-my-wallet/resetting-deleting-and-restoring/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mengeset Semula, Memadam dan Memulihkan" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/metamask-portfolio/buy/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Membeli token" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/metamask-portfolio/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Portfolio" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/metamask-snaps/how-to-enable-metamask-snaps.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Cara mengaktifkan MetaMask Snaps" 3 | --- 4 | 5 | MetaMask Snaps merupakan kunci untuk membuka seluruh rangkaian fitur baru dan menarik untuk pengalaman MetaMask Anda. 6 | 7 | Untuk memulai MetaMask Snap, pastikan Ekstensi MetaMask diperbarui **setidaknya ke** **versi 11.0**. [Pelajari lebih lanjut seputar cara memperbarui MetaMask](/managing-my-wallet/using-metamask/how-to-update-the-version-of-metamask). Ingatlah bahwa MetaMask Snaps saat ini hanya tersedia untuk ekstensi peramban MetaMask. 8 | 9 | Setelah itu, buka panduan seputar cara [Memulai MetaMask Snaps](/metamask-snaps/getting-started-with-metamask-snaps) untuk menjelajah lebih jauh! 🚀 10 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/metamask-snaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Snaps" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Binance" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/networks-and-sidechains/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Rangkaian dan Rantaian Sampingan" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/networks-and-sidechains/managing-networks/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Menguruskan Rangkaian" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/nfts/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "NFT" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/privacy-and-security/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Privasi dan Keselamatan" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/token-swaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Pertukaran Token" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/transactions-and-gas/gas-fees/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Fi Gas" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/transactions-and-gas/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Transaksi dan Gas" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Transaksi" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-plugin-content-docs/current/troubleshooting/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mengesan Kerosakan" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ms/docusaurus-theme-classic/navbar.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": " ", 4 | "description": "The title in the navbar" 5 | }, 6 | "logo.alt": { 7 | "message": "MetaMask Support", 8 | "description": "The alt text of navbar logo" 9 | }, 10 | "item.label.MetaMask Activity": { 11 | "message": "MetaMask Activity", 12 | "description": "Navbar item with label MetaMask Activity" 13 | }, 14 | "item.label.How to Contact Support": { 15 | "message": "How to Contact Support", 16 | "description": "Navbar item with label How to Contact Support" 17 | }, 18 | "item.label.MetaMask Learn": { 19 | "message": "MetaMask Learn", 20 | "description": "Navbar item with label MetaMask Learn" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-blog/options.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": "Blog", 4 | "description": "The title for the blog used in SEO" 5 | }, 6 | "description": { 7 | "message": "Blog", 8 | "description": "The description for the blog used in SEO" 9 | }, 10 | "sidebar.title": { 11 | "message": "Recent posts", 12 | "description": "The label for the left sidebar" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/getting-started/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Van start gaan" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/managing-my-tokens/custom-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Aangepaste tokens" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/managing-my-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mijn tokens beheren" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/managing-my-tokens/moving-your-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Je tokens verplaatsen" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/managing-my-wallet/accounts-and-addresses/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Accounts en adressen" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/managing-my-wallet/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Tokens kopen" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/managing-my-wallet/resetting-deleting-and-restoring/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Resetten, verwijderen en herstellen" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/metamask-portfolio/buy/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mijn wallet beheren" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/metamask-portfolio/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Portfolio" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Binance" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/networks-and-sidechains/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Netwerken en sidechains" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/networks-and-sidechains/managing-networks/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Netwerken beheren" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/nfts/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "NFTs" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/privacy-and-security/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Privacy en beveiliging" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/token-swaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Tokenswaps" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/transactions-and-gas/gas-fees/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Gaskosten" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/transactions-and-gas/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Transacties en Gas" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/can-i-reverse-an-already-confirmed-transaction.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Kan ik een al bevestigde transactie terugdraaien?" 3 | --- 4 | 5 | Gedecentraliseerde blockchains zijn onveranderlijk, wat betekent dat de gegevens die ze bevatten niet kunnen worden veranderd. Als de transactie wordt bevestigd en als succesvol wordt weergegeven, **kunnen we deze niet terugdraaien/annuleren**. Een transactie die wordt bevestigd, is definitief en wordt aan de volgende block toegevoegd. 6 | 7 | **Je kunt een transactie alleen annuleren als deze nog niet is afgerond.** 8 | 9 | **We kunnen een transactie die al is voltooid niet ongedaan maken.** 10 | 11 | Je kunt wel bij de ontvanger of ontvangende app navragen of ze aan hun kant iets kunnen doen (bv. je fondsen terugsturen via een nieuwe transactie). 12 | 13 | _Voor meer informatie over transacties in het algemeen, [zie hier.](/transactions-and-gas/transactions/user-guide-transactions-and-failed-transactions)_ 14 | 15 | _Voor instructies over hoe je een lopende transactie kunt annuleren of versnellen, [zie hier](/transactions-and-gas/transactions/how-to-speed-up-or-cancel-a-pending-transaction)._ 16 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Transacties" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-plugin-content-docs/current/troubleshooting/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Probleemoplossing " 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/nl/docusaurus-theme-classic/navbar.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": " ", 4 | "description": "The title in the navbar" 5 | }, 6 | "logo.alt": { 7 | "message": "MetaMask Support", 8 | "description": "The alt text of navbar logo" 9 | }, 10 | "item.label.MetaMask Activity": { 11 | "message": "MetaMask Activity", 12 | "description": "Navbar item with label MetaMask Activity" 13 | }, 14 | "item.label.How to Contact Support": { 15 | "message": "How to Contact Support", 16 | "description": "Navbar item with label How to Contact Support" 17 | }, 18 | "item.label.MetaMask Learn": { 19 | "message": "MetaMask Learn", 20 | "description": "Navbar item with label MetaMask Learn" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-blog/options.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": "Blog", 4 | "description": "The title for the blog used in SEO" 5 | }, 6 | "description": { 7 | "message": "Blog", 8 | "description": "The description for the blog used in SEO" 9 | }, 10 | "sidebar.title": { 11 | "message": "Recent posts", 12 | "description": "The label for the left sidebar" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/getting-started/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Introdução" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/managing-my-tokens/custom-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Tokens personalizados" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/managing-my-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Como gerenciar os tokens" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/managing-my-tokens/moving-your-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Como transferir os tokens" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/managing-my-wallet/accounts-and-addresses/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Contas e endereços" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/managing-my-wallet/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Como gerenciar a minha carteira" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/managing-my-wallet/resetting-deleting-and-restoring/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Como redefinir, excluir e restaurar" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/metamask-portfolio/buy/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Comprar tokens" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/metamask-portfolio/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Portfolio" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/metamask-snaps/how-to-enable-metamask-snaps.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Como ativar o MetaMask Snaps" 3 | --- 4 | 5 | O MetaMask Snaps é a chave para desbloquear todo um conjunto de recursos novos e empolgantes para a sua experiência na MetaMask. 6 | 7 | Para começar com o MetaMask Snaps, confirme que a Extensão da MetaMask esteja **no mínimo** atualizada com a **versão 11.0**. [Saiba mais sobre atualizar a MetaMask](/managing-my-wallet/using-metamask/how-to-update-the-version-of-metamask). Tenha em mente que o MetaMask Snaps só está disponível no momento na extensão da MetaMask para navegadores. 8 | 9 | Depois, acesse nosso guia sobre [Primeiros passos com o MetaMask Snaps](/metamask-snaps/getting-started-with-metamask-snaps) para explorar mais! 🚀 10 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/metamask-snaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Snaps" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Binance" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/networks-and-sidechains/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Redes e sidechains" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/networks-and-sidechains/managing-networks/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Como gerenciar redes" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/nfts/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "NFTs" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/privacy-and-security/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Privacidade e segurança" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/token-swaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Trocas de tokens" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/transactions-and-gas/gas-fees/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Taxas de gás" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/transactions-and-gas/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Transações e gás" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/can-i-reverse-an-already-confirmed-transaction.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Posso reverter uma transação já confirmada?" 3 | --- 4 | 5 | As blockchains descentralizadas são imutáveis, o que significa que os dados não podem ser alterados. Quando a transação for confirmada e aparecer como bem-sucedida, **não há nada que possamos fazer para sua reversão/cancelamento.** Normalmente, quando a transação é confirmada, ela é finalizada e adicionada ao bloco seguinte. 6 | 7 | **Só é possível cancelar uma transação enquanto ela ainda estiver pendente. ** 8 | 9 | **Não podemos reverter uma transação que já esteja concluída.** 10 | 11 | É possível verificar com o destinatário ou o aplicativo de recebimento para conferir se eles podem fazer alguma coisa (ou seja, devolver seus fundos por meio de uma nova transação). 12 | 13 | _Para mais detalhes sobre transações em geral, [consulte aqui.](/transactions-and-gas/transactions/user-guide-transactions-and-failed-transactions)_ 14 | 15 | _Para mais instruções sobre como cancelar ou acelerar uma transação pendente, [consulte aqui](/transactions-and-gas/transactions/how-to-speed-up-or-cancel-a-pending-transaction)._ 16 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Transações" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-plugin-content-docs/current/troubleshooting/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Solução de problemas" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/pt-br/docusaurus-theme-classic/navbar.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": " ", 4 | "description": "The title in the navbar" 5 | }, 6 | "logo.alt": { 7 | "message": "MetaMask Support", 8 | "description": "The alt text of navbar logo" 9 | }, 10 | "item.label.MetaMask Activity": { 11 | "message": "MetaMask Activity", 12 | "description": "Navbar item with label MetaMask Activity" 13 | }, 14 | "item.label.How to Contact Support": { 15 | "message": "How to Contact Support", 16 | "description": "Navbar item with label How to Contact Support" 17 | }, 18 | "item.label.MetaMask Learn": { 19 | "message": "MetaMask Learn", 20 | "description": "Navbar item with label MetaMask Learn" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-blog/options.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": "Blog", 4 | "description": "The title for the blog used in SEO" 5 | }, 6 | "description": { 7 | "message": "Blog", 8 | "description": "The description for the blog used in SEO" 9 | }, 10 | "sidebar.title": { 11 | "message": "Recent posts", 12 | "description": "The label for the left sidebar" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/getting-started/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Introducere" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/managing-my-tokens/custom-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Tokeni personalizați" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/managing-my-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Gestionarea tokenilor" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/managing-my-tokens/moving-your-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Cum se transferă tokenii" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/managing-my-wallet/accounts-and-addresses/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Conturi și adrese" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/managing-my-wallet/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Gestionarea portofelului" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/managing-my-wallet/resetting-deleting-and-restoring/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Resetare, ștergere și restabilire" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/metamask-portfolio/buy/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Achiziționarea de tokeni" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/metamask-portfolio/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Portfolio" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/networks-and-sidechains/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Rețele principale și paralele (sidechains)" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/networks-and-sidechains/managing-networks/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Cum să gestionezi rețelele" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/nfts/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "NFT-uri" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/privacy-and-security/does-metamask-have-a-bug-bounty-program-for-vulnerabilities.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask oferă o recompensă pentru identificarea vulnerabilităților?" 3 | --- 4 | 5 | Securitatea este o preocupare de bază a echipei de dezvoltare. Pentru a consolida munca pe care o facem deja cu experți în securitate și cercetători independenți, dorim să valorificăm expertiza comunității prin programul nostru de recompense **HackerOne**. 6 | 7 | Îl poți accesa aici [hackerone.com/metamask](https://hackerone.com/metamask). 8 | 9 | Programul de recompensă se aplică doar vulnerabilităților de securitate. Dacă ai o eroare care nu are legătură cu securitatea, te rugăm să o raportezi pe [GitHub](https://github.com/MetaMask/). 10 | 11 | Dacă simți că ai găsit o vulnerabilitate **te rugăm să nu o discuți public**, în special pe platformele de socializare. Accesează direct pagina MetaMask HackerOne pentru a raporta vulnerabilitatea. 12 | 13 | Pentru mai multe informații, accesează [metamask.io/security](https://metamask.io/security/). 14 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/privacy-and-security/how-to-enable-full-disk-encryption-for-improved-security.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Cum să activezi criptarea completă a discului pentru securitate sporită" 3 | --- 4 | 5 | Pentru a-ți păstra computerul și conținutul lui cât mai sigur posibil pentru cineva cu acces fizic la el, îți recomandăm să activezi criptarea completă a discului pe computer. 6 | 7 | - Pe Mac, aceasta este proprietatea [FileVault](https://support.apple.com/en-us/HT204837). 8 | - Pe Windows ar trebui să activezi [BitLocker](https://support.microsoft.com/en-us/windows/turn-on-device-encryption-0c453637-bc88-5f74-5105-741561aae838). 9 | - Pe Linux poți utiliza [LUKS](https://www.redhat.com/sysadmin/disk-encryption-luks). 10 | 11 | WActivând criptarea completă a discului, un atacator care are acces fizic la computerul tău nu ar trebui să poată extrage nimic din conținutul acestuia, inclusiv cheile private pe care le-ai stocat pe disc, dar și parolele site-urilor, datele bancare și alte informații sensibile. 12 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/privacy-and-security/how-to-fix-invalid-seed-phrase-error-invalid-secret-recovery-phrase.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Cum să remediezi eroarea 'Invalid Seed Phrase' (Frază secretă de recuperare invalidă)" 3 | --- 4 | 5 | **NU împărtăși nimănui fraza secretă de recuperare! Aceste cuvinte pot fi folosite pentru a fura din toate conturile tale. Nu poți edita sau schimba fraza secretă de recuperare.** 6 | 7 | 1. Este posibil ca unul sau mai multe cuvinte pe care le-ai scris să fie greșite sau să le fi confundat cu un cuvânt similar. Pentru a confirma ortografia și pentru a te asigura ca acel cuvânt se află pe lista de opțiuni posibile pentru o expresie de recuperare secretă, poți verifica lista BIP-39: [https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt](https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt) 8 | - _Sfat: Utilizează funcția de căutare a browserului (Cmd+F pe Mac și Ctrl+F pe Windows) pentru a căuta fiecare cuvânt pe care l-ai notat, astfel încât să poți verifica ortografia în backup. Dacă nu îl găsești, încearcă cel mai apropiat cuvânt._ 9 | 2. Asigură-te că fraza secretă de recuperare este scrisă în **exact aceeași ordine** în care a fost furnizată, cu câte **un spațiu între fiecare cuvânt** și cu **litere mici**. 10 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/privacy-and-security/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Confidențialitate și securitate" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/privacy-and-security/what-kind-of-data-is-metamask-collecting.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Ce fel de date colectează MetaMask?" 3 | --- 4 | 5 | Te rugăm accesează acest document: [https://consensys.net/privacy-policy/](https://consensys.net/privacy-policy/) 6 | 7 | Vezi, de asemenea: [MetaMask colectează datele mele personale?](/privacy-and-security/does-metamask-collect-my-personal-data) 8 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/token-swaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Schimb de tokeni (swap)" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/transactions-and-gas/gas-fees/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Taxa de gas" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/transactions-and-gas/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Tranzacții și gas" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/can-i-reverse-an-already-confirmed-transaction.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Pot anula o tranzacție deja confirmată?" 3 | --- 4 | 5 | Blockchain-urile descentralizate sunt imuabile, ceea ce înseamnă că datele pe care le conțin nu pot fi modificate. Când tranzacția este confirmată și arată ca reușită, **nu mai putem face nimic pentru a o anula.** De obicei, atunci când tranzacția este confirmată, aceasta este finalizată și adăugată următorului bloc. 6 | 7 | **Poți anula o tranzacție doar atunci când aceasta este încă în așteptare. ** 8 | 9 | **Nu putem anula o tranzacție care este deja finalizată.** 10 | 11 | Ce poți face este să verifici cu destinatarul sau cu platforma unde ai trimis tranzacția, pentru a vedea dacă ei pot face ceva de partea lor (de exemplu: să îți returneze fondurile printr-o tranzacție nouă). 12 | 13 | _Pentru mai multe detalii despre tranzacții în general [vezi aici](/transactions-and-gas/transactions/user-guide-transactions-and-failed-transactions)._ 14 | 15 | _Pentru instrucțiuni despre cum anulezi sau accelerezi o tranzacție în așteptare [vezi aici](/transactions-and-gas/transactions/how-to-speed-up-or-cancel-a-pending-transaction)._ 16 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Tranzacții " 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-plugin-content-docs/current/troubleshooting/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Remedierea erorilor" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/ro/docusaurus-theme-classic/navbar.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": " ", 4 | "description": "The title in the navbar" 5 | }, 6 | "logo.alt": { 7 | "message": "MetaMask Support", 8 | "description": "The alt text of navbar logo" 9 | }, 10 | "item.label.MetaMask Activity": { 11 | "message": "MetaMask Activity", 12 | "description": "Navbar item with label MetaMask Activity" 13 | }, 14 | "item.label.How to Contact Support": { 15 | "message": "How to Contact Support", 16 | "description": "Navbar item with label How to Contact Support" 17 | }, 18 | "item.label.MetaMask Learn": { 19 | "message": "MetaMask Learn", 20 | "description": "Navbar item with label MetaMask Learn" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-blog/options.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": "Blog", 4 | "description": "The title for the blog used in SEO" 5 | }, 6 | "description": { 7 | "message": "Blog", 8 | "description": "The description for the blog used in SEO" 9 | }, 10 | "sidebar.title": { 11 | "message": "Recent posts", 12 | "description": "The label for the left sidebar" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/getting-started/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "เริ่มต้น" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/managing-my-tokens/custom-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "โทเค็นที่กำหนดเอง" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/managing-my-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "การจัดการโทเค็นของฉัน" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/managing-my-tokens/moving-your-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "การย้ายโทเค็นของคุณ" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/managing-my-wallet/accounts-and-addresses/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "บัญชีและที่อยู่" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/managing-my-wallet/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "การจัดการกระเป๋าเงินของฉัน" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/managing-my-wallet/resetting-deleting-and-restoring/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "การรีเซ็ต การลบ และการคืนค่า" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/metamask-portfolio/buy/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "ซื้อโทเค็น" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/metamask-portfolio/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Portfolio" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Binance" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/sending-assets-to-binance-bnb-smart-chain.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "กำลังส่งสินทรัพย์ไปยัง Binance (BN Smart Chain)" 3 | --- 4 | 5 | หากคุณกำลังคิดที่จะย้ายโทเค็นจากเครือข่าย Ethereum หรือเครือข่ายอื่น ๆ ที่เข้ากันได้กับ EVM ให้กลับไปที่ BSC ตอนนี้โอกาสนั้นมาถึงแล้ว: 6 | 7 | Binance ได้เขียน[บทความสนับสนุนขึ้นมาโดยเฉพาะเพื่อให้ความช่วยเหลือคุณในเรื่องดังกล่าว](https://academy.binance.com/en/articles/how-to-recover-crypto-transferred-to-the-wrong-network-on-binance)นี่แสดงให้เห็นว่าเป็นการเฉพาะเกี่ยวกับการกู้คืนเงินที่ส่งไปยังเครือข่ายที่ไม่ถูกต้อง แต่ยังครอบคลุมถึงประเด็นทั่วไปที่สำคัญบางประการเกี่ยวกับการย้ายเงินทุนไปยัง BNB Smart Chain อีกด้วย 8 | 9 | **โปรดทราบว่า MetaMask เพียงแค่อนุญาตให้คุณเข้าถึงเครือข่าย Binance และไม่เกี่ยวข้องกับวิธีการทำงานของโทเค็น หรือวิธีการโอนเข้าหรือออกจาก BSC** ด้วยเหตุผลนี้ เราขอแนะนำให้คุณปรึกษาโดยตรงกับแหล่งข้อมูลสนับสนุนของ Binance สำหรับปัญหาที่เกี่ยวข้องกับ Binance ทั้งหมด 10 | 11 | อย่าลืมที่จะ **สอบถาม Binance สำหรับข้อกำหนดพิเศษใด ๆ** ก็ตามก่อนการทำธุรกรรม 12 | 13 | หากคุณมี**คำถามเพิ่มเติมใด ๆ** เกี่ยวกับ Binance โปรด**ติดต่อ**ทีม**[สนับสนุนของ Binance](https://www.binance.com/en/support)** โดยตรง 14 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/networks-and-sidechains/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "เครือข่ายและ Sidecachain" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/networks-and-sidechains/managing-networks/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "การจัดการเครือข่าย" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/nfts/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "NFT" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/privacy-and-security/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "ความเป็นส่วนตัวและความปลอดภัย" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/token-swaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "การเปลี่ยนโทเค็น" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/transactions-and-gas/gas-fees/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "ค่าธรรมเนียมน้ำมัน" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/transactions-and-gas/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "ธุรกรรมและค่าน้ำมัน" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/can-i-reverse-an-already-confirmed-transaction.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "ฉันสามารถย้อนกลับการทำธุรกรรมที่ยืนยันแล้วได้หรือไม่" 3 | --- 4 | 5 | บล็อกเชนแบบกระจายข้อมูลนั้นเปลี่ยนรูปไม่ได้ หมายความว่าข้อมูลที่บรรจุอยู่นั้นไม่สามารถเปลี่ยนแปลงได้เมื่อธุรกรรมได้รับการยืนยันและแสดงผลว่าสำเร็จแล้ว **เราจะไม่สามารถย้อนคืน/ยกเลิกธุรกรรมนั้นได้** โดยปกติแล้ว เมื่อมีการยืนยันธุรกรรมแล้วจะถือว่าการดำเนินการนั้นเป็นที่สิ้นสุด และจะถูกเพิ่มไปยังบล็อกถัดไป 6 | 7 | **คุณสามารถยกเลิกได้เฉพาะธุรกรรมที่ยังคงค้างอยู่เท่านั้น** 8 | 9 | **เราไม่สามารถย้อนคืนธุรกรรมที่เสร็จสมบูรณ์แล้วได้** 10 | 11 | สิ่งที่คุณทำได้คือตรวจสอบกับผู้รับหรือแอปที่รับเพื่อดูว่าพวกเขาสามารถทำอะไรกับเรื่องนี้ได้หรือไม่ (เช่น คืนเงินทุนของคุณผ่านธุรกรรมใหม่) 12 | 13 | _สำหรับข้อมูลเพิ่มเติมเกี่ยวกับการทำธุรกรรมโดยทั่วไป [ดูที่นี่](/transactions-and-gas/transactions/user-guide-transactions-and-failed-transactions)_ 14 | 15 | _สำหรับคำแนะนำเกี่ยวกับวิธีการยกเลิกหรือเร่งธุรกรรมที่ค้างอยู่ [โปรดดูที่นี่](/transactions-and-gas/transactions/how-to-speed-up-or-cancel-a-pending-transaction)_ 16 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "ธุรกรรม" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-plugin-content-docs/current/troubleshooting/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "การแก้ปัญหาชั่วคราว" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/th/docusaurus-theme-classic/navbar.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": " ", 4 | "description": "The title in the navbar" 5 | }, 6 | "logo.alt": { 7 | "message": "MetaMask Support", 8 | "description": "The alt text of navbar logo" 9 | }, 10 | "item.label.MetaMask Activity": { 11 | "message": "MetaMask Activity", 12 | "description": "Navbar item with label MetaMask Activity" 13 | }, 14 | "item.label.How to Contact Support": { 15 | "message": "How to Contact Support", 16 | "description": "Navbar item with label How to Contact Support" 17 | }, 18 | "item.label.MetaMask Learn": { 19 | "message": "MetaMask Learn", 20 | "description": "Navbar item with label MetaMask Learn" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-blog/options.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": "Blog", 4 | "description": "The title for the blog used in SEO" 5 | }, 6 | "description": { 7 | "message": "Blog", 8 | "description": "The description for the blog used in SEO" 9 | }, 10 | "sidebar.title": { 11 | "message": "Recent posts", 12 | "description": "The label for the left sidebar" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-docs/current/getting-started/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Pagsisimula" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-docs/current/managing-my-tokens/custom-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mga Custom Token" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-docs/current/managing-my-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Pamamahala sa mga Token ko" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-docs/current/managing-my-tokens/moving-your-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Paglilipat ng mga Token mo" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-docs/current/managing-my-wallet/accounts-and-addresses/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mga Account at Address" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-docs/current/managing-my-wallet/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Pamamahala sa Wallet ko" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-docs/current/managing-my-wallet/resetting-deleting-and-restoring/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Pagre-reset, Pagbubura at Pagpapanumbalik" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-docs/current/metamask-portfolio/buy/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Bumili ng mga token" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-docs/current/metamask-portfolio/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Portfolio" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Binance" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-docs/current/networks-and-sidechains/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mga Network at Sidechain" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-docs/current/networks-and-sidechains/managing-networks/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Pamamahala sa Mga Network" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-docs/current/nfts/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "NFTs" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-docs/current/privacy-and-security/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Pagkapribado at Seguridad" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-docs/current/token-swaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Pagpapalit ng Token" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-docs/current/transactions-and-gas/gas-fees/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mga Bayarin sa Gas" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-docs/current/transactions-and-gas/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mga Transaksyon at Gas" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mga Transaksyon" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-plugin-content-docs/current/troubleshooting/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Pagto-troubleshoot" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tl/docusaurus-theme-classic/navbar.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": " ", 4 | "description": "The title in the navbar" 5 | }, 6 | "logo.alt": { 7 | "message": "MetaMask Support", 8 | "description": "The alt text of navbar logo" 9 | }, 10 | "item.label.MetaMask Activity": { 11 | "message": "MetaMask Activity", 12 | "description": "Navbar item with label MetaMask Activity" 13 | }, 14 | "item.label.How to Contact Support": { 15 | "message": "How to Contact Support", 16 | "description": "Navbar item with label How to Contact Support" 17 | }, 18 | "item.label.MetaMask Learn": { 19 | "message": "MetaMask Learn", 20 | "description": "Navbar item with label MetaMask Learn" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-blog/options.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": "Blog", 4 | "description": "The title for the blog used in SEO" 5 | }, 6 | "description": { 7 | "message": "Blog", 8 | "description": "The description for the blog used in SEO" 9 | }, 10 | "sidebar.title": { 11 | "message": "Recent posts", 12 | "description": "The label for the left sidebar" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/getting-started/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Başlarken" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/managing-my-tokens/custom-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Özel Token'lar" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/managing-my-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Token Yönetimi" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/managing-my-tokens/moving-your-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Token Taşıma" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/managing-my-wallet/accounts-and-addresses/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Hesaplar ve Adresler" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/managing-my-wallet/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Cüzdan Yönetimi" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/managing-my-wallet/resetting-deleting-and-restoring/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Sıfırlama, Silme ve Geri Yükleme" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/metamask-portfolio/buy/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Token satın alma" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/metamask-portfolio/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Portfolio" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/metamask-snaps/how-to-enable-metamask-snaps.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Snaps nasıl etkinleştirilir" 3 | --- 4 | 5 | MetaMask Snaps, MetaMask deneyiminiz için yeni ve heyecan verici bir dizi özelliğin kilidini açmanın anahtarıdır. 6 | 7 | MetaMask Snaps'e başlarken MetaMask Uzantısının **en az** **sürüm 11.0** olarak güncellendiğinden emin olun. [MetaMask'i güncelleme hakkında daha fazla bilgi alın](/managing-my-wallet/using-metamask/how-to-update-the-version-of-metamask). MetaMask Snaps'in şu anda sadece MetaMask tarayıcı uzantısı için mevcut olduğunu unutmayın. 8 | 9 | Ardından, daha fazlasını keşfetmek için [MetaMask Snaps'e Başlarken](/metamask-snaps/getting-started-with-metamask-snaps) kılavuzumuza gidin! 🚀 10 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/metamask-snaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Snaps" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Binance" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/sending-assets-to-binance-bnb-smart-chain.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Varlıkları Binance'a (BNB Akıllı Zincir) göndermek" 3 | --- 4 | 5 | Token'ları Ethereum ağından veya başka bir EVM uyumlu ağdan BSC'ye geri göndermenin yolunu arıyorsanız şanslısınız: 6 | 7 | Binance, [özellikle bu konuda size yardımcı olmak için bir destek makalesi](https://academy.binance.com/en/articles/how-to-recover-crypto-transferred-to-the-wrong-network-on-binance) hazırladı. Bu makalede, özellikle yanlış ağda gönderilen varlıkların geri kazanılması hakkında tavsiyeler veriliyor; ayrıca BNB Akıllı Zincir'e para aktarma konusunda bazı önemli genel noktalar da açıklanıyor. 8 | 9 | **MetaMask'ın yalnızca Binance ağına erişmenize izin verdiğini ve token'ların nasıl çalıştığıyla ya da BSC'ye aktarılması ya da oradan çıkarılmasıyla bir ilgisi olmadığını unutmayın.** Bu nedenle, Binance ile alakalı tüm konular için doğrudan Binance'in destek kaynaklarına başvurmanızı tavsiye ediyoruz. 10 | 11 | Bir işlem yapmadan önce, **özel gereklilikleriniz/şartlarınız için Binance'a danışmayı** unutmayın. 12 | 13 | Binance **ile** ilgili **başka sorularınız** varsa, lütfen **[Binance Destek](https://www.binance.com/en/support)** ekibiyle doğrudan iletişime geçin. 14 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/networks-and-sidechains/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Ağlar ve Yan Zincirler" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/networks-and-sidechains/managing-networks/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Ağların Yönetimi" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/nfts/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "NFT'ler" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/privacy-and-security/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Gizlilik ve Güvenlik" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/token-swaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Token Takası" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/transactions-and-gas/gas-fees/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Gas Ücretleri" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/transactions-and-gas/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "İşlemler ve Gas" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/can-i-reverse-an-already-confirmed-transaction.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Daha önce onaylanmış bir işlemi tersine çevirebilir miyim?" 3 | --- 4 | 5 | Merkeziyetsiz blok zincirleri değişmezdir, yani içerdikleri veriler değiştirilemez. İşlem onaylandığında ve başarılı olarak göründüğünde, **geri çevirmek/iptal etmek için yapılabilecek hiçbir şey yoktur.** Genellikle, işlem onaylandığında kesinleşmiş olur ve bir sonraki bloğa eklenir. 6 | 7 | **Bir işlemi, yalnızca hâlâ beklemedeyken iptal edebilirsiniz. ** 8 | 9 | **Zaten tamamlanmış bir işlem geri alınamaz.** 10 | 11 | Yapabileceğiniz şey, onların yapabileceği bir şey olup olmadığını öğrenmek için (örneğin yeni bir işlemle fonlarınızı iade etmeleri için) alıcıya veya alıcı uygulamaya ulaşmaktır. 12 | 13 | _İşlemler hakkında daha fazla genel bilgi için [buraya göz atın.](/transactions-and-gas/transactions/user-guide-transactions-and-failed-transactions)_ 14 | 15 | _Bekleyen bir işlemin nasıl iptal edileceğine veya hızlandırılacağına ilişkin talimatlar için [buraya göz atın](/transactions-and-gas/transactions/how-to-speed-up-or-cancel-a-pending-transaction)._ 16 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "İşlemler" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-plugin-content-docs/current/troubleshooting/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Sorun Giderme" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/tr/docusaurus-theme-classic/navbar.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": " ", 4 | "description": "The title in the navbar" 5 | }, 6 | "logo.alt": { 7 | "message": "MetaMask Support", 8 | "description": "The alt text of navbar logo" 9 | }, 10 | "item.label.MetaMask Activity": { 11 | "message": "MetaMask Activity", 12 | "description": "Navbar item with label MetaMask Activity" 13 | }, 14 | "item.label.How to Contact Support": { 15 | "message": "How to Contact Support", 16 | "description": "Navbar item with label How to Contact Support" 17 | }, 18 | "item.label.MetaMask Learn": { 19 | "message": "MetaMask Learn", 20 | "description": "Navbar item with label MetaMask Learn" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-blog/options.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": "Blog", 4 | "description": "The title for the blog used in SEO" 5 | }, 6 | "description": { 7 | "message": "Blog", 8 | "description": "The description for the blog used in SEO" 9 | }, 10 | "sidebar.title": { 11 | "message": "Recent posts", 12 | "description": "The label for the left sidebar" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/getting-started/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Bắt đầu" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/managing-my-tokens/custom-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Tùy chỉnh Token" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/managing-my-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Gestire i token" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/managing-my-tokens/moving-your-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Di chuyển Token" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/managing-my-wallet/accounts-and-addresses/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Tài khoản và Địa chỉ" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/managing-my-wallet/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Quản lý Ví của tôi" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/managing-my-wallet/resetting-deleting-and-restoring/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Đặt lại, xóa và khôi phục" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/metamask-portfolio/buy/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mua trực token" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/metamask-portfolio/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Portfolio" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/metamask-snaps/how-to-enable-metamask-snaps.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Cách bật MetaMask Snaps" 3 | --- 4 | 5 | MetaMask Snaps là chìa khóa để mở khóa toàn bộ loạt tính năng mới và thú vị dành cho trải nghiệm sử dụng MetaMask của bạn. 6 | 7 | Để bắt đầu sử dụng MetaMask Snaps, đảm bảo Tiện ích mở rộng MetaMask được cập nhật **tối thiểu** lên **phiên bản 11.0**. [Tìm hiểu thêm về cách cập nhật MetaMask](/managing-my-wallet/using-metamask/how-to-update-the-version-of-metamask). Cần lưu ý rằng MetaMask Snaps hiện chỉ khả dụng cho tiện ích mở rộng trình duyệt MetaMask. 8 | 9 | Sau đó, hãy xem hướng dẫn của chúng tôi về [Bắt đầu với MetaMask Snaps](/metamask-snaps/getting-started-with-metamask-snaps) để khám phá thêm! 🚀 10 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/metamask-snaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Snaps" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Binance" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/sending-assets-to-binance-bnb-smart-chain.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Gửi tài sản đến Binance (BNB Smart Chain)" 3 | --- 4 | 5 | Nếu bạn đang tìm cách chuyển token từ mạng Ethereum hoặc bất kỳ mạng nào khác tương thích với EVM về lại BSC, thì bạn gặp may rồi: 6 | 7 | Binance đã viết một [bài viết hỗ trợ để đặc biệt giúp bạn trong vấn đề này](https://academy.binance.com/en/articles/how-to-recover-crypto-transferred-to-the-wrong-network-on-binance). Bài viết có vẻ tập trung vào việc khôi phục tiền bị gửi trên nhầm mạng lưới, nhưng cũng nói về một số chủ đề chung quan trọng về việc chuyển tiền vào BNB Smart Chain. 8 | 9 | **Hãy nhớ rằng MetaMask chỉ đơn thuần giúp bạn truy cập vào mạng Binance và không liên quan gì đến cách các token hoạt động hay cách các token được chuyển đến hoặc từ BSC.** Vì lý do này, chúng tôi khuyến khích bạn trực tiếp tham khảo ý kiến với các nguồn hỗ trợ của Binance về tất cả các vấn đề liên quan đến Binance. 10 | 11 | Đừng quên **hỏi Binance nếu có bất cứ yêu cầu đặc biệt nào** trước khi giao dịch. 12 | 13 | Nếu bạn có **câu hỏi gì thêm** về Binance, vui lòng **liên hệ **trực tiếp đội ngũ **[Hỗ trợ của Binance](https://www.binance.com/en/support)**. 14 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/networks-and-sidechains/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mạng lưới và Sidechain" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/networks-and-sidechains/managing-networks/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Quản lý Mạng lưới" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/nfts/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "NFT" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/privacy-and-security/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Riêng tư và Bảo mật" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/token-swaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Hoán đổi Token" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/transactions-and-gas/gas-fees/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Phí Gas" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/transactions-and-gas/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Giao dịch và Gas" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/can-i-reverse-an-already-confirmed-transaction.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Tôi có thể thu hồi giao dịch đã xác nhận không?" 3 | --- 4 | 5 | Chuỗi khối phi tập trung là không thay đổi, nghĩa là dữ liệu chúng chứa đựng là không thể thay đổi được. KhiKhi giao dịch đã được xác nhận và hiển thị là thành công, **chúng tôi không thể làm gì để thu hồi/hủy nó.** Thông thường, khi giao dịch đã được xác nhận, đó là kết quả cuối cùng và đã được thêm vào khối kế tiếp. 6 | 7 | **Bạn chỉ có thể hủy một giao dịch khi nó vẫn đang chờ xử lý.** 8 | 9 | **Chúng tôi không thể thu hồi một giao dịch đã hoàn tất.** 10 | 11 | Điều bạn có thể làm là kiểm tra với người nhận hoặc ứng dụng bên nhận để xem họ có thể làm gì ở phía họ (tức là hoàn trả tiền của bạn thông qua một giao dịch mới). 12 | 13 | _Để biết thêm về giao dịch nói chung, [hãy xem tại đây.](/transactions-and-gas/transactions/user-guide-transactions-and-failed-transactions)_ 14 | 15 | _Để được hướng dẫn cách hủy hoặc tăng tốc một giao dịch đang chờ xử lý, [hãy xem tại đây](/transactions-and-gas/transactions/how-to-speed-up-or-cancel-a-pending-transaction)._ 16 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Giao dịch" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-plugin-content-docs/current/troubleshooting/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Tìm lỗi" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/vi/docusaurus-theme-classic/navbar.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": " ", 4 | "description": "The title in the navbar" 5 | }, 6 | "logo.alt": { 7 | "message": "MetaMask Support", 8 | "description": "The alt text of navbar logo" 9 | }, 10 | "item.label.MetaMask Activity": { 11 | "message": "MetaMask Activity", 12 | "description": "Navbar item with label MetaMask Activity" 13 | }, 14 | "item.label.How to Contact Support": { 15 | "message": "How to Contact Support", 16 | "description": "Navbar item with label How to Contact Support" 17 | }, 18 | "item.label.MetaMask Learn": { 19 | "message": "MetaMask Learn", 20 | "description": "Navbar item with label MetaMask Learn" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-blog/options.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": "Blog", 4 | "description": "The title for the blog used in SEO" 5 | }, 6 | "description": { 7 | "message": "Blog", 8 | "description": "The description for the blog used in SEO" 9 | }, 10 | "sidebar.title": { 11 | "message": "Recent posts", 12 | "description": "The label for the left sidebar" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/getting-started/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "开始" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/managing-my-tokens/custom-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "自定义代币" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/managing-my-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "管理我的代币" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/managing-my-tokens/moving-your-tokens/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "转移您的代币" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/managing-my-wallet/accounts-and-addresses/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "帐户和地址" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/managing-my-wallet/accounts-and-addresses/what-are-imported-accounts-.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "什么是导入账户?" 3 | --- 4 | 5 | **导入的账户**是您使用私钥字符串或私钥 JSON 文件导入的账户,且并非使用与您的钱包相同的助记词所创建。 6 | 7 | 因此,当您使用助记词恢复 MetaMask 账户时,这些账户不会自动出现。与您的 MetaMask 助记词关联的数据无法添加或扩展到导入的账户,并且之前导入的账户绝不会将这些数据与您的钱包所关联的助记词相关联。 8 | 9 | 因此,您必须妥善单独保存用于访问导入账户的信息,确保将来能够恢复这些账户(类似于您应该知道如何离线备份您的助记词)。 10 | 11 | **导入账户会在 MetaMask 界面上显示。您可以使用以下方式查看此标签:** 12 | 13 | 点击右上角网络指示器标签旁边的图标,打开下拉菜单。 14 | 15 |
16 |
17 | What_are_imported_accounts.gif 24 |
25 |
26 | 27 | 有关如何导入账户的信息,请参见[此处](/managing-my-wallet/accounts-and-addresses/how-to-import-an-account)。 28 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/managing-my-wallet/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "管理我的钱包" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/managing-my-wallet/resetting-deleting-and-restoring/how-to-clear-your-account-activity-reset-account.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "如何重置账户" 3 | --- 4 | 5 | 账户重置,如非必要,切莫使用,通常用于解决停滞的交易和待处理的交易。我们不建议您重置账户,除非我们支持人员建议您这样做。 6 | 7 | 账户重置主要面向开发人员,他们可能会觉得在继续使用同一账户时重置测试网络很有用。重置时,MetaMask 会将网络 ID 视为处于全新状态的干净网络,实质上就是重置交易历史记录。 8 | 9 | 注意:重置账户**仅影响当前网络**。 10 | 11 | **重置之前,我们建议您[下载状态日志](/managing-my-wallet/using-metamask/how-to-download-state-logs)。如有必要,我们的支持人员能够据此排查根本原因。重置过程不可逆转,而且对大多数用户来说不是一个常见的功能。** 12 | 13 | #### **_您的账户不会有经济损失。_** 14 | 15 | ### 要重置账户: 16 | 17 | 1. 在扩展版上,单击右上角的账户图标。在移动版上,点击左上角的汉堡包图标,打开主菜单。 18 | 2. 选择**设置** 19 | 3. 选择**高级** 20 | 4. 向下滚动鼠标,单击**重置账户** 21 | 22 |
23 |
24 | 如何重置账户 31 |
32 |
33 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/managing-my-wallet/resetting-deleting-and-restoring/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "重置、删除和恢复" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/metamask-portfolio/buy/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "购买加密货币" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/metamask-portfolio/buy/my-country-region-isnt-supported-for-buying-crypto.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "我的国家/地区不支持购买加密货币" 3 | --- 4 | 5 | 虽然我们希望 MetaMask 的功能人尽可用,但在 MetaMask 中购买加密货币(也称为入金)并非普遍可行。 6 | 7 | 原因在于与我们合作的公司无法在每个司法管辖区开展业务,他们的运营受到不同法律法规的影响。 8 | 9 | 如果您所在的国家/地区不受支持,您仍然可以采取其他方式将代币存入您的钱包。例如,一种方式是在中心化交易所 (CEX) **购买**代币,然后存入 MetaMask。 请参阅[我们的指南](/getting-started/direct-deposit-receive-tokens-to-your-metamask-wallet),了解详情。另外请记住,这种方式,就像入金本身一样,通常需要 KYC(了解您的客户)步骤,例如证明您的身份,并且可用性也因地区而异。 CEX 是托管的,因此也不同于 MetaMask,这就是说您无法控制您的[私钥](/getting-started/user-guide-secret-recovery-phrase-password-and-private-keys)。 10 | 11 | 您还可以发送简单交易,安排 P2P(点对点)存入您的钱包。 12 | 13 | 无论您选择哪种方法,请在交出款项之前自行研究,确保所用平台是安全的。始终[保持良好的 web3 安全习惯](/privacy-and-security/what-is-a-secret-recovery-phrase-and-how-to-keep-your-crypto-wallet-secure)。 14 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/metamask-portfolio/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Portfolio" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/metamask-snaps/how-to-enable-metamask-snaps.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "如何启用 MetaMask Snaps" 3 | --- 4 | 5 | MetaMask Snaps 是为您的 MetaMask 体验解锁一系列令人兴奋的新功能的关键。 6 | 7 | 要开始使用 MetaMask Snaps,请确保 MetaMask Extension **至少更新到**版本11.0。 [了解有关更新 MetaMask 的更多信息](/managing-my-wallet/using-metamask/how-to-update-the-version-of-metamask)。 请注意,MetaMask Snaps 目前仅适用于 MetaMask 浏览器扩展程序。 8 | 9 | 然后,请参阅我们的 [MetaMask Snap 入门](/metamask-snaps/getting-started-with-metamask-snaps)指南以进一步探索! 🚀 10 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/metamask-snaps/how-to-troubleshoot-snap-issues.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "如何对Snap进行故障排除" 3 | --- 4 | 5 | MetaMask Snaps 可让您将 MetaMask 体验提升到更高水平,但如果出现问题,可能会很烦人。 如果您在使用MetaMask Snaps平台或特定Snap时遇到困难,请不要担心! 本指南旨在帮助您解决与 MetaMask Snaps 相关的问题。 6 | 7 | ## 故障排除 8 | 9 | **MetaMask Snaps 平台**是指支持在 MetaMask 内集成第三方应用程序的底层框架。 **每个Snap**都是特定的应用程序,安装后可以扩展MetaMask的功能。 10 | 11 | MetaMask Snaps平台本身的问题(可能会影响多个或所有已安装的Snap)与特定于一个Snap的问题,必须区分开来。 12 | 13 | ### MetaMask Snaps 平台 14 | 15 | 发现您所使用的MetaMask本身或Snap安装有问题吗? 尝试以下解决方案: 16 | 17 | 1. **更新您的 MetaMask 浏览器扩展程序**确保您安装了最新版本的 MetaMask 浏览器扩展程序。 [了解有关更新 MetaMask 的更多信息](/managing-my-wallet/using-metamask/how-to-update-the-version-of-metamask)。 请注意,MetaMask Snaps 目前不适用于 MetaMask Mobile。 18 | 2. **联系 MetaMask 支持团队**您的问题仍存在吗? 通过 MetaMask 支持团队[主页](https://support.metamask.io/hc)上的“开始对话”按钮与支持团队联系。 19 | 20 | ### 个别的Snap 21 | 22 | 特定的Snap出现问题? 查看以下建议: 23 | 24 | 1. **将Snap更新到最新版本**请前往您安装Snap的dapp(去中心化应用)或网页,确保您的Snap已更新到最新版本。 [了解有关更新Snap的更多信息](/metamask-snaps/how-to-update-a-snap)。 25 | 2. **重新安装Snap**尝试删除出现问题的Snap,然后重新安装。 您可以在MetaMask Snaps设置轻松卸载Snap。 [阅读更多有关卸载Snap的信息](/metamask-snaps/how-to-uninstall-a-snap)。 26 | 3. **联系Snap开发者**如果所有措施均无效,请联系Snap的开发者,他们是最能为您提供进一步帮助的。 许多人都有各种联系渠道,例如 Discord 或 GitHub 存储库。 27 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/metamask-snaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MetaMask Snaps" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "币安" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/sending-assets-to-binance-bnb-smart-chain.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "发送资产到币安(BNB 智能链)" 3 | --- 4 | 5 | 如果您想将代币从以太坊网络或其他与以太坊虚拟机兼容的网络转移回 BSC,那么您很幸运: 6 | 7 | 币安专门撰写了一[篇支持文章,帮助解](https://academy.binance.com/en/articles/how-to-recover-crypto-transferred-to-the-wrong-network-on-binance)答这个问题。该文专门讲述如何找回在错误网络上发送的资金,但也介绍了如何将资金转移到 BNB 智能链的一些要点。 8 | 9 | **请记住,MetaMask 只是允许您访问币安网,而不涉及代币如何运作,或者代币如何转移至 BSC 或从 BSC 转移出去。**为此,我们鼓励您直接向币安的支持部门咨询所有与币安有关的问题。 10 | 11 | 确保**在做交易之前,**向币安询问是否有特别要求。 12 | 13 | 如果**对于币安仍有疑问**,请直接**联系**[币安支持](https://www.binance.com/en/support)团队。 14 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/networks-and-sidechains/binance/transferring-assets-to-the-binance-exchange.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "将资产转移至币安交易所" 3 | --- 4 | 5 | #### _注:本文描述了将您在 MetaMask 中持有的资产转移至币安中心化交易所 (CEX) 的过程。 这不同于将资产从 MetaMask[转移到币安智能链。](/networks-and-sidechains/binance/sending-assets-to-binance-bnb-smart-chain)_ 6 | 7 | 如果您试图将资产从 MetaMask 转移至币安,请确保您遵循指南以避免损失。 8 | 9 | 首先,您必须了解币安是一家仅在少数几个网络上运行的中心化交易所。 **(以太坊主网、币安智能链、Polygon 等)**请确保您肯定以下事情: 10 | 11 | - 您的代币当前所在的网络(您发送代币所在的网络) 12 | - 币安 Support for that network on the Binance exchange. 13 | 14 | :::danger 15 | 16 | #### 警告 17 | 18 | 如果您已经发送了代币,而币安不支持该网络,那么您的资金很可能一去不复返了。如需更多信息,请访问 [https://www.binance.com/en/support](https://www.binance.com/en/support)** 联系币安。** 19 | 20 | ::: 21 | 22 | 您在确保币安支持该网络之后,还需要确保在 MetaMask 上的资金足够支付*该网络的 gas 费*。 23 | 24 | 请注意,Gas 费以相关网络的原生代币支付,例如: 25 | 26 | - 以太坊主网的 ETH 27 | - 币安智能链的币安币 28 | - Polygon 的 MATIC。 29 | 30 | 如果您没有代币支付 gas 费,则将无法将资产发送到币安交易所。 31 | 32 | 请按照[此处的币安说明](https://support.binance.us/hc/en-us/articles/360046787054-How-to-Deposit-Crypto)(适用于美国交易所)[或此处](https://www.binance.com/en/support/faq/115003764971)(适用于美国之外的交易所),获取在币安账户中所存代币的具体地址。当您需要提供目标地址时,复制此地址并粘贴到 MetaMask [中。](/managing-my-tokens/moving-your-tokens/how-to-send-tokens-from-your-metamask-wallet) 33 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/networks-and-sidechains/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "网络和侧链" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/networks-and-sidechains/managing-networks/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "管理网络" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/nfts/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "非同质化代币" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/privacy-and-security/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "隐私和安全" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/token-swaps/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "代币兑换" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/transactions-and-gas/gas-fees/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Gas 费" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/transactions-and-gas/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "交易和 Gas" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/can-i-reverse-an-already-confirmed-transaction.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "是否可以撤销已确认的交易?" 3 | --- 4 | 5 | 去中心化区块链是不可变的,这意味着它们包含的数据无法更改。交易确认并显示为成功后,**无法撤销/取消交易。**通常,交易确认后,即最终确定,然后添加至下一个区块。 6 | 7 | **您只能在交易仍处于待处理状态时取消交易。** 8 | 9 | **我们无法恢复已经完成的交易。** 10 | 11 | 您只能向接收方或接收应用程序核实,确定对方可否有所作为(即,新建一笔交易退还资金)。 12 | 13 | _有关一般交易的更多信息,[请参阅此处。](/transactions-and-gas/transactions/user-guide-transactions-and-failed-transactions)_ 14 | 15 | _如需如何取消或加快待处理交易的说明,[请参阅此处](/transactions-and-gas/transactions/how-to-speed-up-or-cancel-a-pending-transaction)。_ 16 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "交易" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/transactions-and-gas/transactions/resetting-your-account-in-the-event-of-a-stuck-or-pending-transaction.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "交易停滞或待处理时重置您的账户" 3 | --- 4 | 5 | :::danger 6 | 7 | #### 小心! 8 | 9 | 重置账户须遵循 MetaMask 支持团队成员的指示。 10 | 11 | ::: 12 | 13 | 有时,交易可能在预期时间内未能完成。发生这种情况的原因有很多,例如用完了原生代币而无法支付 Gas 费,或是在高流量时设置低 Gas 限额,从而导致交易丧失时效。 14 | 15 | 在其他情况下,MetaMask 可能存在软件问题,在这些情况下,您可能需要重置账户。 16 | 17 | 重置将擦除您的交易历史记录,其中包括 MetaMask 已知的待处理交易。鉴于重置对您账户的影响,只有在支持人员的指导下,才能重置账户。 18 | 19 | **请参阅[指南](/managing-my-wallet/resetting-deleting-and-restoring/how-to-clear-your-account-activity-reset-account)**,简要了解如何重置账户,以及一些重要事项。 20 | 21 | 请注意,只有当您的交易在区块浏览器上不可见时,才应**重置您的账户**。在[此处](/managing-my-wallet/how-to-check-my-wallet-activity-on-the-blockchain-explorer)了解如何搜索您的交易。 22 | 23 | :::info 24 | 25 | #### 重置账户还是重置钱包? 26 | 27 | 此两者为不同的流程,不应混淆。重置账户基本上清除了交易历史记录。重置钱包则是将 MetaMask 恢复到首次安装并创建钱包时的状态。 28 | 29 | 有关每个流程的更多信息,请参阅相应的文章: 30 | 31 | - [重置钱包](/managing-my-wallet/resetting-deleting-and-restoring/how-to-reset-your-wallet) 32 | - [重置账户](/managing-my-wallet/resetting-deleting-and-restoring/how-to-clear-your-account-activity-reset-account) 33 | 34 | ::: 35 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-plugin-content-docs/current/troubleshooting/index.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "故障排除" 3 | --- 4 | 5 | import DocCardList from "@theme/DocCardList"; 6 | 7 | 8 | -------------------------------------------------------------------------------- /i18n/zh-cn/docusaurus-theme-classic/navbar.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": { 3 | "message": " ", 4 | "description": "The title in the navbar" 5 | }, 6 | "logo.alt": { 7 | "message": "MetaMask Support", 8 | "description": "The alt text of navbar logo" 9 | }, 10 | "item.label.MetaMask Activity": { 11 | "message": "MetaMask Activity", 12 | "description": "Navbar item with label MetaMask Activity" 13 | }, 14 | "item.label.How to Contact Support": { 15 | "message": "How to Contact Support", 16 | "description": "Navbar item with label How to Contact Support" 17 | }, 18 | "item.label.MetaMask Learn": { 19 | "message": "MetaMask Learn", 20 | "description": "Navbar item with label MetaMask Learn" 21 | } 22 | } 23 | --------------------------------------------------------------------------------