-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdivorce-and-bankruptcy.html
More file actions
298 lines (294 loc) · 24 KB
/
Copy pathdivorce-and-bankruptcy.html
File metadata and controls
298 lines (294 loc) · 24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>Divorce and Bankruptcy in Tennessee</title>
<meta content="How divorce and bankruptcy interact in Tennessee. Filing order, property division, joint debts, domestic support obligations, and W.D. Tenn., M.D. Tenn." name="description"/>
<link href="favicon.svg" rel="icon" type="image/svg+xml"/>
<link href="https://tennesseebankruptcy.org/divorce-and-bankruptcy.html" rel="canonical"/>
<!-- BTN:GA4:START -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FTWLM223G7"></script>
<script>
window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}
gtag('js',new Date());gtag('config','G-FTWLM223G7');gtag('config','G-053Z64N82F');
</script>
<!-- BTN:GA4:END -->
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[
{"@type":"Question","name":"Can I file bankruptcy during a divorce in Tennessee?","acceptedAnswer":{"@type":"Answer","text":"Yes. You can file bankruptcy before, during, or after a divorce in Tennessee. The timing affects how debts and property are divided. Filing before the divorce can simplify property division by eliminating joint unsecured debt."}},
{"@type":"Question","name":"Does bankruptcy discharge alimony or child support?","acceptedAnswer":{"@type":"Answer","text":"No. Domestic support obligations including alimony and child support are not dischargeable in bankruptcy under any chapter. They are priority debts that must be paid in full."}},
{"@type":"Question","name":"What happens to joint debts in bankruptcy?","acceptedAnswer":{"@type":"Answer","text":"If one spouse files bankruptcy and discharges a joint debt, the other spouse remains fully liable. The creditor can pursue the non-filing spouse for the entire balance. A Chapter 13 co-debtor stay can temporarily protect the non-filing spouse during the repayment plan."}}
]}
</script>
<script type="application/ld+json">
{"@context":"https://schema.org","@graph":[
{"@type":"Article","headline":"Divorce and Bankruptcy in Tennessee","description":"How divorce and bankruptcy interact in Tennessee. Filing order, property division, joint debts, domestic support obligations, and W.D. Tenn., M.D. Tenn., and E.D. Tenn. court rules.","author":{"@type":"Organization","name":"Open Bankruptcy Project"},"publisher":{"@type":"Organization","name":"Open Bankruptcy Project","url":"https://1328f.org"},"datePublished":"2026-04-06","dateModified":"2026-05-01","mainEntityOfPage":"https://tennesseebankruptcy.org/divorce-and-bankruptcy.html"},
{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://tennesseebankruptcy.org"},{"@type":"ListItem","position":2,"name":"Tennessee Bankruptcy Guide","item":"https://tennesseebankruptcy.org"},{"@type":"ListItem","position":3,"name":"Divorce & Bankruptcy","item":"https://tennesseebankruptcy.org/divorce-and-bankruptcy.html"}]},
{"@type":"WebPage","name":"Divorce and Bankruptcy in Tennessee","url":"https://tennesseebankruptcy.org/divorce-and-bankruptcy.html","speakable":{"@type":"SpeakableSpecification","cssSelector":[".quick-answer","h1",".subtitle","p:first-of-type"]}}
]}
</script>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{background:#0d1117;color:#c9d1d9;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;line-height:1.6}
a{color:#58a6ff;text-decoration:none}a:hover{text-decoration:underline}
.container{max-width:1100px;margin:0 auto;padding:0 20px}
nav{background:#161b22;border-bottom:1px solid #30363d;padding:12px 0;position:sticky;top:0;z-index:100}
nav .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
nav .brand{color:#f0f6fc;font-weight:700;font-size:1.1rem}
nav .links{display:flex;gap:16px;flex-wrap:wrap}
nav .links a{color:#8b949e;font-size:0.9rem}nav .links a:hover{color:#58a6ff}
.hero{padding:60px 0 40px;text-align:center;border-bottom:1px solid #30363d}
.hero h1{color:#f0f6fc;font-size:2.4rem;margin-bottom:12px}
.hero .subtitle{color:#8b949e;font-size:1.15rem;max-width:700px;margin:0 auto 24px}
section{padding:40px 0;border-bottom:1px solid #21262d}
h2{color:#f0f6fc;font-size:1.8rem;margin-bottom:16px}
h3{color:#f0f6fc;font-size:1.3rem;margin-bottom:12px}
p{margin-bottom:16px}
.card{background:#161b22;border:1px solid #30363d;border-radius:8px;padding:24px;margin-bottom:20px}
.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:20px 0}
.compare-card{background:#161b22;border:1px solid #30363d;border-radius:8px;padding:20px}
.compare-card h3{font-size:1.1rem;margin-bottom:10px}
.faq-item{background:#161b22;border:1px solid #30363d;border-radius:8px;margin-bottom:12px;overflow:hidden}
.faq-item summary{padding:16px 20px;cursor:pointer;color:#f0f6fc;font-weight:600;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq-item summary::after{content:"+";color:#58a6ff;font-size:1.3rem;font-weight:700}
.faq-item[open] summary::after{content:"-"}
.faq-item .answer{padding:0 20px 16px;color:#c9d1d9}
.network{background:#161b22;border:1px solid #30363d;border-radius:8px;padding:24px;margin:32px 0}
.network h3{margin-bottom:12px}
.network-links{display:flex;flex-wrap:wrap;gap:8px}
.network-links a{background:#21262d;padding:6px 14px;border-radius:16px;font-size:0.85rem;border:1px solid #30363d}
.network-links a:hover{border-color:#58a6ff;background:#161b22}
footer{background:#161b22;border-top:1px solid #30363d;padding:32px 0;text-align:center;color:#8b949e;font-size:0.85rem}
footer a{color:#58a6ff}footer p{margin-bottom:8px}
.cta{display:inline-block;background:#238636;color:#fff;padding:12px 28px;border-radius:6px;font-weight:600;margin-top:12px;font-size:1rem}
.cta:hover{background:#2ea043;text-decoration:none}
ul,ol{margin:12px 0 12px 24px}li{margin-bottom:6px}
.disclaimer{background:#f8514920;border:1px solid #f85149;border-radius:8px;padding:16px 24px;margin:24px 0;color:#f85149;font-size:0.9rem}
.info-box{background:#1f6feb20;border:1px solid #1f6feb;border-radius:8px;padding:16px 24px;margin:24px 0;color:#79c0ff;font-size:0.95rem}
.warn-box{background:#d2992220;border:1px solid #d29922;border-radius:8px;padding:16px 24px;margin:24px 0;color:#e3b341;font-size:0.95rem}
.step-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin:20px 0}
.step-card{background:#161b22;border:1px solid #30363d;border-radius:8px;padding:20px;text-align:center}
.step-card .num{font-size:2rem;color:#58a6ff;font-weight:700}
table{width:100%;border-collapse:collapse;margin:16px 0}
th,td{padding:10px 14px;text-align:left;border:1px solid #30363d}
th{background:#161b22;color:#f0f6fc;font-weight:600}
td{color:#c9d1d9}
tr:nth-child(even){background:#161b2280}
.glossary-term{background:#161b22;border:1px solid #30363d;border-radius:8px;padding:16px 20px;margin-bottom:10px}
.glossary-term strong{color:#58a6ff}
@media(max-width:768px){.hero h1{font-size:1.7rem}.compare-grid,.step-grid{grid-template-columns:1fr}table{font-size:0.85rem}}
.breadcrumb-nav{font-size:0.85rem;color:#8b949e;padding:0.5rem 0;max-width:900px;margin:0 auto}.breadcrumb-nav a{color:#58a6ff;text-decoration:none}.breadcrumb-nav a:hover{text-decoration:underline}.breadcrumb-nav .separator{margin:0 0.5rem;color:#484f58}
.quick-answer { background: var(--surface); border-left: 3px solid var(--accent); border-radius: 0 8px 8px 0; padding: 16px 20px; margin-bottom: 24px; }
.quick-answer p { color: var(--text); margin: 0; font-size: 0.95rem; }
</style>
<link href="https://tennesseebankruptcy.org/divorce-and-bankruptcy.html" hreflang="en" rel="alternate"/>
<link href="https://tennesseebankruptcy.org/divorce-and-bankruptcy-es.html" hreflang="es" rel="alternate"/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LegalService",
"name": "Tennessee Bankruptcy Information",
"description": "Free bankruptcy information and resources for Tennessee residents.",
"url": "https://tennesseebankruptcy.org/",
"areaServed": {
"@type": "City",
"name": "Tennessee"
},
"provider": {
"@type": "Organization",
"name": "Open Bankruptcy Project",
"url": "https://openbankruptcyproject.org"
},
"serviceType": "Bankruptcy Information",
"isAccessibleForFree": true
}
</script>
<meta content="https://tennesseebankruptcy.org/og-image.svg" property="og:image"/>
<meta content="https://tennesseebankruptcy.org/og-image.svg" name="twitter:image"/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "NonprofitOrganization",
"name": "Open Bankruptcy Project",
"alternateName": "OBP",
"url": "https://openbankruptcyproject.org",
"email": "info@openbankruptcyproject.org",
"taxID": "41-5159631",
"nonprofitStatus": "Nonprofit501c3",
"description": "The Open Bankruptcy Project is a 501(c)(3) nonprofit providing free tools, research, and consumer guides to help people navigate the federal bankruptcy system. We also conduct and publish empirical research on how the system actually works for consumers and share findings with rule-making bodies, regulators, and the public.",
"address": {
"@type": "PostalAddress",
"streetAddress": "1000 W 100th St",
"addressLocality": "Kansas City",
"addressRegion": "MO",
"postalCode": "64114",
"addressCountry": "US"
}
}
</script>
</head>
<body>
<nav><div class="container"><a class="brand" href="/">Tennessee Bankruptcy Guide</a><div class="links"><a href="/">Home</a><a href="/memphis/">Memphis</a><a href="/nashville/">Nashville</a><a href="chapter-7.html">Chapter 7</a><a href="chapter-13.html">Chapter 13</a><a href="exemptions.html">Exemptions</a><a href="cost.html">Cost</a><a href="faq.html">FAQ</a><a href="https://openbankruptcyproject.org">OBP</a></div></div></nav>
<nav aria-label="Breadcrumb" class="breadcrumb-nav"><a href="https://1328f.org">Home</a><span class="separator">›</span><a href="https://tennesseebankruptcy.org">Tennessee Bankruptcy Guide</a><span class="separator">›</span><span>Divorce & Bankruptcy</span></nav>
<div class="hero"><div class="container">
<h1>Divorce and Bankruptcy in Tennessee</h1>
<p class="subtitle">Divorce and bankruptcy often occur together. Understanding how they interact in Tennessee can help you protect your assets, manage shared debts, and plan the best filing strategy.</p>
</div></div>
<div class="container">
<div class="disclaimer">This page provides general educational information, not legal advice. Consult a qualified attorney for advice about your specific situation.</div>
</div>
<section><div class="container">
<div class="quick-answer">
<p>Yes. You can file bankruptcy before, during, or after a divorce in Tennessee. The timing affects how debts and property are divided. Filing before the divorce can simplify property division by eliminating joint unsecured debt.</p>
</div>
<h2>Filing Order: Bankruptcy Before, During, or After Divorce</h2>
<div class="step-grid">
<div class="step-card">
<div class="num">1</div>
<h3>Before Divorce</h3>
<p>Filing a joint bankruptcy before divorce can eliminate shared <a href="https://creditcarddebtbankruptcy.org/" title="unsecured debt">unsecured debt</a> and simplify the divorce property settlement. You save on filing fees by filing one joint case instead of two individual cases.</p>
</div>
<div class="step-card">
<div class="num">2</div>
<h3>During Divorce</h3>
<p>You can file bankruptcy during divorce proceedings. The <a href="https://automaticstay.org/" title="automatic stay">automatic stay</a> will pause any debt-related orders but does not affect custody, support, or the divorce itself. Coordination between courts is needed.</p>
</div>
<div class="step-card">
<div class="num">3</div>
<h3>After Divorce</h3>
<p>Filing after divorce means you file individually. Your divorce decree does not override bankruptcy law - a creditor can still come after you for joint debts even if the decree assigns them to your ex-spouse.</p>
</div>
</div>
</div></section>
<section><div class="container">
<h2>What Bankruptcy Cannot Discharge in Divorce</h2>
<div class="card">
<p>Under 11 U.S.C. <a href="https://523a.org/" title="Section 523(a)">section 523(a)</a>(5) and (a)(15), the following divorce-related debts are not dischargeable:</p>
<ul>
<li><strong>Child support</strong> - all arrears and ongoing obligations</li>
<li><strong>Alimony / spousal support</strong> - all arrears and ongoing obligations</li>
<li><strong>Property settlement obligations</strong> - debts to a former spouse under a divorce decree, separation agreement, or property settlement (<a href="https://nondischargeable.org/" title="nondischargeable">non-dischargeable</a> in <a href="https://whatischapter7.com/" title="Chapter 7">Chapter 7</a>; potentially dischargeable in <a href="https://chapter7vs13.org/" title="Chapter 13">Chapter 13</a>)</li>
<li><strong>Hold-harmless agreements</strong> - if you agreed to pay a joint debt in the divorce, that obligation survives <a href="https://whatischapter7.com/" title="Chapter 7">Chapter 7</a></li>
</ul>
<div class="info-box">Key difference: In <a href="https://chapter7vs13.org/" title="Chapter 13">Chapter 13</a>, property division debts (<a href="https://523a.org/" title="Section 523(a)">section 523(a)</a>(15)) may be dischargeable, while domestic support obligations (section 523(a)(5)) are never dischargeable.</div>
</div>
</div></section>
<section><div class="container">
<h2>Joint Debts and the Co-Debtor Stay</h2>
<div class="card">
<p>When one spouse files Chapter 13, the <strong><a href="https://codebtorstay.org/" title="codebtor stay">co-debtor stay</a></strong> under 11 U.S.C. section 1301 temporarily protects the non-filing spouse from creditors trying to collect on joint consumer debts. This protection does not exist in Chapter 7.</p>
<p>This is particularly important in Tennessee where both spouses may be on the mortgage, car loan, or credit cards. The <a href="https://codebtorstay.org/" title="codebtor stay">co-debtor stay</a> lasts as long as the <a href="https://chapter13plan.org/" title="Chapter 13 plan">Chapter 13 plan</a> is active.</p>
</div>
</div></section>
<section><div class="container">
<h2>Tennessee Property Considerations</h2>
<div class="card">
<ul>
<li><strong>Homestead exemption:</strong> $5,000 (individual) / $7,500 (joint) - the bankruptcy and divorce courts both consider home equity</li>
<li><strong>Vehicle exemption:</strong> $10,000</li>
<li><strong>Federal <a href="https://bankruptcyexemptionsbystate.com/" title="exemptions">exemptions</a> available:</strong> Tennessee allows choosing federal <a href="https://bankruptcyexemptionsbystate.com/" title="exemptions">exemptions</a>, which may be better depending on your assets</li>
</ul>
<p>See the full <a href="exemptions.html">Tennessee exemptions guide</a> for details.</p>
</div>
</div></section>
<section><div class="container">
<h2>Frequently Asked Questions</h2>
<details class="faq-item"><summary>Can I file bankruptcy during a divorce in Tennessee?</summary><div class="answer"><p>Yes. You can file bankruptcy before, during, or after a divorce in Tennessee. The timing affects how debts and property are divided. Filing before the divorce can simplify property division by eliminating joint <a href="https://creditcarddebtbankruptcy.org/" title="unsecured debt">unsecured debt</a>.</p></div></details><details class="faq-item"><summary>Does bankruptcy <a href="https://dischargebar.org/" title="discharge">discharge</a> alimony or child support?</summary><div class="answer"><p>No. Domestic support obligations including alimony and child support are not dischargeable in bankruptcy under any chapter. They are priority debts that must be paid in full.</p></div></details><details class="faq-item"><summary>What happens to joint debts in bankruptcy?</summary><div class="answer"><p>If one spouse files bankruptcy and discharges a joint debt, the other spouse remains fully liable. The creditor can pursue the non-filing spouse for the entire balance. A Chapter 13 co-debtor stay can temporarily protect the non-filing spouse during the <a href="https://chapter13plan.org/" title="Chapter 13 plan">repayment plan</a>.</p></div></details>
</div></section>
<div class="container">
<div style="text-align:center;padding:40px 0">
<h2>Planning Your Next Step</h2>
<p>If you are considering bankruptcy alongside divorce, check your <a href="https://dischargebar.org/" title="discharge">discharge</a> eligibility first.</p>
<a class="cta" href="https://1328f.com" style="margin-right:12px">Discharge Screener</a>
<a class="cta" href="chapter-7.html" style="background:#1f6feb">Chapter 7 Guide</a>
</div>
<div class="container">
<div class="network">
<h3>Browse Other States</h3>
<div class="network-links">
<a href="https://alaskabankruptcy.org">Alaska</a>
<a href="https://arkansasbankruptcy.org">Arkansas</a>
<a href="https://coloradobankruptcy.org">Colorado</a>
<a href="https://delawarebankruptcy.org">Delaware</a>
<a href="https://georgiabankruptcy.org">Georgia</a>
<a href="https://illinoisbankruptcy.org">Illinois</a>
<a href="https://iowabankruptcy.org">Iowa</a>
<a href="https://marylandbankruptcy.org">Maryland</a>
<a href="https://minnesotabankruptcy.org">Minnesota</a>
<a href="https://ohiobankruptcy.org">Ohio</a>
<a href="https://rhodeislandbankruptcy.org">Rhode Island</a>
<a href="https://tennesseebankruptcy.org">Tennessee</a>
<a href="https://vermontbankruptcy.org">Vermont</a>
<a href="https://openbankruptcyproject.org/states.html">View All States →</a>
</div>
</div>
<div class="network">
<h3>Open Bankruptcy Project Network</h3>
<div class="network-links">
<a href="https://openbankruptcyproject.org">OBP Home</a>
<a href="https://1328f.com">1328(f) Screener</a>
<a href="https://chapter7vs13.org">Ch. 7 vs 13</a>
<a href="https://automaticstay.org">Automatic Stay</a>
<a href="https://341meeting.org">341 Meeting</a>
<a href="https://bankruptcymeanstest.org">Means Test</a>
<a href="https://howmuchdoesbankruptcycost.com">Cost Guide</a>
<a href="https://bankruptcydismissed.com">Dismissed?</a>
<a href="https://filebankruptcyagain.com">File Again?</a>
<a href="https://howtofilebankruptcy.org">How to File</a>
</div>
</div>
</div>
<!-- Related Tennessee Bankruptcy Resources -->
<div style="max-width:900px;margin:2rem auto;padding:1.5rem;background:#161b22;border:1px solid #30363d;border-radius:8px">
<p style="color:#f0f6fc;font-weight:700;font-size:1.05rem;margin:0 0 0.75rem 0">Related Tennessee Bankruptcy Resources</p>
<ul style="list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:0.5rem">
<li><a href="/" style="color:#58a6ff;text-decoration:none;background:#21262d;padding:5px 12px;border-radius:14px;font-size:0.85rem;border:1px solid #30363d;display:inline-block">Tennessee Bankruptcy Guide</a></li>
<li><a href="/chapter-7.html" style="color:#58a6ff;text-decoration:none;background:#21262d;padding:5px 12px;border-radius:14px;font-size:0.85rem;border:1px solid #30363d;display:inline-block">Chapter 7 in Tennessee</a></li>
<li><a href="/chapter-13.html" style="color:#58a6ff;text-decoration:none;background:#21262d;padding:5px 12px;border-radius:14px;font-size:0.85rem;border:1px solid #30363d;display:inline-block">Chapter 13 in Tennessee</a></li>
<li><a href="/exemptions.html" style="color:#58a6ff;text-decoration:none;background:#21262d;padding:5px 12px;border-radius:14px;font-size:0.85rem;border:1px solid #30363d;display:inline-block">Tennessee Exemptions</a></li>
<li><a href="/cost.html" style="color:#58a6ff;text-decoration:none;background:#21262d;padding:5px 12px;border-radius:14px;font-size:0.85rem;border:1px solid #30363d;display:inline-block">Bankruptcy Cost in Tennessee</a></li>
</ul>
</div>
<!-- BTN:FOOTER:START -->
<footer class="network-footer" role="contentinfo">
<p><strong>Part of the Bankruptcy Transparency Network</strong></p>
<p>Real information, no strings.</p>
<div class="links">
<a href="https://1328f.com?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Discharge Screener</a>
<a href="https://openbankruptcyproject.org?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Open Bankruptcy Project</a>
<a href="https://chapter7vs13.org?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Ch.7 vs Ch.13</a>
<a href="https://howmuchdoesbankruptcycost.com?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Bankruptcy Cost</a>
<a href="https://automaticstay.org?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Automatic Stay</a>
<a href="https://341meeting.org?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">341 Meeting</a>
<a href="https://bankruptcyexemptionsbystate.com?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Exemptions by State</a>
<a href="https://meanstest.org?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Means Test</a>
<a href="https://filebankruptcywithoutlawyer.com?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">File Without a Lawyer</a>
<a href="https://rebuildcreditafterbankruptcy.com?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Rebuild Credit</a>
<a href="https://1099cdebt.com">1099cdebt.com</a>
</div>
<p class="disclaimer">Free bankruptcy education for the public interest. Not legal advice.
If you need legal help, contact a licensed attorney in your state.
A project of the <a href="https://openbankruptcyproject.org?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Open Bankruptcy Project</a>,
a 501(c)(3) nonprofit (EIN 41-5159631).</p>
<p><a href="https://openbankruptcyproject.org/privacy.html?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Privacy</a> |
<a href="https://openbankruptcyproject.org/terms.html?utm_source=1099cdebt.com&utm_medium=referral&utm_campaign=btn-network">Terms</a></p>
<a href="https://buy.stripe.com/7sY7sE7qbeIZdQfclSaVa05" style="display:inline-block;background:#bf3989;color:#fff;padding:0.6rem 1.8rem;border-radius:6px;font-weight:600;font-size:0.95rem;text-decoration:none;transition:background 0.2s" onmouseover="this.style.background='#9e2c6f'" onmouseout="this.style.background='#bf3989'">♥ Donate</a>
<div style="text-align:center;padding:1rem 0 0;border-top:1px solid #30363d;margin-top:1.5rem">
<p style="color:#7d8590;font-size:0.75rem">Our research was cited by the federal judiciary as <a href="https://www.uscourts.gov/rules-policies/records-and-archives-rules-committees/rules-suggestions" target="_blank" rel="noopener" style="color:#58a6ff">Suggestion 26-BK-3</a></p>
</div>
</footer>
<!-- BTN:FOOTER:END -->
<script defer="" src="/btn-engage.js"></script>
<!-- BOOST-TOP10 internal links (boost_internal_links.py) -->
<div class="boost-top10" style="max-width:820px;margin:2rem auto;padding:1.5rem;background:#0d1117;border:1px solid #238636;border-radius:8px">
<p style="color:#f0f6fc;font-weight:700;font-size:1.05rem;margin:0 0 0.75rem 0">You May Also Find Helpful</p>
<ul style="list-style:none;padding:0;margin:0">
<li style="margin-bottom:0.5rem"><a href="https://studentloanforgive.org/?utm_source=tennesseebankruptcy.org&utm_medium=boost-top10&utm_campaign=btn-network" style="color:#58a6ff;text-decoration:none;font-size:0.9rem">Student Loan Forgiveness Programs</a> <span style="color:#7d8590;font-size:0.8rem">-- studentloanforgive.org</span></li>
<li style="margin-bottom:0.5rem"><a href="https://chapter7vs13.org/?utm_source=tennesseebankruptcy.org&utm_medium=boost-top10&utm_campaign=btn-network" style="color:#58a6ff;text-decoration:none;font-size:0.9rem">Chapter 7 vs. Chapter 13 Comparison</a> <span style="color:#7d8590;font-size:0.8rem">-- chapter7vs13.org</span></li>
<li style="margin-bottom:0.5rem"><a href="https://openbankruptcyproject.org/?utm_source=tennesseebankruptcy.org&utm_medium=boost-top10&utm_campaign=btn-network" style="color:#58a6ff;text-decoration:none;font-size:0.9rem">Open Bankruptcy Project</a> <span style="color:#7d8590;font-size:0.8rem">-- openbankruptcyproject.org</span></li>
</ul>
</div>
<script defer="" src="https://openbankruptcyproject.org/btn-search.js"></script>
</div></body>
</html>