Tools that make saving fun and simple
Guided savings experiences, money games, calculators, and lessons — everything young savers need to build confidence with money.
Safe & reliable saving
Protect every young saver with advanced security and a required trusted adult on every plan.
A genuine savings plan kids own, with rewards that help every dollar grow.
Check balances, set goals, and add money from your phone with our secure mobile app.
Fun money games and age-appropriate lessons turn saving into a skill kids enjoy.
Money lessons
Age-appropriate lessons that turn everyday money moments into real understanding.
Easy setup
Get started in minutes with a simple, guided process.
Goal tracking
Set savings goals and watch progress update in real time.
Powered by trusted technology
We build on secure, proven infrastructure so families can save with confidence.
Developer-friendly API
Common patterns for partners building on our platform
// Start a youth savings plan const plan = await cyi.plans.create({ saver: 'child', trustedAdult: 'parent', openingAmount: 25 }); // Confirm the new plan const { error } = await cyi.plans.confirm({ planId: plan.id, verified: true });
// Add a young saver const saver = await cyi.savers.create({ name: 'Young Saver', age: 10, plan: plan.id }); // Set a savings goal const goal = await cyi.goals.create({ saver: saver.id, target: 100 });
// Record a contribution const contribution = await cyi.contributions.create({ plan: plan.id, amount: 20, source: 'mobile' }); // Check savings progress const progress = await cyi.goals.progress({ plan: plan.id });
Your questions, answered
Everything families need to know about youth savings plans, the app, and getting started.
