ASAIL empowers mariners to take control of their financial future. Whether it's planning a career, managing reimbursements, saving with dollar-cost averaging, or preparing for retirement, ASAIL provides tools to make informed financial decisions. This project is open-source, designed for public development, inspection, and security.
ASAIL is a Python-based tool aimed at seafarers, offering features like:
- Calculating savings and investments using dollar-cost averaging (DCA).
- Tracking reimbursements and wages.
- Integrating with cryptocurrencies (Bitcoin, Litecoin, Solana) for secure financial operations.
- Planning for long-term goals, such as pensions.
This project is in early development, and we welcome contributions from the community!
The name ASAIL stands for Autonomous Seafarers’ Asset Investment Logic, reflecting our mission to help mariners navigate their financial journey with confidence, just as they navigate the seas.
-
Clone the repository:
git clone https://github.com/K0JIbKA/ASAIL.git cd ASAIL -
Install dependencies (requires Python 3.8+):
pip install -r requirements.txt
-
Run the main script:
python main.py
Note: Ensure you have Python installed. Dependencies will be listed in requirements.txt (to be added).
Example: Calculate savings using dollar-cost averaging for Bitcoin investments.
python main.py --dca --amount 100 --currency BTC --interval monthlyOutput:
Investing $100 monthly in BTC:
- After 12 months: Estimated value $1,250
- Total invested: $1,200
More examples to be added as the project develops.
We welcome contributions! To get started:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature). - Commit your changes (
git commit -m 'Add your feature'). - Push to the branch (
git push origin feature/your-feature). - Open a Pull Request.
Please read CONTRIBUTING.md for more details (to be added).
- Add support for real-time cryptocurrency price tracking.
- Implement pension planning calculator.
- Integrate atomic swaps for Bitcoin, Litecoin, and Solana.
- Create a user-friendly CLI interface.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
For questions or suggestions, open an issue or contact K0JIbKA.