Get the next billion purpose-driven customers to bank with you

Transform your mobile banking into an acquisition, engagement and loyalty engine powered by verified ocean regeneration.

Coral reef

They are building the bank that today's customer love, with handprint


Reality Check

The reality you're
dealing with


61%

of Gen Z switched banks in the past two years.

52%

will switch again for better eco-friendly options.

$4.1B

is the lifetime value they represent.

Switch on the solution

Tap to activate

handprint solution transforms your mobile banking into a consumer reward engine with an API that integrates visible, verified, ego-positive ocean regeneration.

The solution

Acquisition

User earns handprint points through everyday banking transactions.

Automated via handprint API

01/04

The solution

Emotional Bonding

They use their handprint points on the ocean impact project they want. Those points turn into verified impact.

handprint API automates and verifies fund transaction

02/04

The solution

Evergreen Engagement

Verified data that enables automated storytelling and lifelong engagement.

handprint API automates the verification with proprietary science verification framework

03/04

The solution

Advocacy

Users share their impact with their network, turning customers into brand ambassadors for ocean restoration.

Built-in social sharing via handprint API

04/04

Advocacy screenshot

Built on award-winning science

handprint is built on Financial Times award-winning research by Dr. Ryan Merrill, including large-scale experiments with Ant Forest by Ant Group.

01

Our research revealed a profound insight:

Humans respond far better to contribution & pride than compensation & and guilt
02
So we built it into the product

Every time users bank, they are rewarded with points they can allocate to ocean projects of they care about and follow their verified and visible progress

03

For banks and fintechs, this creates

emotional connection that drives measurable growth

Proven in market

875%

Increase in engagement vs control group

60+

Countries for hyper-custom impact

3.5M m²

Verified ocean restoration area

One API.
That’s all you need.

Banking-grade API that plugs into existing apps, cards, and reward systems. Also a low-tech integration version for rapid launch in days.

API DOCUMENTATION
// Turn any moment in your product — a purchase, a subscription,
// a milestone reached — into real, verified impact.
const impact = await fetch(
"https://api.handprint.com/sponsors/me/wallet/transactions/order/projects/1",
{
method: "POST",
headers: {
"Authorization": `Bearer ${API_TOKEN}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
amount: 500, // 500 EarthPoints = $5 contributed
metadata: "order:A8F2-9001", // tie it back to your system
}),

},
).then(r => r.json());

// → { transaction: {
// id: 91823,
// order: { id: 5821 },
// wallet: { balance: 48212 }
// } }