Prerequisites
Before you begin, make sure you have:
- An Android phone running Android 8.0+
- MoniMata APK installed from GitHub releases
- A Nigerian bank account (for sync — optional)
Step 1: Create Your First Budget
Open MoniMata and tap "New Budget". Enter your expected income for the month.
Choosing Categories
MoniMata comes with default categories, but you can customise them. Here are the recommended ones:
- Rent / Housing
- Food & Groceries
- Transport
- Utilities (electricity, water, internet)
- Savings & Investments
- Entertainment
Auto-Assign Strategies
MoniMata supports 5 auto-assign strategies to speed up budgeting:
- Last month's budget — copies your previous assignments
- Average — uses the average of the last 3 months
- Proportional — splits income by your custom ratios
- Savings first — assigns savings goals before spending
- Manual — you assign everything yourself
Step 2: Connect Your Bank
Navigate to Settings → Bank Sync and tap Connect with Mono. Follow the prompts to link your account. Read the Mono privacy policy for details.
Step 3: Configure Notifications
Pidgin nudges are configured via a simple JSON-like settings object:
{
"nudges": {
"enabled": true,
"language": "pidgin",
"frequency": "daily",
"time": "09:00",
"examples": [
"Oga, you never budget today o!",
"Your food money don almost finish — ₦1,200 remain.",
"Congrats! You don save ₦5,000 this week. Keep am up!"
]
}
}Step 4: Pay Bills Directly
MoniMata integrates with Interswitch for bill payments. Supported billers include:
- Airtime — MTN, Airtel, Glo, 9Mobile
- Data bundles — all major networks
- Electricity — IKEDC, EKEDC, IBEDC, and more
- Cable TV — DStv, GOtv, Startimes
Testing Bill Payments (Dev Mode)
# Enable dev mode for test payments
export MONIMATA_ENV=sandbox
monimata bills pay --biller=airtime --amount=100 --phone=08012345678The best budget is the one you actually follow. Start simple, adjust as you go.
Step 5: Track Your Savings Goals
Create unlimited savings goals — emergency fund, japa fund, new phone, wedding, anything. MoniMata tracks your progress with visual indicators.
Savings Goal Tips
- Set realistic timelines
- Enable auto-deduct from budget surplus
- Review and adjust quarterly
Video Walkthrough
Next Steps
You're all set! Explore the app, customise your categories, and start giving every kobo a job. If you run into any issues, check the FAQs or reach out on GitHub.