2021-05-11 15:59:24 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
2021-08-03 20:21:56 +02:00
< title > grassroots-pelican - Preliminary Research Results 2017< / title >
2021-06-09 17:47:38 +02:00
< meta charset = "utf-8" / >
2021-05-11 15:59:24 +02:00
< meta name = "ida" content = "Pelican" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2021-06-09 17:47:38 +02:00
< link href = "https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel = "stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
< link rel = "stylesheet" href = "https://use.fontawesome.com/releases/v5.13.0/css/all.css"
href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" crossorigin="anonymous">
2021-05-12 16:04:46 +02:00
< link rel = "preconnect" href = "https://fonts.gstatic.com" >
< link href = "https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap" rel = "stylesheet" >
2021-05-11 15:59:24 +02:00
< link rel = "stylesheet" type = "text/css" href = "./theme/css/style.css" >
2021-07-19 17:21:25 +02:00
< script src = "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity = "sha512-3P8rXCuGJdNZOnUx/03c1jOTnMn3rP63nBip5gOP2qmUh5YAdVAvFZ1E+QLZZbC1rtMrQb+mah3AfYW11RUrWA==" crossorigin = "anonymous" referrerpolicy = "no-referrer" > < / script >
<!-- <script src="https://code.jquery.com/jquery - 3.2.1.slim.min.js" -->
<!-- integrity="sha384 - KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" -->
<!-- crossorigin="anonymous"></script> -->
2021-06-09 17:47:38 +02:00
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384 - ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384 - gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script> -->
2021-05-11 15:59:24 +02:00
< script src = "https://use.fontawesome.com/5932321f98.js" > < / script >
2021-05-12 16:04:46 +02:00
< link rel = "stylesheet" type = "text/css" href = "./theme/css/article-styles.css" >
2021-05-11 15:59:24 +02:00
< / head >
< body id = "base-index" class = "base-home" >
2021-06-09 17:47:38 +02:00
< nav class = "navbar navbar-expand-lg navbar-light bg-light" >
< div class = "container-fluid" >
< a class = "navbar-brand" href = "#" >
2021-05-11 15:59:24 +02:00
< img id = "nav-logo" src = "./theme/images/ge-logo-resizeimage.png" alt = "logo" >
< / a >
2021-06-09 17:47:38 +02:00
< button class = "navbar-toggler" type = "button" data-bs-toggle = "collapse" data-bs-target = "#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
2021-05-11 15:59:24 +02:00
< span class = "navbar-toggler-icon" > < / span >
< / button >
2021-06-09 17:47:38 +02:00
< div class = "collapse navbar-collapse" id = "navbarSupportedContent" >
< ul class = "navbar-nav me-auto mb-2 mb-lg-0" >
< li class = "nav-item" > < a class = "nav-link" href = "./pages/about-us.html" > about-us< / a > < / li >
2021-07-01 16:44:30 +02:00
< li class = "nav-item" > < a class = "nav-link" href = "./pages/contact-us.html" > Contact us< / a > < / li >
2021-07-26 19:14:53 +02:00
< li class = "nav-item" > < a class = "nav-link" href = "./pages/dashboard.html" > Dashboard< / a > < / li >
2021-06-09 17:47:38 +02:00
< li class = "nav-item" > < a class = "nav-link" href = "./pages/food-forests.html" > Food Forests< / a > < / li >
< li class = "nav-item" > < a class = "nav-link" href = "./pages/get-involved.html" > Get Involved< / a > < / li >
< li class = "nav-item" > < a class = "nav-link" href = "./pages/home.html" > Home< / a > < / li >
< li class = "nav-item" > < a class = "nav-link" href = "./pages/how-it-works.html" > How It Works< / a > < / li >
< li class = "nav-item" > < a class = "nav-link" href = "./pages/media.html" > Media< / a > < / li >
2021-06-29 17:04:42 +02:00
< li class = "nav-item" > < a class = "nav-link" href = "./pages/mooc.html" > MOOC< / a > < / li >
2021-06-09 17:47:38 +02:00
< li class = "nav-item" > < a class = "nav-link" href = "./pages/research.html" > Research< / a > < / li >
< li class = "nav-item" > < a class = "nav-link" href = "./pages/sarafu-network.html" > Sarafu Network< / a > < / li >
< li class = "nav-item" > < a class = "nav-link"
href="./category/blog.html">blog< / a > < / li >
2021-05-11 15:59:24 +02:00
2021-06-09 17:47:38 +02:00
< li class = "nav-item dropdown" >
< a class = "nav-link dropdown-toggle" href = "#" id = "navbarDropdown" role = "button"
data-bs-toggle="dropdown" aria-expanded="false">
2021-06-29 17:04:42 +02:00
More
2021-06-09 17:47:38 +02:00
< / a >
< ul class = "dropdown-menu" aria-labelledby = "navbarDropdown" >
2021-06-29 17:04:42 +02:00
< li > < a class = "dropdown-item" href = "./pages/mooc.html" > MOOC< / a > < / li >
2021-07-01 16:44:30 +02:00
< li > < a class = "dropdown-item" href = "./pages/contact-us.html" > Contact-us< / a > < / li >
2021-06-09 17:47:38 +02:00
< li >
< hr class = "dropdown-divider" >
< / li >
< li > < a class = "dropdown-item" href = "#" > Something else here< / a > < / li >
< / ul >
< / li >
2021-05-11 15:59:24 +02:00
< / ul >
< / div >
2021-06-09 17:47:38 +02:00
< / div >
< / nav >
2021-05-11 15:59:24 +02:00
2021-07-30 20:10:33 +02:00
< div class = "container article-container" >
2021-05-11 15:59:24 +02:00
< section id = "article-content" >
< header >
< h2 class = "article-entry-title" >
2021-08-03 20:21:56 +02:00
< a href = "./preliminary-research.html" rel = "bookmark"
title="Permalink to Preliminary Research Results 2017">Preliminary Research Results 2017< / a >
2021-05-11 15:59:24 +02:00
< / h2 >
< / header >
< footer class = "post-info" >
2021-08-03 20:21:56 +02:00
< time class = "published" datetime = "2017-06-17T00:00:00+03:00" >
Sat 17 June 2017
2021-05-11 15:59:24 +02:00
< / time >
2021-05-12 16:04:46 +02:00
< address class = "vcard-author" >
2021-08-03 20:21:56 +02:00
By < a class = "url fn" href = "./author/thibaud-dezyn.html" > Thibaud Dezyn< / a >
2021-05-11 15:59:24 +02:00
< / address >
2021-05-12 16:04:46 +02:00
<!-- -->
<!-- <div class="category"> -->
<!-- Category: <a href="./category/blog.html">blog</a> -->
<!-- </div> -->
<!-- -->
< / footer > < br >
<!-- /.post - info -->
2021-05-11 15:59:24 +02:00
< div class = "article-entry-content" >
2021-08-03 20:21:56 +02:00
< p > Grassroots Economics currently facilitates Community Currency programs for 1140 businesses across 5 communities which report both social and economic impacts. A new program currently started in Kwale country without impact data. Both community demographics as well as impact of the Community Currency programs were surveyed.< / p >
< p > Social Impacts:< / p >
< p > Environmental Services: 57% of members (684) report Community Currency being used for environmental programs (Such as trash collection and community gardens)< / p >
< p > Willing to continue: 93% of members (1114) want the program to continue and increase the amount of Sarafu-Credit in the community.< / p >
< p > Education: 23% of members report using Sarafu-Credit for school fees (276 students with increased education)< / p >
< p > Trust: 77% of members say that trust in the community has increased.< / p >
< p > Gifting: When asked “How much over the last month did you give (in money professional services and time) to support people or groups without expecting compensation?”< / p >
< p > Non-using Groups averaged 191 KSH (equivalent) Monthly< / p >
< p > Community Currency users averaged 855 KSH (equivalent) monthly.< / p >
< p > 347.48% Higher amounts of gifting for those using Community Currency< / p >
< p > Economic Impacts:< / p >
< p > Usage with Kenyan Shillings: Based on 505 businesses surveyed across 5 networks an average of 36.6% of sales are being accepted in Community< / p >
< p > Currency:< / p >
< p > Food Security: 6% increase in daily food purchases are being made by members using Community Currency< / p >
< p > Job Creation: 17% of members report hiring new employees because of the program (206 jobs created). This is over a 100% increase from baseline.< / p >
< p > Customers: 57% of members report increases to customers and 65% report increases to sales because of the program.< / p >
< p > Member retention: Overall we have issued a zero-interest credit to 1700 members totaling roughly 7200 EUR and retained 1140 members (95%).< / p >
< p > Community Currency usage over time.(Average daily amount of CC usage). We find the longer people are in the program the more Community Currency they are using.< / p >
< img alt = "" src = "images/blog/preliminary-research120.webp" / >
< img alt = "" src = "images/blog/preliminary-research131.webp" / >
< img alt = "" src = "images/blog/preliminary-research145.webp" / >
< p > #survey #sarafu< / p >
< blockquote >
< a class = "reference external" href = "https://www.grassrootseconomics.org/blog/hashtags/survey" > #survey< / a > < / blockquote >
< p > #survey< / p >
< blockquote >
< a class = "reference external" href = "https://www.grassrootseconomics.org/blog/hashtags/sarafu" > #sarafu< / a > < / blockquote >
< p > #sarafu< / p >
2021-05-11 15:59:24 +02:00
< / div >
< / section >
2021-05-19 17:38:39 +02:00
< / div >
2021-06-09 17:47:38 +02:00
< div class = "row" >
< div class = "col-lg-12 base-footer" >
< a href = "https://wa.me/254757628885" >
< img class = "img-fluid" src = "./theme/images/base-imgs/whatsaap.webp" >
< / a >
< a href = "https://www.facebook.com/grassrootseconomicsfoundation/" >
< img class = "img-fluid" src = "./theme/images/base-imgs/facebook.webp" >
< / a >
< a href = "https://twitter.com/grassecon?lang=en" >
< img class = "img-fluid" src = "./theme/images/base-imgs/twitter.webp" >
< / a >
< a href = "https://www.youtube.com/user/motomotocircus/featured" >
< img class = "img-fluid" src = "./theme/images/base-imgs/youtube.webp" >
< / a >
< a id = "terms-conditions" href = "./pages/terms-and-conditions.html" > TERMS AND CONDITIONS< / a >
2021-05-26 18:02:14 +02:00
< / div >
2021-06-09 17:47:38 +02:00
< / div >
< script src = "https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous">< / script >
2021-05-11 15:59:24 +02:00
< / body >
< / html >