> For the complete documentation index, see [llms.txt](https://bsv-case-studies.bsvblockchain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bsv-case-studies.bsvblockchain.org/health/ernx.md).

# ERNX

<figure><img src="/files/mP8HSuzOD6qHYtauVkmJ" alt=""><figcaption></figcaption></figure>

### Project Overview

* **Company Name:** ERNX
* **Industry:** Health — pediatric dental hygiene and family habit-building

ERNX is a digital rewards platform for family habit-building. It starts with dental hygiene. Parents reward brushing and other positive behaviours with points. Children redeem points for gift cards from popular brands.

A team of three partners built the platform. Dental-industry angel investors support it. More than 1,400 parents and 2,500 children currently use the app.

### Business Challenges

{% embed url="<https://www.youtube.com/watch?v=Yw-pSa7Ffj4>" %}

Parents often struggle to build consistent daily habits in young children. This includes dental hygiene and delayed gratification.

ERNX connects healthy routines with tangible incentives. Participating dental practices and local businesses can provide those incentives.

### Why BSV Blockchain?

**BSV provides the identity and data layer for ERNX’s rewards system.**

The project team uses or plans to use:

* Smart contracts and data storage
* Micropayments and tokenization
* Overlay networks and SPV (Simplified Payment Verification)

### Solution Architecture

**How the platform works:**

* Parents download ERNX directly or through a participating dental practice.
* Parents earn points at participating dental practices or buy points in the ERNX store.
* Parents give children points for brushing and other positive daily behaviours.
* Children redeem points electronically for gift cards from Amazon, Roblox, Xbox, PlayStation, Steam, Nintendo, Spotify, and Google Play.

**BSV-specific function:**

ERNX cryptographically verifies parent identities with geolocation data. The team plans to integrate micropayment functionality later.

### Implementation Process

ERNX has been in development and deployment for more than two years. The platform is live. Participating dental practices and direct parent sign-ups track adoption.

### Outcomes & Business Impact

**Adoption:**

* More than 1,400 parents actively use ERNX.
* More than 2,500 children actively use the platform.

Parents report positive results from using the app. The team has collected video testimonials from users.

### Challenges & Mitigations

**Primary challenge:**

* Funding during the platform’s build and launch.

### Future Vision

**Expansion plans:**

* Scale the platform and expand partnerships.
* Explore a partnership with a dental service organisation representing over 500 offices.
* Develop nonprofit collaborations.
* Migrate ERNX fully to BSV blockchain infrastructure.

#### A cryptographically verifiable local advertising network

ERNX plans to position dental offices as trusted local registrars. This creates a cryptographically verifiable local-business network.

The model reimagines traditional yellow pages. Small businesses can share value directly with their local communities. Community members can then recirculate that value locally.

ERNX aims to retain two value flows within this network:

* Incentive-reward costs for children's habit-building.
* Local advertising budgets otherwise spent with large platforms.

This model aims to keep more capital within local economies.

### About ERNX

ERNX is a digital rewards platform for positive daily habits. It connects real-world behaviour with redeemable rewards from popular consumer brands.

**Website:** [www.ernx.io](https://www.ernx.io)\
**Email:** <info@ernx.io>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://bsv-case-studies.bsvblockchain.org/health/ernx.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
