# Execute transactions onchain

> Markdown export of the Gearbox Protocol documentation page for agents and retrieval systems.

Canonical page: https://docs.gearbox.finance/curators/execute-transactions-onchain
Source file: content/curators/execute-transactions-onchain.mdx
Section router: https://docs.gearbox.finance/curators/llms.txt
Section full export: https://docs.gearbox.finance/curators/llms-full.txt

This is the final step. With the market configured, parameters verified, and user experience tested, the changes are ready to be pushed to the live blockchain.

### The Timelock Lifecycle

Gearbox governance enforces a **24-hour Timelock** on all critical changes. This security feature provides users time to exit if they disagree with a parameter change.

Deployment consists of two distinct actions:

1. **Queue (Propose):** Submit the transaction to the Timelock contract. The 24-hour countdown begins.
2. **Execute (Apply):** After the countdown ends, submit a second transaction to apply the changes.


1


### Finalize the Proposal

Navigate to the GIP page in the interface.

1. **Finalize:** Click **"Finalize GIP"**. This locks the configuration and prepares the transaction data.
2. **Set Earliest Execution Date:**
   * The default timelock is 24 hours.
   * **Calculation:** `Current Time + Signing Buffer + 24 Hours`.
   * *Recommendation:* Add a buffer (e.g., 2 hours) to allow sufficient time for collecting signatures from multisig signers before the target execution time.


**Troubleshooting:** If last-minute edits are required, click **"Reopen for Changes"**. Re-finalization is required after editing.


![Figure](https://docs.gearbox.finance/assets/docs/curators/execute-transactions-onchain/01-finalize-the-proposal.png)


2


## Queue the Transaction

The interface generates a link to the **Permissionless Safe App**.

1. Click the link to open the Safe App.
2. **Sign & Submit:** Execute the transaction in the Safe. This initiates the onchain timer.


![Figure](https://docs.gearbox.finance/assets/docs/curators/execute-transactions-onchain/02-queue-the-transaction.png)


### Video walkthrough

[<https://youtu.be/pgAr1PPZiiM>](<https://youtu.be/pgAr1PPZiiM>)


3


## Execute (After 24 Hours)

Once the timelock expires:

1. Return to the **Permissionless Safe App**.
2. **Sign & Submit:** Execute the final transaction.

### Video walkthrough

[<https://youtu.be/pXRQ-r_DZKI>](<https://youtu.be/pXRQ-r_DZKI>)


<details>

<summary>Learn more: Transaction lifecycle details</summary>


![Figure](https://docs.gearbox.finance/assets/docs/curators/execute-transactions-onchain/03-timeline.png)


</details>

### Deployment Complete

The market is now live on the blockchain.

* **New Pools:** Lenders can deposit assets.
* **New Strategies:** Borrowers can open Credit Accounts.

**Requirement:** Ensure the frontend PRs have been merged so users can view the new market and strategies in the app.

* Review [frontend listing guide](https://docs.gearbox.finance/curators/listing-a-new-asset-in-the-main-app).
