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

# Quickstart

> Submit your first Hedera transaction using the portal playground, create and fund a testnet account, and view the result on HashScan in minutes.

This quickstart walks you through submitting your first Hedera transaction using the playground, creating and funding a testnet account via the developer portal, and viewing the transaction on HashScan.

***

## Submit Your First Transaction

<Steps>
  <Step title="Open the Playground">
    <Card horizontal title="OPEN PLAYGROUND" href="https://portal.hedera.com/playground" icon="rectangle-terminal" />
  </Step>

  <Step title="Transfer HBAR transaction">
    Under the **Account & HBAR** native services, click the **Transfer HBAR** transaction from the left navigation

    1. Replace `receiverAccount` with account ID "0.0.800"
    2. Then click on **Get Account Balance** under Queries
  </Step>

  <Step title="Execute transaction">
    Click the **Execute** button to submit your first transaction.

    <Frame>
      <img src="https://mintcdn.com/hedera-0c6e0218-mintlify-bc559771/ziCKGOgsAcuQ9RPD/images/getting-started-hedera-native-developers/quickstart/quickstart-1.png?fit=max&auto=format&n=ziCKGOgsAcuQ9RPD&q=85&s=18834e62fb4f1dbce255d06ed9fe082b" width="2880" height="2088" data-path="images/getting-started-hedera-native-developers/quickstart/quickstart-1.png" />
    </Frame>
  </Step>

  <Step title="Create a Hedera testnet account">
    When you click **Execute**, you’ll be prompted to sign up for a developer portal account. Once logged in, click the **CREATE ACCOUNT** button to complete the testnet account creation flow.

    <div>
      <Frame>
        <img src="https://mintcdn.com/hedera-0c6e0218-mintlify-bc559771/ziCKGOgsAcuQ9RPD/images/getting-started-hedera-native-developers/quickstart/quickstart-2.png?fit=max&auto=format&n=ziCKGOgsAcuQ9RPD&q=85&s=247f6d826902472d40fc1c1fda54209f" width="2662" height="1944" data-path="images/getting-started-hedera-native-developers/quickstart/quickstart-2.png" />
      </Frame>

      <Frame>
        <img src="https://mintcdn.com/hedera-0c6e0218-mintlify-bc559771/ziCKGOgsAcuQ9RPD/images/getting-started-hedera-native-developers/quickstart/quickstart-3.png?fit=max&auto=format&n=ziCKGOgsAcuQ9RPD&q=85&s=fccace01622b6dfb1311a63203f70464" width="2662" height="1944" data-path="images/getting-started-hedera-native-developers/quickstart/quickstart-3.png" />
      </Frame>

      <Frame>
        <img src="https://mintcdn.com/hedera-0c6e0218-mintlify-bc559771/ziCKGOgsAcuQ9RPD/images/getting-started-hedera-native-developers/quickstart/quickstart-4.png?fit=max&auto=format&n=ziCKGOgsAcuQ9RPD&q=85&s=a6a97fd00c058a98a764042cbc89f7a7" width="2384" height="1878" data-path="images/getting-started-hedera-native-developers/quickstart/quickstart-4.png" />
      </Frame>
    </div>

    Your new testnet account will be automatically funded with **1000 HBAR**. View your account ID and key pair from the portal dashboard.

    <Frame>
      <img src="https://mintcdn.com/hedera-0c6e0218-mintlify-bc559771/ziCKGOgsAcuQ9RPD/images/getting-started-hedera-native-developers/quickstart/quickstart-5.png?fit=max&auto=format&n=ziCKGOgsAcuQ9RPD&q=85&s=2a9e3e58c1dcc9489b7cddf6b2e18a5c" width="1262" height="1042" data-path="images/getting-started-hedera-native-developers/quickstart/quickstart-5.png" />
    </Frame>
  </Step>

  <Step title="View the transaction on HashScan">
    View and verify the transaction details and success confirmation. Click the HashScan link from the transaction output on the playground. View your transaction details, account history, and network activity.

    ```
    -------------------------------- Transfer HBAR ------------------------------ 
    Receipt status           : SUCCESS
    Transaction ID           : 0.0.6239936@1751330868.909246536
    <strong>Hashscan URL             : https://hashscan.io/testnet/tx/0.0.6239936@1751330868.909246536
    </strong>-------------------------------- Account Balance ------------------------------
    HBAR account balance     : 995.99724961 ℏ
    Token account balance    : {}

    ```
  </Step>
</Steps>

***

## Next Step

* [Create an Account](/learn/getting-started/create-portal-account)
* [Create a Token](/native/tutorials/tokens/create-first-token)
* [Create a Topic](/native/tutorials/consensus/create-first-topic)
