An exciting new platform to accept round-up donations

Increase monthly donations with recurring spare change round-ups.

ChangeGiving App Mockups

How Changegiving works for organizations

Spare change round-up donations are an easy and convenient way for donors to donate to your organization.

1

Register your Organization

Create an account with Changegiving to start accepting round-up donations.

2

Launch a Campaign

Configure and launch your campaign to promote your round-up program.

3

Start Receiving Contributions

Individual round-ups accumulate over time into predictable income.

Organizations Trust Changegiving

Mission

Our primary commitment is to those individuals and organizations devoted to serving others.

Mission Image

Our Team

Laura Kreiss

Laura Kreiss

Chief Executive Officer

Federica Bucca

Federica Bucca

Executive Director

Brett Allred

Brett Allred

Chief Product Officer

Ryan McBride

Ryan McBride

Chief Technology Officer

Alexander Kreiss

Alexander Kreiss

Leader of our Philanthropic youth group

Gerado Nuñez

Gerado Nuñez

Head Of Engineering

Ezra Cohen

Ezra Cohen

Advisor

Esther Rodriguez

Esther Rodriguez

Advisor

John Kraemer

John Kraemer

Advisor

Kara Parkey

Kara Parkey

Advisor

Marshall Faulk

Marshall Faulk

Advisor

function openPopup(id) { const modal = document.getElementById('team-modal'); const body = document.getElementById('modal-body'); const member = teamData[id]; body.innerHTML = `

${member.name}

${member.title}


${member.bio}

`; modal.style.display = "block"; } function closePopup() { document.getElementById('team-modal').style.display = "none"; } window.onclick = function(event) { if (event.target == document.getElementById('team-modal')) closePopup(); }