> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating a Transaction

> Record a new Transaction in the Console to move Asset balances between Accounts in your Ledger.

If you want to create a Transaction, follow these steps:

<Steps>
  <Step>
    From the **Transactions** page, click the **New Transaction** button.
  </Step>

  <Step>
    The **New Transaction** modal will open. Select the type of transaction you want to create:

    * **Simple 1:1** - Transactions using one source and one destination
    * **Complex n:n** - Transactions using more than one source or destination
  </Step>

  <Step>
    After selecting the transaction type, the **New Transaction** page opens with a step-by-step form:

    <Steps>
      <Step title="Transaction Data">
        Fill in the basic transaction information:

        * (Optional) Add a **Description** for the transaction
        * (Optional) Specify an **Accounting route group** for classification
        * Enter the **Value** (amount) to be transferred
        * Select the **Asset** that will be used in the transaction
      </Step>

      <Step>
        Click **Next** to proceed to the accounts selection step.
      </Step>

      <Step title="Source and Destination">
        Specify the accounts involved:

        * Search for the **source account** by alias and select it
        * Search for the **destination account** by alias and select it
        * For complex transactions, you can add multiple sources and/or destinations

        <Warning>
          You **must** use the account alias to perform transactions. Make sure you save it when you create your account.

          If you forget your alias, you can find it by [editing account information](/en/platform/lerian-console/midaz-console/editing-account-information).
        </Warning>
      </Step>

      <Step>
        Click **Next** to proceed to the operations step.
      </Step>

      <Step title="Operations">
        Review and adjust the operation details:

        * For simple transactions (1:1), the amounts are automatically filled
        * For complex transactions (n:n), specify the amount for each source (debit) and destination (credit)
        * Expand each operation to add optional descriptions and metadata

        <Note>
          For complex transactions, the sum of all source amounts must equal the sum of all destination amounts.
        </Note>
      </Step>
    </Steps>
  </Step>

  <Step>
    When all the information is correct, click the **Go to Review** button.
  </Step>

  <Step>
    A review page will be displayed showing a summary of all the transaction information:

    * Transaction value and asset
    * Source and destination accounts
    * Individual debit and credit operations
    * Metadata records (if any)
  </Step>

  <Step>
    Review the information carefully. If everything is correct:

    * Click **Send Transaction** to submit and view the transaction details
    * Click **Send and Create another** to submit and immediately start a new transaction
  </Step>

  <Step>
    Upon success, you will be redirected to the transaction details page showing the transaction summary, data, and status.
  </Step>
</Steps>

## Transaction Types explained

***

### Simple Transaction (1:1)

Use for straightforward transfers between two accounts:

* One source account (debit)
* One destination account (credit)
* Same amount debited and credited

**Example**: Transfer \$100 from Customer A to Merchant B.

### Complex Transaction (n:n)

Use for transactions involving multiple parties:

* Multiple source accounts (debits) and/or multiple destination accounts (credits)
* Amounts can be distributed across accounts
* Total debits must equal total credits

**Examples**:

* Payment with fees:
  * Customer pays \$103
  * Merchant receives \$100
  * Fee account receives \$3
* Consolidated payment: Multiple customers fund a single vendor payment
