ckBTC Approve, Allowance and Transfer - ICRC1 to ICRC2

Hi All,

Trying to transfer ckBTC from dapp using plug-wallet but icrc1_balance return the true balance.
How should i transfer balance from icrc1 to icrc2 ? To work with Approve , Allowance and Transfer functionality. Getting insufficient fund.
Actually having some fund already
This is the principal o2lff-sae6t-dvphr-tzeqm-uhynr-fnt5q-tks35-dh32k-rjapn-pedje-oae
ckBTC canister Canister: ckBTC Ledger - ICP Dashboard

Thanks in advance

You can’t ‘transfer form icrc1 to icrc2’. icrc1 and icrc2 are two ways of interacting with the same balances. You can read the standards right here

Its works now. After reviewing the code https://raw.githubusercontent.com/dfinity/ICRC-1/main/ref/ICRC1.mo found that creating agent from actor and changed to plug-wallet and it works like charm. :grinning: