# I can´t unbound liquidity from Saga-Usdc in Osmosis

**URL:** https://forum.osmosis.zone/t/i-can-t-unbound-liquidity-from-saga-usdc-in-osmosis/3144
**Category:** General
**Created:** [September 19, 2024, 8:56pm UTC](https://forum.osmosis.zone/t/i-can-t-unbound-liquidity-from-saga-usdc-in-osmosis/3144 "2024-09-19T20:56:29Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![JohnnyWyles](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.osmosis.zone/johnnywyles/32/3114_2.png) [@JohnnyWyles](https://forum.osmosis.zone/u/JohnnyWyles)
#### Post date: [September 21, 2024, 12:05pm UTC](https://forum.osmosis.zone/t/i-can-t-unbound-liquidity-from-saga-usdc-in-osmosis/3144/5 "2024-09-21T12:05:51Z")

</div>

Workaround at the moment is quite complex and unless urgent would recommend waiting for this to be resolvedb

Download the osmosisd binary from github =\>

> **[Release Osmosis v26.0.0 🧪 · osmosis-labs/osmosis](https://github.com/osmosis-labs/osmosis/releases/tag/v26.0.0)**
>
> Features
> Taker Fee Revenue Share
> Adds a new mechanism that allows taker fee revenue agreements to be set by governance.
> This will initially be used to implement the Nomic Revenue Share approved by ...

add the ledger to the cli \<=

`osmosisd keys add leg --ledger`

query positions using their address

`osmosisd q concentratedliquidity user-positions <addr> --node https://rpc.osmosis.zone:443`

use the position id and liquidity to submit the txn

`osmosisd tx concentratedliquidity withdraw-position positionid liquidity --from leg --chain-id osmosis-1 --sign-mode amino-json --fees 3005uosmo --gas 1201872`

---

_[View the full topic](https://forum.osmosis.zone/t/i-can-t-unbound-liquidity-from-saga-usdc-in-osmosis/3144)._
