Sweeps

Your Shot at $100,000 Every Single Day

View saved
How does this find feel?

Debt Free December Sweepstakes: Your Shot at $100,000 Every Single Day

/* ============================
GLOBAL & BRAND COLORS
============================ */
:root {
–green1: #006400;
–green2: #4caf50;
–green3: #a5d6a7;
–text-dark: #0a2910;
}

/* ============================
BOX 1: COUNTDOWN
============================ */
#ndw-box1 {
margin-bottom: 20px;
max-width: 860px;
margin-left: auto;
margin-right: auto;
}
#ndw-box1 .wrap {
background: #f4fff6;
border-radius: 22px;
padding: 20px;
color: var(–text-dark);
border: 1px solid rgba(0,0,0,.1);
box-shadow: 0 10px 28px rgba(0,0,0,.12);
}
#ndw-box1 .bar {
height: 6px;
border-radius: 6px;
background: linear-gradient(90deg, var(–green1), var(–green2), var(–green3));
margin-bottom: 14px;
}
#ndw-box1 h3 {
margin: 0 0 10px;
font-size: 21px;
font-weight: 900;
color: var(–green1);
text-transform: uppercase;
}
#ndw-box1 .meta {
font-size: 14px;
opacity: .85;
margin-bottom: 14px;
}
#ndw-box1 .timer {
display: grid;
grid-template-columns: repeat(4,1fr);
gap: 12px;
}
#ndw-box1 .cell {
background: #e9f7ec;
border-radius: 14px;
text-align: center;
border: 1px solid rgba(0,0,0,.1);
padding: 10px;
}
#ndw-box1 .num {
font-size: 30px;
font-weight: 900;
color: var(–green1);
}
#ndw-box1 .lbl {
font-size: 12px;
opacity: .75;
text-transform: uppercase;
}

/* ============================
BOX 1: OVERLAY
============================ */
#ndw-overlay {
position: fixed;
inset: 0;
background: rgba(0,0,0,.65);
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
}
#ndw-overlay .box {
background: #f4fff7;
border: 3px solid var(–green1);
border-radius: 22px;
padding: 34px;
max-width: 420px;
text-align: center;
box-shadow: 0 8px 28px rgba(0,0,0,.4);
}
#ndw-overlay h2 {
margin: 0 0 10px;
font-size: 24px;
color: var(–green1);
font-weight: 900;
}
#ndw-overlay p {
font-size: 16px;
color: var(–text-dark);
margin-bottom: 20px;
}
#ndw-overlay button {
background: linear-gradient(90deg,var(–green1),var(–green2));
color: white;
border: none;
border-radius: 16px;
padding: 14px 26px;
font-weight: 900;
cursor: pointer;
box-shadow: 0 8px 20px rgba(0,0,0,.3);
}
#ndw-skip {
margin-top: 10px;
display: none;
font-size: 13px;
color: var(–green1);
opacity: .8;
cursor: pointer;
text-decoration: underline;
}

/* ============================
BOX 2: STARTER CARD
============================ */
#ndw-box2 {
margin-bottom: 20px;
max-width: 860px;
margin-left: auto;
margin-right: auto;
}
#ndw-box2 .card {
background: #fff;
border-radius: 22px;
border: 2px solid var(–green2);
padding: 26px;
text-align: center;
box-shadow: 0 12px 28px rgba(0,0,0,.12);
}
#ndw-box2 h3 {
margin: 6px 0 12px;
font-size: 22px;
color: var(–green1);
font-weight: 900;
}
#ndw-box2 .sub {
font-size: 15px;
opacity: .85;
color: var(–text-dark);
}
#ndw-box2 .cta {
display: inline-block;
margin-top: 12px;
background: linear-gradient(90deg,var(–green1),var(–green2));
color: #fff;
border-radius: 16px;
padding: 14px 34px;
font-weight: 900;
font-size: 18px;
text-decoration: none;
box-shadow: 0 6px 20px rgba(0,0,0,.2);
}

/* ============================
BOX 2: POPUPS
============================ */
#ndw-popup {
position: fixed;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
background: #ebf7ed;
padding: 22px;
border-radius: 18px;
font-size: 18px;
font-weight: 900;
color: var(–green1);
box-shadow: 0 0 32px rgba(0,0,0,.25);
z-index: 9999;
display: none;
text-align: center;
}

/* Confetti */
canvas#ndw-confetti {
position: fixed;
inset: 0;
pointer-events: none;
z-index: 9998;
display: none;
}

/* ============================
BOX 3: ENTRY AREA
============================ */
#ndw-box3 .shell {
background: #f2fff4;
border: 2px solid var(–green1);
border-radius: 22px;
padding: 20px;
box-shadow: 0 10px 28px rgba(0,0,0,.12);
}
#ndw-box3 h3 {
text-align: center;
font-size: 21px;
color: var(–green1);
font-weight: 900;
}
#ndw-box3 .cta {
display: block;
background: linear-gradient(90deg,var(–green1),var(–green2));
color: #fff;
border-radius: 16px;
padding: 16px;
font-weight: 900;
margin: 18px auto;
max-width: 320px;
text-align: center;
text-decoration: none;
font-size: 20px;
animation: pulse 1.5s infinite;
box-shadow: 0 6px 14px rgba(0,0,0,.3);
}
@keyframes pulse {
0%,100% { transform: scale(1); }
50% { transform: scale(1.07); }
}

#ndw-box3 .grid {
display: grid;
gap: 16px;
margin-top: 20px;
}
#ndw-box3 .recap {
background: #fff;
border-radius: 16px;
border: 1px solid var(–green3);
padding: 14px;
}
#ndw-box3 .recap h3 {
margin-top: 0;
font-size: 18px;
font-weight: 900;
color: var(–green1);
}
#ndw-box3 ul { margin: 0; padding-left: 18px; }
#ndw-box3 dt {
font-weight: 900;
color: var(–green1);
}
#ndw-box3 dd { margin: 0 0 8px; }

Debt Free December Sweepstakes 2025

Ends Dec 24 • ONE-TIME Entry • U.S. Only • 18+
Days
Hours
Minutes
Seconds

FIRST I NEED TO TELL YOU THE RULES!

This only takes a second — then the entry button appears.

Skip to entry (not recommended)

Win $100,000 This December

NerdWallet is awarding 25 daily $100K cash prizes — one-time entry rolls into all drawings.

ENTER HERE

The promise of debt freedom hits differently in December, doesn’t it? While everyone else is juggling gift lists, year-end bills, and trying to pretend the rising cost of everything isn’t real, one sweepstakes is dangling something almost surreal: a daily $100,000 cash prize. That’s right—every day from December 1 through December 25, one person will wake up to life-changing news from the Debt Free December Sweepstakes. And the most shocking part? You only have to enter once.

If you’ve ever wished for a clean slate on your credit cards, a fresh start with your finances, or the luxury of coasting into 2026 without the constant mental math of “Can I afford this?”, then yes—this one stops the scroll. With a total prize pool of $2,500,000 available, this is one of the largest consumer-facing cash sweepstakes currently running in the United States. And it’s free to enter.

This guide breaks down exactly what you can win, how to enter, what “one-time entry” actually means, who’s eligible, and why this promotion is popping up all over the freebie and finance world right now. I combed through the full legal rules so you don’t have to. Everything below is verified, accurate, and designed for maximum SEO strength and reader clarity.

Prize Breakdown

The Debt Free December Sweepstakes is built around one headline prize repeated twenty-five times. Instead of a long list of small-value items, mystery bundles, or discounted perks, this sweepstakes concentrates all its firepower into enormous daily wins.

Here’s the exact prize structure:

Twenty-five daily winners receive one hundred thousand dollars each. That is $100,000 in cash, fulfilled by electronic bank transfer after verification. No merchandise, no gift cards, no “up to” language—this is real currency wired directly to your account. Because this is cash, the flexibility is limitless. You can pay off loans, clear credit card balances, handle medical bills, stack your emergency fund, or invest it. It’s one of the most straightforward sweepstakes prize structures being offered this season.

Every daily drawing has exactly one prize. Drawings begin on December 1 and continue daily through December 25. The total approximate retail value of all prizes combined is $2,500,000.

If you want credibility, the sponsors give it. The sweepstakes is administered by Fooji, a well-known national fulfillment and prize management company, and sponsored by NerdWallet, one of the major financial information platforms in the U.S. The daily prize structure makes the stakes feel almost unreal, but everything disclosed is standard for high-value cash promotions.

What You Can Do With the Prize if You Win

Winning $100,000 isn’t like scoring a free sample, a seasonal gift basket, or even a high-value electronics prize. This is the kind of money that immediately shifts a person’s financial trajectory. It lands somewhere between relief and reinvention. And because it’s a cash prize, not a limited-use bonus or store credit, you control the outcome.

The obvious place people look first is debt. Imagine wiping a credit card balance down to zero instantly. For many Americans juggling interest-heavy cards, this alone can save thousands per year. But maybe your financial story isn’t built around credit cards. You could eliminate a lingering medical bill. You could shrink the principal on a car loan or student debt. A $100,000 deposit can knock down a mortgage balance or build a sizeable emergency fund in a single moment.

But there’s another layer to consider—the fun stuff. Because while financial experts love to talk about optimization, the human side matters too. Maybe you’ve been putting off a home renovation. Maybe you want to start a savings account for your children. Maybe you dream of a career pivot, a business launch, or taking a long-overdue break from the grind. A prize this large essentially buys you options.

The sweepstakes is clearly positioned to draw people who need a financial reset. But it also acknowledges that debt freedom isn’t only about wiping numbers off a balance sheet—it’s about breathing room. Flexibility. The psychological weight that lifts when you know a single unexpected expense won’t derail your entire month. Winning here would give anyone the ability to choose differently.

Q&A

Is this legitimate?
Yes. This sweepstakes is sponsored by NerdWallet, Inc., and administered by Fooji, Inc. Both are established U.S.-based companies with verified consumer-facing promotions on record. As always, you should review the official rules to understand requirements, eligibility, and deadlines.

How many entries are allowed?
This is a one-time-entry sweepstakes. You may only enter once. Entries do roll over into all remaining daily drawings, so your single entry is included in every drawing from the date you enter through December 24.

Are there bonus entries?
No. There are no bonus entries, no social media tasks, no additional actions, and no daily re-entry. One entry per person is the maximum and only allowed method.

How many prizes can you win?
You can only win one prize. Even though there are 25 drawings, each individual is limited to one $100,000 prize for the entire sweepstakes period.

Who is eligible?
Legal residents of the 50 United States and the District of Columbia who are at least 18 years old and the age of majority in their state at the time of entry.

How do I enter?
There are two entry paths, but both result in the same single entry limitation. You can enter by completing the entry form as a registered NerdWallet user on their website or app, or you can enter without creating an account using their alternate online entry form. Both methods require your name, email, and phone number.

Is this an instant win game?
No. This is not an instant win game. Winners are chosen in daily random drawings.

You’ve Reached the Giveaway — Enter Below!

ENTER HERE

Prize Breakdown

  • 25 Daily Prizes: $100,000 cash each
  • Total Value: $2,500,000

Giveaway Recap

Sponsor
NerdWallet, Inc.
Entry Type
ONE-TIME ENTRY (rolls into all daily drawings)
Eligibility
U.S. residents, 18+
Promotion Period
Nov 14 – Dec 24, 2025

document.addEventListener(“DOMContentLoaded”, () => {

/* ——————
COUNTDOWN CLOCK
—————— */
const dEl = document.getElementById(“cd-d”);
const hEl = document.getElementById(“cd-h”);
const mEl = document.getElementById(“cd-m”);
const sEl = document.getElementById(“cd-s”);

const endTime = new Date(“2025-12-24T23:59:59″).getTime();

function updateClock() {
const now = Date.now();
let diff = endTime – now;

if (diff skipBtn.style.display=”block”,5000);

startBtn.addEventListener(“click”, (e)=>{
e.preventDefault();
overlay.remove();
ndwStartExperience();
});
skipBtn.addEventListener(“click”, (e)=>{
e.preventDefault();
overlay.remove();
ndwStartExperience();
});

overlay.addEventListener(“click”,(e)=>{
if(e.target===overlay) overlay.remove();
});

/* ——————
POPUPS + CONFETTI
—————— */
const popup = document.getElementById(“ndw-popup”);
const confettiCanvas = document.getElementById(“ndw-confetti”);

function launchConfetti(){
const ctx = confettiCanvas.getContext(“2d”);
confettiCanvas.width = window.innerWidth;
confettiCanvas.height = window.innerHeight;
confettiCanvas.style.display=”block”;

let pieces=[];
const colors=[“#006400″,”#4caf50″,”#a5d6a7”];

for(let i=0;iconfettiCanvas.height) p.y=-10;
}
requestAnimationFrame(loop);
})();
}

/* ——————
SMOOTH SCROLL
—————— */
const finalBtn = document.getElementById(“ndw-entry”);
let scrollAnim=null;

function smoothScrollToEntry(){
const startY = window.pageYOffset;
const endY = finalBtn.getBoundingClientRect().top + startY;
const dist = endY – startY;
const duration = window.innerWidth < 768 ? 45000 : 30000;
let startTime = null;

function step(t){
if(!startTime) startTime=t;
const progress=Math.min((t-startTime)/duration,1);
window.scrollTo(0,startY+dist*progress);

if(progress{
const show = setTimeout(()=>{
popup.textContent = txt;
popup.style.display=”block”;

const hide=setTimeout(()=>popup.style.display=”none”,9500);
popupTimers.push(hide);

},1000 + i*10000);
popupTimers.push(show);
});
}

/* ——————
MAIN EXPERIENCE
—————— */
function ndwStartExperience(){
launchConfetti();
runPopups();
smoothScrollToEntry();
}

/* Cancel scroll + popups on user interaction */
window.addEventListener(“mousedown”,()=>{
if(scrollAnim!==null){
cancelAnimationFrame(scrollAnim);
scrollAnim=null;
}
popup.style.display=”none”;
popupTimers.forEach(clearTimeout);
});

/* Backup ENTER HERE button starts experience */
document.getElementById(“backup-enter”).addEventListener(“click”,(e)=>{
e.preventDefault();
ndwStartExperience();
});

});

Helpful Freebie Mom Guides

Keep going

More Freebie Mom guides worth checking

Instant Win GamesQuick plays, fast prizes, and daily chances.Best Sweepstakes to Enter TodayStart with the strongest current prizes.Sweepstakes DatabaseSearch active sweeps by prize, deadline, and entry type.