Learn — Financial Education, Explained Simply

Learn

Blog articles, a financial-terms game, and quick calculators — everything we publish to help you understand your money, in one place. New here? Start with SIP vs Lumpsum or MFD vs RIA vs Robo-advisor.

<div class="row justify-content-center">

  <div class="col-12 col-md-5 col-lg-4 mb-3">
    <div class="home-tool-card">
      <div class="tool-icon">&#127922;</div>
      <h3 class="tool-title">Paisa Lingo</h3>
      <p class="tool-desc">Learn financial terms in English, Hindi, and Marathi — the fun way. Test your Finance IQ!</p>
      <a class="btn btn-primary" href="/paisa-lingo/">Play Now →</a>
    </div>
  </div>

  <div class="col-12 col-md-5 col-lg-4 mb-3">
    <div class="home-tool-card">
      <div class="tool-icon">&#9889;</div>
      <h3 class="tool-title">Money Moves</h3>
      <p class="tool-desc">Quick calculators for real money decisions — concert savings, phone EMI trap, and more. Built for young earners.</p>
      <a class="btn btn-primary" href="/money-moves/">Try Now →</a>
    </div>
  </div>

  {% for post in site.posts limit:6 %}
  {% if post.lang == 'en' or post.lang == nil or post.lang == '' %}
  <div class="col-12 col-md-5 col-lg-4 mb-3">
    <div class="home-tool-card">
      <div class="tool-icon">&#128240;</div>
      <h3 class="tool-title">{{ post.title }}</h3>
      <p class="tool-desc">{{ post.excerpt | strip_html | truncate: 120 }}</p>
      <a class="btn btn-primary" href="{{ post.url | relative_url }}">Read →</a>
    </div>
  </div>
  {% endif %}
  {% endfor %}

</div>

<div class="text-center mt-3">
  <a href="/blog/">View all blog posts →</a>
</div>