> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-dependabot-github-actions-step-security-har.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Mainnet Accounts

To interact with and access the various Hedera Mainnet services such as accounts, topics, tokens, files, and smart contracts, you will need a Hedera account. Your Hedera account also holds a balance of HBAR, which can be used to make transaction fee payments or transfers to other accounts.

Create free mainnet accounts by visiting any of these wallet providers:

<Columns cols={2}>
  <Card title="ATOMIC" href="https://atomicwallet.io/" arrow img="https://mintcdn.com/hedera-0c6e0218-dependabot-github-actions-step-security-har/tLwWWHa39wNSfL2L/images/networks/mainnet/mainnet-access/mainnet-access-1.png?fit=max&auto=format&n=tLwWWHa39wNSfL2L&q=85&s=e0ab3bdb7b210a6894d3f6bfcf286234" width="752" height="461" data-path="images/networks/mainnet/mainnet-access/mainnet-access-1.png">
    ✅ Private Key Viewable
  </Card>

  <Card title="BLADE" href="https://www.bladewallet.io/" arrow img="https://mintcdn.com/hedera-0c6e0218-dependabot-github-actions-step-security-har/tLwWWHa39wNSfL2L/images/networks/mainnet/mainnet-access/mainnet-access-2.png?fit=max&auto=format&n=tLwWWHa39wNSfL2L&q=85&s=227c1a4ff25bdfc998c9317457697e73" width="752" height="564" data-path="images/networks/mainnet/mainnet-access/mainnet-access-2.png">
    ✅ Private Key Viewable

    ✅ SDK-compatible Passphrase
  </Card>

  <Card title="COINOMI" href="https://www.coinomi.com/en/" arrow img="https://mintcdn.com/hedera-0c6e0218-dependabot-github-actions-step-security-har/tLwWWHa39wNSfL2L/images/networks/mainnet/mainnet-access/mainnet-access-3.png?fit=max&auto=format&n=tLwWWHa39wNSfL2L&q=85&s=81eb59205fbe3bcf7d2adcae0617aa28" width="752" height="564" data-path="images/networks/mainnet/mainnet-access/mainnet-access-3.png">
    ✅ SDK-compatible Passphrase
  </Card>

  <Card title="EXODUS" href="https://www.exodus.com/hedera-wallet-hbar" arrow img="https://mintcdn.com/hedera-0c6e0218-dependabot-github-actions-step-security-har/tLwWWHa39wNSfL2L/images/networks/mainnet/mainnet-access/mainnet-access-4.png?fit=max&auto=format&n=tLwWWHa39wNSfL2L&q=85&s=fffdbd4cc55b2da849eecc2d48d2cdce" width="752" height="428" data-path="images/networks/mainnet/mainnet-access/mainnet-access-4.png">
    ✅ Private Key Viewable
  </Card>

  <Card title="GUARDA" href="https://guarda.com/" arrow img="https://mintcdn.com/hedera-0c6e0218-dependabot-github-actions-step-security-har/tLwWWHa39wNSfL2L/images/networks/mainnet/mainnet-access/mainnet-access-5.png?fit=max&auto=format&n=tLwWWHa39wNSfL2L&q=85&s=a5ec8203437fe10b6aa3e7eb6bc04e3a" width="752" height="564" data-path="images/networks/mainnet/mainnet-access/mainnet-access-5.png">
    ✅ Private Key Viewable
  </Card>

  <Card title="HASHPACK" href="https://www.hashpack.app/" arrow img="https://mintcdn.com/hedera-0c6e0218-dependabot-github-actions-step-security-har/D1Qsrj2J_Ngv-t9D/images/networks/mainnet/mainnet-access/mainnet-access-6.png?fit=max&auto=format&n=D1Qsrj2J_Ngv-t9D&q=85&s=6552050f305eb5fe7885e13508be7458" width="752" height="564" data-path="images/networks/mainnet/mainnet-access/mainnet-access-6.png">
    ✅ Private Key Viewable

    ✅ SDK-compatible Passphrase
  </Card>

  <Card title="KABILA" href="https://www.kabila.app/" arrow img="https://mintcdn.com/hedera-0c6e0218-dependabot-github-actions-step-security-har/D1Qsrj2J_Ngv-t9D/images/networks/mainnet/mainnet-access/mainnet-access-7.png?fit=max&auto=format&n=D1Qsrj2J_Ngv-t9D&q=85&s=bffb670084940f380c443118f263f6c9" width="500" height="500" data-path="images/networks/mainnet/mainnet-access/mainnet-access-7.png">
    ✅ Private Key Viewable

    ✅ SDK-compatible Passphrase
  </Card>

  <Card title="WALLAWALLET" href="https://wallawallet.com/" arrow img="https://mintcdn.com/hedera-0c6e0218-dependabot-github-actions-step-security-har/D1Qsrj2J_Ngv-t9D/images/networks/mainnet/mainnet-access/mainnet-access-8.png?fit=max&auto=format&n=D1Qsrj2J_Ngv-t9D&q=85&s=e8e6c4e368ba6e821b74029c8d5fc45b" width="752" height="564" data-path="images/networks/mainnet/mainnet-access/mainnet-access-8.png">
    ✅ Private Key Viewable

    ✅ SDK-compatible Passphrase
  </Card>
</Columns>

| Feature                     | Description                                                                                                                                             |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ✅ Private Key Viewable      | You have access to the private key associated with the mainnet account the wallet created for you                                                       |
| ✅ SDK-compatible Passphrase | The passphrase created by the wallet is compatible with the SDKs and can be used to recover the private keys for the account the wallet created for you |

### Create new mainnet accounts

Once you have obtained your mainnet account from a supported wallet, you can use the SDKs to create additional mainnet accounts.

To do this, you will need to point your Hedera client to mainnet (`Client.forMainnet()`)and use the `AccountCreateTransaction` API to create a new account. The transaction fee payer (referred to as the `operator` in the SDKs) information should be set to the mainnet account you created from one of the above wallets (`setOperator(<mainnetAccountId, mainnetAccountPrivateKey)`).

<Card title="Create An Account" href="/hedera/sdks-and-apis/sdks/accounts-and-hbar/create-an-account" />
