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

# Quickstart

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-docs-smart-contract-pectra-updates-v2/RC5mohakKcSTbcOA/images/getting-started-hedera-native-developers/quickstart/quickstart-1.png?fit=max&auto=format&n=RC5mohakKcSTbcOA&q=85&s=c80532ce64ec38079b144bec5f383432" 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-docs-smart-contract-pectra-updates-v2/RC5mohakKcSTbcOA/images/getting-started-hedera-native-developers/quickstart/quickstart-2.png?fit=max&auto=format&n=RC5mohakKcSTbcOA&q=85&s=f2f0e9ccbc6fe31dd11ba0096ad6091b" 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-docs-smart-contract-pectra-updates-v2/RC5mohakKcSTbcOA/images/getting-started-hedera-native-developers/quickstart/quickstart-3.png?fit=max&auto=format&n=RC5mohakKcSTbcOA&q=85&s=5a22fee1015ba7a7a29615117b58a4f9" 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-docs-smart-contract-pectra-updates-v2/RC5mohakKcSTbcOA/images/getting-started-hedera-native-developers/quickstart/quickstart-4.png?fit=max&auto=format&n=RC5mohakKcSTbcOA&q=85&s=e002f34b83535a52e25a4b9e2045356b" 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-docs-smart-contract-pectra-updates-v2/RC5mohakKcSTbcOA/images/getting-started-hedera-native-developers/quickstart/quickstart-5.png?fit=max&auto=format&n=RC5mohakKcSTbcOA&q=85&s=4ef44750c6c7d7662a3e41df217b9e31" 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)
