Freedom Cash
🦕 module to stabilize the buy price and increase the sell price of Freedom Cash.
Utility
Support peer to peer collaboration while preventing pump and dump frauds.
Reduce dependencies from exchanges by adding a buy and sell function within the smart contract itself.
This allows to define a reasonable pricing algorithm and ensures that people do not need to waste gas-, liquidity provider- and exchange fees.
Usage Example Beginners Demo
import { MoniqueDemo } from "https://deno.land/x/freedom_cash/mod.ts"
const sleepTimePerInterval = 3
const minHistoryLength = 3
const relevantHistoryLength = 99
const factor = 3
const monique = await MoniqueDemo.getInstance()
await monique.play(sleepTimePerInterval, minHistoryLength, relevantHistoryLength, factor)Usage Example Advanced
import { MoniqueBaumann } from "https://deno.land/x/freedom_cash/mod.ts";
const receiverWallets = [ ] // e.g. geocashing wallets / supportive communities wallets etc.
const sleepTimePerInterval = 81 // you can also combine long and short term bollingers via several processes
const minHistoryLength = 36
const relevantHistoryLength = 99
const factor = 3
const monique = await MoniqueBaumann.getInstance()
await monique.play(sleepTimePerInterval, minHistoryLength, relevantHistoryLength, factor, receiverWallets)For this to work you can create a .env.json file… ensure you keep it save and local - add a corresponding entry to .gitignore
{
"pkTestWallet": "", // use an experimental low budget wallet to reduce risk
"providerURL": "https://rpc.buildbear.io/<your input>" // use your own Ethereum node API or another provider URL you trust
}Q&A
Why don’t you create liquidity as an ETH/FreedomCash Tradingpair on Uniswap?
With our approach we reduce gas fees and avoid exchange fees for Freedom Cash investors. Our pricing approach protects against ponzi like vulnerabilities & drops of the sell price.
What happens if anyone creates a liquidity pool for Freedom Cash on Uniswap?
People are free to create liquidity pools e.g. with ETH/FreedomCash liquidity on Uniswap. It is just not necessary and not useful.
How is it possible that the sell price never drops?
The sell price of Freedom Cash expressed in Ether and sold via the smart contract can stay as it is or go up. It can never drop. Please study the smart contract and focus on the getSellPrice function.
Usage Example Client
There shall be many trustworthy frontends for Freedom Cash.
Programmers will be able to integrate Freedom Cash as svelte, angular or vue component starting on March 2024.
Donations
Thanks to Freedom Cash, we are already free.
If you want to donate, you might consider donating to the otherparty.co.uk to ensure people do not need to donate to victims but rather donate successfully to problem solvers.