Overview
Creating a reserve establishes a designated fund within your organization’s equity for a specific future purpose. Reserves help you organize and track savings toward goals while keeping funds separate from general retained earnings.Before You Begin
- You have
reserves:writepermission - You have identified a specific purpose for the reserve
- You have determined target reserve amount (optional but recommended)
- You’ve decided on a unique, descriptive name
Step-by-Step Instructions
Step 1: Navigate to Reserves
Open Reserves section
Click Add Reserve or New Reserve
Step 2: Enter Reserve Details
Step 3: Choose Reserve Name
Use clear, specific names that indicate purpose: Good names:- “Emergency Fund”
- “Building Purchase Reserve”
- “Computer Equipment Replacement”
- “Loan Loss Reserve”
- “Member Dividend Reserve 2026”
- “Statutory Reserve”
- “Expansion Fund”
- “Reserve 1”
- “Miscellaneous”
- “Money”
- “Savings”
- Must be non-empty string
- Must be unique within your organization (cannot duplicate existing reserve name)
- Can be updated later if needed
- Used in ledger account name: ” Reserve Allocation”
Step 4: Add Description (Optional but Recommended)
Provide details about the reserve’s purpose, target amount, and usage rules: Example descriptions: Emergency Reserve:Step 5: Set Active Status
Active (recommended for new reserves):- Reserve can receive top-ups
- Appears in allocation dialogs and dropdown lists
- Default setting for all new reserves
- Reserve cannot receive new allocations or releases
- Use when reserve is fully funded and no longer growing
- Use when reserve purpose is complete but keeping for historical tracking
- Can be toggled back to active later if needed
- After reserve reaches target and no more allocations needed
- When reserve purpose is obsolete but you want to keep the record
- For year-specific reserves after the year ends (e.g., “Dividend Reserve 2025” after 2025)
Step 6: Submit
Review all fields
Check description includes target amount and purpose
Click Save or Create Reserve
Confirm creation
Allocate initial funds (next step)
What Happens During Creation
When you create a reserve, Agatabo automatically:-
Creates ReserveAllocationMeta record
- Stores reserve metadata (id, name, description, isActive)
- Links to your organization
- Generates unique UUID identifier
-
Creates linked ledger account
- Role: RESERVE_ALLOCATION (equity account type)
- Scope key:
reserve:{reserveId}(unique identifier) - Account name: “{Reserve Name} Reserve Allocation”
- Initial balance: 0 (zero)
-
Adds to reserves list
- Appears in reserve listing pages
- Available in allocation dropdowns (if active)
- Queryable via
/reserve-allocationsendpoint
-
Logs in audit trail
- Records who created the reserve
- Timestamp of creation
- Initial configuration
Common Scenarios
Setting Up Standard Reserve Set
Many tontines benefit from these core reserves:Create Emergency Reserve
Description: “Cover unexpected operational expenses. Target: 3,000,000 RWF (3 months operating expenses). Allocate 200,000 RWF monthly.”
Active: Yes
Create Loan Loss Reserve
Description: “Cover bad debt from loan defaults. Target: 5-10% of outstanding loans. Review quarterly.”
Active: Yes
Create Equipment Reserve
Description: “Replace aging computers and furniture. Target: Based on equipment lifecycle. Allocate 100,000 RWF monthly.”
Active: Yes
Establish allocation policy
Begin monthly allocations
Creating Project-Specific Reserve
For one-time goals with specific timelines:Create reserve with project name
Description: “Save toward purchasing 200sqm office space in Kimihurura. Target: 30,000,000 RWF. Purchase planned: December 2030. Allocate 25% of monthly profit.”
Set clear timeline
Calculate monthly allocation
30,000,000 RWF / 60 months = 500,000 RWF/month
Begin aggressive allocations
Mark inactive after use
Creating Year-Specific Reserve
For annual recurring purposes:Create with year in name
Description: “Designated funds for 2026 annual dividend distribution. Target: 5,000,000 RWF. Distribution: December 2026 AGM.”
Allocate throughout year
Release for dividend payment
Mark inactive after year-end
Create next year's reserve
Replacing or Restructuring Reserve
If you need to rename or restructure: Option 1: Update Existing Reserve (recommended)Navigate to reserve details
Click Edit or Update
Save changes
Check reserve balance
Check transaction history
Delete old reserve
Create new reserve
Release all funds from old reserve
Mark old reserve inactive
Create new reserve
Allocate funds to new reserve
Validation and Constraints
Name Validation
Rules:- ✅ Must be non-empty string
- ✅ Must be unique within organization (case-sensitive)
- ❌ Cannot be blank or whitespace only
- ❌ Cannot duplicate existing reserve name
- Error: “A reserve with this name already exists”
- Choose different name
- Or update existing reserve instead of creating new one
- Consider adding year or version (e.g., “Emergency Fund v2”)
Description
Rules:- ✅ Optional field
- ✅ Can be null or empty string
- ✅ No length limit (but keep reasonable for readability)
Active Status
Rules:- ✅ Optional field
- ✅ Boolean: true (active) or false (inactive)
- ✅ Defaults to true if not specified
Initial Balance
Fixed value:- All new reserves start with balance = 0
- Cannot set initial balance during creation
- Must use “Top Up” operation after creation to allocate funds
Best Practices
- Use consistent naming conventions (e.g., all end with “Reserve” or “Fund”)
- Include year for time-specific reserves (“Expansion Fund 2026”)
- Use descriptive names that clearly indicate purpose
- Keep names concise but meaningful (under 50 characters)
- Limit to 3-7 reserves (too many become difficult to manage)
- Don’t create a reserve unless you intend to actually allocate to it
- Consolidate similar-purpose reserves rather than creating many small ones
- Always add detailed description with target amount
- Include allocation policy (% of profit, fixed monthly amount)
- Document usage/approval requirements
- Specify review frequency (monthly, quarterly, annually)
- Set specific, measurable targets in descriptions
- Emergency fund: 3-6 months operating expenses
- Loan loss: 5-10% of outstanding loans
- Equipment: Based on replacement cost and lifecycle
- Building/expansion: Based on project estimates
- Get member approval for reserve policies (good governance)
- Document reserve strategy in bylaws or financial guidelines
- Review reserve structure annually - consolidate or eliminate unused reserves
- Report reserve balances and targets to members at meetings
- Create all planned reserves upfront (don’t add ad-hoc)
- Begin allocations immediately after creation
- Mark inactive rather than deleting (preserves history)
- Review descriptions annually and update targets as needed
Troubleshooting
”A reserve with this name already exists”
Cause: Reserve names must be unique within your organization Solutions:- Choose a different name
- Add year or version to differentiate (e.g., “Emergency Fund 2026”)
- Check if you meant to update the existing reserve instead
- View reserves list to see all existing names
Cannot allocate funds after creating reserve
Cause: New reserves start with zero balance - creation and allocation are separate operations Solution:Navigate to reserve details
Click Top Up or Adjust Balance
Select Top Up action
Enter amount
Confirm
Reserve doesn’t appear in allocation dropdown
Possible causes:-
Reserve is inactive
- Solution: Edit reserve and set Active = true
-
Missing permissions
- Solution: Ensure you have
reserves:readpermission
- Solution: Ensure you have
-
Page not refreshed
- Solution: Refresh the page to reload reserve list
-
Frontend filter
- Solution: Check if dropdown filters out certain reserves
Cannot delete newly created reserve
Cause: Even new reserves with zero balance cannot be deleted if they have ANY transaction history Explanation:- Creating the reserve creates the ledger account
- But ledger account creation is NOT a transaction
- Reserve is only deletable if it has NEVER had any top-ups or releases
- If you did even one top-up then released it all, cannot delete (has history)
- Mark the reserve as inactive instead of deleting
- Or use a different name if you must recreate
Permissions Required
reserves:write. Regular members typically have reserves:read (view only) or no access.