El Paco is a deflationary utility token built on the Terra Classic blockchain. The ecosystem is designed around transparency, decentralised tools, and sustainable token utility, supporting a community-led approach to development.
A key feature of the ecosystem is our self-custodial CW20 trading bot, El Paco Trade Bot, enabling users to automate token swaps directly. All activity remains local and non-custodial - users retain full control over their assets and data.
El Paco supports the development of open, transparent infrastructure for the Terra Classic community, contributing to the revitalisation of the LUNC ecosystem through utility-driven tools powered by the El Paco token.

v0.9.72 Changelog
Adaptive market regime detector for bull, bear and sideways market to adapt the strategy for each one. Allowing profits to run in bull markets, protect losses in bear markets with improved bounce detection and scalp profits from small changes in sideways markets. New sideways test type too (very similar to light).
v0.9.71 Changelog
Fix for critical bug where sell trades passed token amount to the database instead of lunc recieved, breaking P/L calculations. New indicators and stats on the jobs dashboard giving even more insight. When starting a auto trade job, it'll always start a bullish price history so it buys in and starts trading early on. I've removed tickle trades as they didn't seem to help. Many changes and tweaks to the algorithm.
v0.9.7 Changelog
Dynamic fee system, the fee is now $1 worth of ELPACO tokens at current price for auto trading or $0.20 for auto buy/sell. New different market type simulations. Many changes to the auto trading algorithm.
v0.9.62 Changelog
Potential fix for an issue that now passed in the correct amount on a trade instead of using the presumed amount. Adds the trade reason the job dashboard.
v0.9.61 Changelog
Fixed a bug for not removing data properly. Many algorithm changes to stop over trading.
v0.9.6 Changelog
With better support for running multiple jobs. You now have full control to end each individual job with a complete live trading dashboard.
v0.9.55 Changelog
This version has had a wide range of fixes and improvements to the auto trading feature. Including the addition of tickle trades which will keep the bot making trades, creating volume and keeping things lively in a low volitilitly market. This encourages more trading from other market participents giving the bot more ability to make more profitable trades.
v0.9.54 Changelog
Improved reporting and profitability in simulation tests. Lot's of tweaks, fixes and changes.
v0.9.53 Changelog
Changes and fixes in the algorithm.
v0.9.52 Changelog
Many tweaks, improvements and changes to the algorithm for the best performance yet.
v0.9.51 Changelog
Fixing the P/L and compounding issues on tests and making sure simulations are identical to live environment.
v0.9.5 Changelog
Optimised for making trades during quiet times to help make the market. Far superior risk management.
v0.9.4 Changelog
This update includes fully simulated trading tests so we can analyse the data of a 24 hour period. With a whole lot of changes and additions to the algorithm, the bot is now running profitable in a lot of the tests i've done, although try it for yourself.
v0.9.3 Changelog
- Hard stop loss (make sure to get out of a trade when not profitable to stop trades from getting stuck under water)
- Added bearish drift (if indicators are bearish and low movement trigger unprofitable sells to keep markets moving)
- Resets trade data on canceling a job
- Other algorithm changes such as tradeable amounts tweaking.
v0.9.2 Changelog
- PnL Fix
- Fix for selling tokens by individual trades.
v0.9.1 Changelog
- Trading algorithm changes and fixes
- Wallet balance total fix
- Potential profit and loss fix
- Buy and sell messaging fix
v0.9.0 Changelog
This update includes the fully automated trading option. This is an early implementation released for community to help in debugging. This will automatically trade to a technical analysis of the token, weighing up decisions to either buy or sell. This may not be profitable yet and it will have bugs, however this should help create volume with the aim to make money making it more sustainable then auto buy and auto sell.
v0.8.6 Changelog
- Fix for pin timeout issue
v0.8.5 Changelog
- Fix for pin check on load
v0.8.4 Changelog
- Bug fixes
V0.8.3 changelog
- Fee bug fix
v0.8.2 Changelog
You must use the same PIN when upgrading from v0.8.1.
- Secrets now stored in OS keychain (much more secure).
- Mnemonic encryption uses ephemeral session keys, cleared from memory after use.
- Totals and current dollar value shown when viewing wallet.
- Major security improvements across all encryption, storage, and memory handling.
V0.8.1 changelog
- PIN based encryption model for storing the mnemonic key.
- Security changes