You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To comply with European laws regarding authorized stablecoins, Binance introduced a system of credits for Futures trading, so that it can sidestep those restrictions.
Now we must use BNFCR credits to trade any Futures USDT or USDC pair.
Unfortunately, this kind of credits confuses Octobot and makes it unable to perform trades.
Supposedly, we should keep on using the original trading pair format (ex: SYMBOL=SUI/USDC:USDC)
But it doesn't work anymore.
We get errors like this on the log, when placing trades using Tradingview alerts:
Error when handling trading view signal: not enough funds: Not enough funds for NNN amount:
maximum available amount is 0E-22 and allow_holdings_adaptation is False
We also get this error on startup:
ValueConverter[binance] No trading pair including BNFCR and USDT on binance.
BNFCR can't be valued for portfolio and profitability.
and keep getting this error repeatedly:
PositionsUpdater[binance] Fail to update contracts settings : (error: NotSupported)
A clarification: BNFCR credits do not work exactly like other stablecoins. They can be used to trade on USDT and USDC pairs in place of the respective stablecoins, allowing one to trade in USDT even without a USDT balance, as long as one has a BNFCR balance instead. This is because european traders cannot use anauthorized stablecoins such as USDT. Recently, USDC has been deemed MiCA compliant, but still Binance forces traders to use BNFCR instead.
Note: to reproduce this you will need a Binance european account. US accounts are not affected.
The text was updated successfully, but these errors were encountered:
To comply with European laws regarding authorized stablecoins, Binance introduced a system of credits for Futures trading, so that it can sidestep those restrictions.
Now we must use BNFCR credits to trade any Futures USDT or USDC pair.
Unfortunately, this kind of credits confuses Octobot and makes it unable to perform trades.
Supposedly, we should keep on using the original trading pair format (ex:
SYMBOL=SUI/USDC:USDC
)But it doesn't work anymore.
We get errors like this on the log, when placing trades using Tradingview alerts:
We also get this error on startup:
and keep getting this error repeatedly:
A clarification: BNFCR credits do not work exactly like other stablecoins. They can be used to trade on USDT and USDC pairs in place of the respective stablecoins, allowing one to trade in USDT even without a USDT balance, as long as one has a BNFCR balance instead. This is because european traders cannot use anauthorized stablecoins such as USDT. Recently, USDC has been deemed MiCA compliant, but still Binance forces traders to use BNFCR instead.
The text was updated successfully, but these errors were encountered: