Error on sending token with minimum ADA involved OutputTooSmallUTxO

Trying to send an amount of fungible token the documentation says that we must send the transaction sending also 1 ADA on it (plus fee). Trying to do it I get this error:

Error: Command failed: cardano-cli transaction submit --mainnet --tx-file /cardano/tmp/tx_xufc3epf4.signed
Command failed: transaction submit  Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraMary (ApplyTxError [UtxowFailure (UtxoFailure (OutputTooSmallUTxO [(Addr Mainnet (KeyHashObj (KeyHash "f7dee2be3c69f0340ac127b040bc740f9ffb8821e4bd6e92f248f002")) (StakeRefBase (KeyHashObj (KeyHash "87c3bb7e62600339530490dae0b5fc4f8fdddcdd08dd2d8f03e6c282"))),Value 1000000 (fromList [(PolicyID {policyID = ScriptHash "47207b53d4a031fa7d023a8ffd154c8db855c7b42201ff44d3847d4f"},fromList [("CECoin",10000)])]))]))])

Any suggestion? Thanks

There needs to be some ADA added always in order to protect the ledger of growing uncontrolled.

That min value is not predefined but i calculated. See here how that is calculated:
https://docs.cardano.org/native-tokens/minimum-ada-value-requirement