> For the complete documentation index, see [llms.txt](https://balancer-dao.gitbook.io/learn-about-balancer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://balancer-dao.gitbook.io/learn-about-balancer/fundamentals/vebal-tokenomics/financial-implications/boosting-bal-incentives/boost-delegation-for-contract-wallet.md).

# Boost Delegation for Contract Wallet

A common obstacle faced by users of vote escrowed systems is the inability to lock their token in the time based veBAL contract. For safe users this would mean no access to veBAL governance or boosted liquidity pool incentives.

If you would like to delegate your veBAL boost to another address, you can do so by calling the create\_boost function on the veBAL veboost contract <https://etherscan.io/address/0x2E96068b3D5B5BAE3D7515da4A1D2E52d08A2647#writeContract>

```
// code
_delegator = your address which has veBAL,
_receiver = your address you want to boost
_percentage = 5000 // 50% (10000 is 100% of your boost)
_cancel_time = 0 // allow yourself to cancel anytime
_expire_time = 1651363200 // unix timestamp for 1st 
of may (Check this! Also your lock needs to last past this time)
_id = 0,
```

This is useful for situations where you are LP'ing from a contract like a gnosis safe which, because it's a contract, is incapable of locking of veBAL. Instead, you lock up veBAL from an EOA and delegate your boost to your gnosis safe.

Note that the percentage is flexible over the complete range of boost which you would like to delegate.

[Vyper\_contract | Address 0x2E96068b3D5B5BAE3D7515da4A1D2E52d08A2647...](https://etherscan.io/address/0x2E96068b3D5B5BAE3D7515da4A1D2E52d08A2647)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://balancer-dao.gitbook.io/learn-about-balancer/fundamentals/vebal-tokenomics/financial-implications/boosting-bal-incentives/boost-delegation-for-contract-wallet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
