<?xml version="1.0" encoding="UTF-8" standalone="no"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:s="http://jadedpixel.com/-/spec/shopify" xml:lang="en">
  <id>https://chapter11cases.com/blogs/news.atom</id>
  <link href="https://chapter11cases.com/blogs/news" rel="alternate" type="text/html"/>
  <link href="https://chapter11cases.com/blogs/news.atom" rel="self" type="application/atom+xml"/>
  <title>Stretto - Bankruptcy &amp; Restructuring News &amp; Analysis</title>
  <updated>2026-04-13T02:33:10-05:00</updated>
  <author>
    <name>Stretto</name>
  </author>
  <xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><entry>
    <id>https://chapter11cases.com/blogs/news/office-properties-income-trust-approaches-confirmation-on-2-4-billion-restructuring</id>
    <published>2026-04-13T02:33:10-05:00</published>
    <updated>2026-04-13T17:37:40-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/office-properties-income-trust-approaches-confirmation-on-2-4-billion-restructuring" rel="alternate" type="text/html"/>
    <title>Office Properties Income Trust Approaches Confirmation on $2.4 Billion Restructuring</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Office Properties Income Trust is heading into the final stretch of its Chapter 11 reorganization in Houston, with a confirmation hearing scheduled for April 22nd</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/office-properties-income-trust-approaches-confirmation-on-2-4-billion-restructuring">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap"></p>
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark {
  display: flex;
  align-items: center;
}
.brand-mark img {
  height: 40px;
  width: auto;
}
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content {
  max-width: 1100px;
  margin: 0 auto;
}
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 800px;
}
.header-content h1 .highlight {
  color: var(--accent-orange);
}
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 700px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.content-section {
  margin: 60px auto;
  max-width: 1100px;
  padding: 0 40px;
}
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-slate);
  margin: 40px 0 18px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--medium-slate);
  margin: 30px 0 12px;
}
p {
  margin-bottom: 18px;
  line-height: 1.75;
}
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 4px;
}
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child {
  border-radius: 6px 0 0 0;
}
table.comparison thead th:last-child {
  border-radius: 0 6px 0 0;
}
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) {
  background: var(--fine-gray);
}
table.comparison tbody tr:hover {
  background: rgba(253, 114, 80, 0.06);
}
table.comparison .metric-label {
  font-weight: 500;
  color: var(--dark-slate);
}
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.bar-chart {
  margin: 30px 0;
  padding: 30px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.bar-chart-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-slate);
  margin-bottom: 25px;
}
.bar-group {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.bar-label {
  width: 180px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track {
  flex: 1;
  height: 32px;
  background: var(--light-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  flex-shrink: 0;
  width: 90px;
}
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.callout .callout-stat {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
.timeline {
  margin: 40px 0;
  position: relative;
  padding-left: 30px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item {
  position: relative;
  margin-bottom: 28px;
  padding-left: 30px;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before {
  background: var(--light-slate);
  box-shadow: 0 0 0 2px var(--light-slate);
}
.timeline-date {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent-orange);
  letter-spacing: 0.5px;
}
.timeline-item.muted .timeline-date {
  color: var(--light-slate);
}
.timeline-content {
  font-size: 15px;
  color: var(--text-body);
  margin-top: 3px;
}
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel {
  padding: 30px 35px;
}
.split-panel.left {
  background: var(--dark-slate);
  color: var(--white);
}
.split-panel.right {
  background: var(--fine-gray);
  color: var(--text-body);
}
.split-panel .panel-year {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 15px;
}
.split-panel.right .split-item {
  border-bottom-color: var(--medium-gray);
}
.split-item .item-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value {
  font-size: 18px;
  font-weight: 500;
}
.gauge-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin: 40px 0;
}
.gauge-card {
  text-align: center;
  padding: 30px 20px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.gauge-card svg {
  width: 120px;
  height: 120px;
}
.gauge-card .gauge-label {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 12px;
  font-weight: 400;
}
.gauge-card .gauge-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark-slate);
  margin-top: 4px;
}
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.report-footer .footer-brand img {
  height: 28px;
  width: auto;
}
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider {
  height: 1px;
  background: var(--medium-gray);
  margin: 60px auto;
  max-width: 1100px;
}
/* --- AI DOSSIER BANNER --- */
.dossier-banner {
  max-width: 1100px;
  margin: 50px auto 0;
  padding: 0 40px;
}
.dossier-banner-inner {
  background: linear-gradient(135deg, var(--fine-gray) 0%, #edf0f7 100%);
  border: 1px solid var(--medium-gray);
  border-left: 5px solid var(--accent-orange);
  border-radius: 0 8px 8px 0;
  padding: 28px 35px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.dossier-banner-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: var(--dark-slate);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dossier-banner-icon svg {
  width: 28px;
  height: 28px;
}
.dossier-banner-text {
  flex: 1;
}
.dossier-banner-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 4px;
}
.dossier-banner-text p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--primary-slate);
  margin: 0;
}
.dossier-banner-text a {
  color: var(--accent-orange);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(253, 114, 80, 0.3);
  transition: border-color 0.2s;
}
.dossier-banner-text a:hover {
  border-bottom-color: var(--accent-orange);
}
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .dossier-banner { padding: 0 20px; }
  .dossier-banner-inner { flex-direction: column; text-align: center; gap: 16px; padding: 24px 20px; }
}
</style>
<!-- HEADER --><header class="report-header">
<div class="header-top">
<div class="brand-mark"><img alt="Research Suite by Stretto" src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGRhdGEtbmFtZT0iTGF5ZXIgMSIgaWQ9IkxheWVyXzEtMiI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIgY2xhc3M9ImNscy0zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU0LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA0LTYuODktNi44OXMzLjA0LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+"></div>
<div class="report-type">Special Report</div>
</div>
<div class="header-content">
<h1>
<em>In re</em> Office Properties Income Trust: <span class="highlight">A $2.4 Billion Restructuring Approaches Confirmation</span>
</h1>
<p class="header-subtitle">A comprehensive analysis of OPI’s Chapter 11 case, from contested DIP financing and intercreditor warfare to a global settlement framework positioning the company for emergence as a reorganized REIT.</p>
<div class="header-meta">
<span>Prepared by Research Suite by Stretto</span> <span>April 2026</span> <span>Case No. 25-90530 (CML) • S.D. Tex.</span>
</div>
</div>
</header><!-- AI DOSSIER BANNER -->
<div class="dossier-banner">
<div class="dossier-banner-inner">
<div class="dossier-banner-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24">
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="#FD7250" d="M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="#FD7250" d="M14 2V8H20"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="rgba(255,255,255,0.5)" d="M9 15L12 12L15 15"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="rgba(255,255,255,0.5)" d="M12 12V19"></path>
      </svg></div>
<div class="dossier-banner-text">
<div class="dossier-banner-label">Powered by AI Dossier</div>
<p>This Special Report was generated using <strong>Research Suite’s AI Dossier</strong> feature, which analyzed 52 docket entries spanning 102 documents and 3,047 pages filed in this case. <a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Office_Properties_AI_Dossier.pdf?v=1776119445" rel="noopener" target="_blank">Download a complimentary copy of the AI Dossier</a> on which this report is based.</p>
</div>
</div>
</div>
<!-- SECTION I: WHERE THINGS STAND -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section I</div>
<h2>Where Things Stand</h2>
</div>
<p>Office Properties Income Trust and 72 affiliated debtors are approaching the final stretch of a Chapter 11 reorganization that has been marked by aggressive intercreditor litigation, three rounds of mediation, and a series of global settlements that have reshaped the case. The confirmation hearing is currently scheduled for April 22, 2026, with the voting and objection deadline set for April 15, 2026.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Petition Date</div>
<div class="stat-value">Oct. 30, 2025</div>
</div>
<div class="stat-card">
<div class="stat-label">Total Funded Debt</div>
<div class="stat-value">~$2.4B</div>
<div class="stat-detail">$2,244M Debtor-level</div>
</div>
<div class="stat-card">
<div class="stat-label">Enterprise Value</div>
<div class="stat-value">$2.05–$2.25B</div>
<div class="stat-detail">Per revised valuation analysis</div>
</div>
<div class="stat-card negative">
<div class="stat-label">Available Liquidity at Filing</div>
<div class="stat-value">~$29M</div>
<div class="stat-detail">Against $1.1B near-term maturities</div>
</div>
</div>
<p>The past several weeks have seen a burst of activity positioning the case for confirmation. On April 5, 2026, the Debtors filed their Notice of Intent to Equitize the DIP Facility, electing to convert the $125 million DIP into reorganized equity rather than requiring cash repayment. On April 8, the Third Amended Plan and First Plan Supplement were filed, incorporating all settlement terms and the equitization election. A day later, the Debtors filed a Second Election Notice identifying nine additional properties for sale.</p>
<div class="callout">
<h4>Key Upcoming Milestones</h4>
<p>April 15, 2026: Voting Deadline and Plan Objection Deadline. April 22, 2026: Confirmation Hearing. RSA milestones require entry of the Confirmation Order by May 25, 2026, and the Effective Date by June 3, 2026.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION II: THE DEBTOR -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section II</div>
<h2>The Debtor: OPI Corporate Profile</h2>
</div>
<p>OPI is a Maryland real estate investment trust formed in 2009 that grew principally through two major acquisitions: the October 2017 acquisition of First Potomac Realty Trust for approximately $1.4 billion and the December 2018 acquisition of Select Income REIT for approximately $2.4 billion. These transactions significantly expanded the property portfolio but also substantially increased the company’s debt burden.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Properties Owned</div>
<div class="stat-value">122–124</div>
<div class="stat-detail">29 states + D.C.</div>
</div>
<div class="stat-card">
<div class="stat-label">Rentable Sq. Ft.</div>
<div class="stat-value">~17.2M</div>
</div>
<div class="stat-card">
<div class="stat-label">Tenant Count</div>
<div class="stat-value">220+</div>
</div>
<div class="stat-card">
<div class="stat-label">Largest Tenant</div>
<div class="stat-value">U.S. Gov’t</div>
<div class="stat-detail">~17.1% of annualized rental income</div>
</div>
</div>
<p>A critical structural feature of OPI is that it has no employees. All management and operational functions are provided by The RMR Group LLC pursuant to management agreements originally dated June 5, 2015. Combined annual management fees totaled approximately $29.6 million in 2024. The RMR relationship raises significant governance concerns: the chair of OPI’s Board is also a director and controlling shareholder of RMR Inc. and Sonesta International Hotels Corporation. These overlapping roles were cited by the Official Committee of Unsecured Creditors as evidence that the “entire fairness” standard should govern scrutiny of the DIP Facility and other transactions.</p>
<p>To address governance concerns, OPI established a Special Committee on June 12, 2025, comprising an Independent Trustee as its sole member, tasked with investigating potential claims arising from prepetition capital structure transactions and RMR-related payments. That investigation remains ongoing.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION III: CAUSES OF DISTRESS -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section III</div>
<h2>Causes of Financial Distress</h2>
</div>
<p>The CRO Declaration identifies multiple intersecting causes of OPI’s financial distress, all compounding in a way that made the existing capital structure unsustainable.</p>
<div class="bar-chart">
<div class="bar-chart-title">Key Distress Drivers</div>
<div class="bar-group">
<div class="bar-label">Near-Term Debt Maturities</div>
<div class="bar-track">
<div style="width: 95%;" class="bar-fill slate">~$1.1B over 24 months</div>
</div>
</div>
<div class="bar-group">
<div class="bar-label">H1 2025 Net Loss</div>
<div class="bar-track">
<div style="width: 40%;" class="bar-fill orange">~$87M</div>
</div>
</div>
<div class="bar-group">
<div class="bar-label">H1 2025 Interest Expense</div>
<div class="bar-track">
<div style="width: 48%;" class="bar-fill slate">~$105.9M</div>
</div>
</div>
<div class="bar-group">
<div class="bar-label">Available Liquidity</div>
<div class="bar-track">
<div style="width: 3%;" class="bar-fill light"><br></div>
</div>
<div class="bar-value-outside">~$29M</div>
</div>
</div>
<p>Structural shifts in office space utilization driven by the proliferation of remote and hybrid work fundamentally reduced demand for traditional office space. Challenging financing markets made refinancing or extending maturing debt increasingly difficult and expensive. Reduced government spending created additional headwinds given OPI’s significant government tenant base. The company’s common shares were delisted from Nasdaq on October 6, 2025, effectively eliminating access to public equity markets.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IV: CAPITAL STRUCTURE -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IV</div>
<h2>Prepetition Capital Structure</h2>
</div>
<p>The Debtors’ prepetition capital structure — aggregating approximately $2,421.3 million in total company funded debt — is organized into multiple secured silos with distinct collateral packages, maturity dates, and lien priorities. This complexity lies at the heart of the intercreditor disputes that have defined the case.</p>
<table class="comparison">
<thead>
<tr>
<th>Debt Instrument</th>
<th>Amount</th>
<th>Rate</th>
<th>Maturity</th>
<th>Plan Class</th>
<th>Plan Treatment</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Non-Debtor Mortgage Debt</td>
<td>$177.3M</td>
<td>7.79% (wtd avg)</td>
<td>2028–2033</td>
<td>—</td>
<td>Unimpaired</td>
</tr>
<tr>
<td class="metric-label">Secured Credit Facility</td>
<td>$425M</td>
<td>SOFR + 350 bps</td>
<td>Jan. 2027</td>
<td>Class 4</td>
<td>Unimpaired (100%)</td>
</tr>
<tr>
<td class="metric-label">March 2029 Sr. Secured Notes</td>
<td>$300M</td>
<td>9.000%</td>
<td>Mar. 2029</td>
<td>Class 5</td>
<td>Unimpaired (100%)</td>
</tr>
<tr>
<td class="metric-label">Sept. 2029 Sr. Secured Notes</td>
<td>$610M</td>
<td>9.000%</td>
<td>Sept. 2029</td>
<td>Class 7</td>
<td>Impaired (84.1–93.3%)</td>
</tr>
<tr>
<td class="metric-label">March 2027 Sr. Secured Notes</td>
<td>~$418M</td>
<td>3.250%</td>
<td>Mar. 2027</td>
<td>Class 6</td>
<td>Impaired (100% per settlement)</td>
</tr>
<tr>
<td class="metric-label">Priority Guaranteed Unsecured</td>
<td>~$14.4M</td>
<td>8.000%</td>
<td>Jan. 2030</td>
<td>Class 9</td>
<td>Impaired (80.1–100%)</td>
</tr>
<tr>
<td class="metric-label">Unsecured Notes (4 tranches)</td>
<td>~$491.1M</td>
<td>2.400–6.375%</td>
<td>2026–2050</td>
<td>Class 10</td>
<td class="change-negative">Impaired (4.4–7.0%)</td>
</tr>
</tbody>
</table>
<p>Ninety-seven properties secure approximately $1.9 billion of aggregate debt. The complexity of this multi-silo structure — with separate collateral pools, intercreditor agreements, and lien priorities — is a defining feature of the case.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION V: RSA & DIP -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section V</div>
<h2>The RSA and the DIP Financing Battle</h2>
</div>
<p>The restructuring is anchored by a Restructuring Support Agreement executed on the Petition Date with holders of approximately 80–90% of the September 2029 Senior Secured Notes and RMR. The RSA contemplated the provision of a $125 million DIP Facility by the September 2029 Ad Hoc Group, the conversion of September 2029 Notes into reorganized equity, and continued management by RMR on renegotiated terms.</p>
<h3>The DIP Facility</h3>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">DIP Principal</div>
<div class="stat-value">$125M</div>
</div>
<div class="stat-card">
<div class="stat-label">Interest Rate</div>
<div class="stat-value">12%</div>
</div>
<div class="stat-card">
<div class="stat-label">Upfront Fee</div>
<div class="stat-value">2.25%</div>
</div>
<div class="stat-card">
<div class="stat-label">Exit Fee</div>
<div class="stat-value">5.75%</div>
</div>
</div>
<p>The DIP Facility was the most contested element of the case, drawing objections from four distinct parties. The 2027 Ad Hoc Group advanced four principal arguments: that the DIP constituted a value-transfer scheme benefiting the September 2029 Ad Hoc Group at the expense of the 2027 noteholders; that it violated the Intercreditor Agreement; that it operated as an impermissible sub rosa plan; and that it was approved through a flawed governance process lacking independent fiduciaries.</p>
<p>The UCC argued that the DIP should be evaluated under the heightened “entire fairness” standard because RMR is a statutory insider, and that the DIP constituted a sub rosa plan locking in approximately 79.5% of reorganized equity for the September 2029 Ad Hoc Group. BOKF, as trustee for the Subsequent September 2029 Notes, warned that excluding its noteholders from DIP participation constituted discriminatory treatment.</p>
<p>The Debtors countered that business judgment deference was appropriate, that no debtor-by-debtor necessity requirement existed in multi-debtor cases, that equitization merely preserved optionality subject to full confirmation protections, and that the 11-party marketing process validated the pricing. The Final DIP Order was entered on February 3–4, 2026, after a two-day hearing.</p>
<div class="callout">
<h4>DIP Equitization Elected</h4>
<p>On April 5, 2026, the Debtors filed their Notice of Intent to Equitize the DIP, converting DIP Claims into reorganized equity rather than requiring cash repayment. This reduces post-emergence leverage and cash requirements by eliminating approximately $125 million in debt (plus accrued interest and fees).</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VI: 2027 NOTES DISPUTE -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VI</div>
<h2>The 2027 Notes Dispute and OID Challenge</h2>
</div>
<p>The treatment of the approximately $418 million in 3.250% Senior Secured Notes due March 2027 has been the most heavily litigated issue in the case, spawning two adversary proceedings.</p>
<h3>OID Adversary (Adv. Proc. No. 25-03802)</h3>
<p>Filed November 2, 2025, the Debtors sought to disallow approximately $76.4 million of unamortized original issue discount on the 2027 Notes under §502(b)(2), which disallows claims for “unmatured interest.” The 2027 Notes were issued in December 2024 as part of an exchange transaction at a significant discount to face value, creating substantial OID.</p>
<h3>Intercreditor Adversary (Adv. Proc. No. 26-03016)</h3>
<p>Filed January 24, 2026, by UMB Bank as 2027 Notes indenture trustee, this proceeding alleged that the DIP Facility and related transactions violated the Intercreditor Agreement executed in connection with the December 2024 Exchange.</p>
<h3>The 2027 Ad Hoc Group’s Defenses</h3>
<p>The 2027 Ad Hoc Group raised three principal defenses: that the 2027 Notes were validly accelerated approximately seven hours before the Chapter 11 petitions were filed, fully amortizing all remaining OID; that the “solvent debtor” exception under <em>In re Ultra Petroleum Corp.</em> permits recovery regardless; and that as oversecured creditors under §506(b), the 2027 noteholders are entitled to recover post-petition interest including OID accretion.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VII: MEDIATION & SETTLEMENTS -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VII</div>
<h2>Mediation and Settlements</h2>
</div>
<p>After three rounds of court-ordered mediation before Judge Marvin Isgur, the parties reached a framework of interlocking settlements that resolved the principal disputes and positioned the case for confirmation.</p>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">November 5, 2025</div>
<div class="timeline-content">First mediation commences.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">December 22, 2025</div>
<div class="timeline-content">First mediation terminates without resolution.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">January 5–8, 2026</div>
<div class="timeline-content">Second mediation commences.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">February 23, 2026</div>
<div class="timeline-content">Committee Settlement reached — enhances unsecured creditor recoveries, increases Plan enterprise value to $1.75 billion.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 2, 2026</div>
<div class="timeline-content">2027 Settlement reached — fixes allowed 2027 Notes claim at $385 million, resolves both adversary proceedings.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 5, 2026</div>
<div class="timeline-content">Adequate Protection Stipulation entered, resolving interim disputes regarding adequate protection for prepetition secured lenders.</div>
</div>
</div>
<h3>The 2027 Settlement</h3>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">Before</div>
<div class="panel-label">Contested Claim</div>
<div class="split-item">
<div class="item-label">Face Amount</div>
<div class="item-value">~$418M</div>
</div>
<div class="split-item">
<div class="item-label">Coupon Rate</div>
<div class="item-value">3.250%</div>
</div>
<div class="split-item">
<div class="item-label">OID Challenge</div>
<div style="color: var(--accent-orange);" class="item-value">~$76.4M at risk</div>
</div>
<div class="split-item">
<div class="item-label">Status</div>
<div class="item-value">Two active adversary proceedings</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">After</div>
<div class="panel-label">Settlement Terms</div>
<div class="split-item">
<div class="item-label">Allowed Claim</div>
<div class="item-value">$385M</div>
</div>
<div class="split-item">
<div class="item-label">New Coupon Rate</div>
<div style="color: var(--accent-orange);" class="item-value">8.375%</div>
</div>
<div class="split-item">
<div class="item-label">Cash Payments</div>
<div class="item-value">$60M (due Feb. 1, 2027)</div>
</div>
<div class="split-item">
<div class="item-label">Min. Collateral Value</div>
<div class="item-value">$460–$480M</div>
</div>
</div>
</div>
<p>The settlement represents a pragmatic resolution. The allowed claim of $385 million falls between the full face amount and the OID-adjusted amount, suggesting each side conceded ground. The 2027 noteholders obtained new secured notes bearing a much higher coupon, near-term cash, and robust collateral protections. Both adversary proceedings are to be dismissed with prejudice on the Effective Date.</p>
<h3>The Committee Settlement</h3>
<p>Reached February 23, 2026, the Committee Settlement enhanced recoveries for unsecured creditors by increasing the Plan enterprise value to $1.75 billion, upsizing the equity rights offering to $35 million at $17 per share, granting 7-year warrants for 5% of reorganized equity at a $25 strike price, and providing an estimated approximately 9.3% recovery for unsecured noteholders. Trade and vendor claims are to be paid in full in cash.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VIII: PLAN EVOLUTION -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VIII</div>
<h2>Plan Evolution and Confirmation Process</h2>
</div>
<p>The Plan has evolved through four iterations, each incorporating progressive settlements and responding to objections raised by the various stakeholder groups.</p>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">January 9, 2026</div>
<div class="timeline-content">Initial Plan and Disclosure Statement filed. Reflects RSA framework but does not yet incorporate any settlements.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">February 23, 2026</div>
<div class="timeline-content">Amended Plan filed, incorporating the Committee Settlement — upsized equity rights offering, warrants, and enhanced unsecured creditor recoveries.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 13–16, 2026</div>
<div class="timeline-content">Second Amended Plan filed, incorporating the 2027 Settlement and Adequate Protection Stipulation.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 8, 2026</div>
<div class="timeline-content">Third Amended Plan and First Plan Supplement filed — the “voting version” positioned for confirmation.</div>
</div>
</div>
<h3>Classification and Estimated Recoveries</h3>
<table class="comparison">
<thead>
<tr>
<th>Class</th>
<th>Description</th>
<th>Status</th>
<th>Est. Recovery</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">1–5</td>
<td>Other Secured, Other Priority, Mortgage Guarantees, Credit Facility, March 2029 Notes</td>
<td>Unimpaired</td>
<td class="change-positive">100%</td>
</tr>
<tr>
<td class="metric-label">6</td>
<td>2027 Senior Secured Notes</td>
<td>Impaired (Voting)</td>
<td class="change-positive">100% (per settlement)</td>
</tr>
<tr>
<td class="metric-label">7</td>
<td>September 2029 Senior Secured Notes</td>
<td>Impaired (Voting)</td>
<td>84.1–93.3%</td>
</tr>
<tr>
<td class="metric-label">8</td>
<td>DIP Claims</td>
<td>Impaired (Voting)</td>
<td class="change-positive">100%</td>
</tr>
<tr>
<td class="metric-label">9</td>
<td>Priority Guaranteed Unsecured Notes</td>
<td>Impaired (Voting)</td>
<td>80.1–100%</td>
</tr>
<tr>
<td class="metric-label">10</td>
<td>Unsecured Notes (~$491M)</td>
<td>Impaired (Voting)</td>
<td class="change-negative">4.4–7.0%</td>
</tr>
<tr>
<td class="metric-label">11</td>
<td>Trade and Vendor Claims</td>
<td>Impaired (Voting)</td>
<td class="change-positive">100%</td>
</tr>
<tr>
<td class="metric-label">12</td>
<td>Other General Unsecured Claims</td>
<td>Impaired (Voting)</td>
<td>16.7–100%</td>
</tr>
<tr>
<td class="metric-label">15–16</td>
<td>Section 510(b) Claims &amp; Existing Common Equity</td>
<td>Deemed to Reject</td>
<td class="change-negative">0%</td>
</tr>
</tbody>
</table>
<h3>Post-Emergence Releases</h3>
<p>The release provisions have been a significant point of contention. The U.S. Trustee objected that nonconsensual third-party releases violate the Supreme Court’s decision in <em>Harrington v. Purdue Pharma</em>. The Debtors responded by implementing an opt-out release mechanism for voting classes and an opt-in mechanism for deemed-to-reject classes (Classes 15 and 16), citing recent authorities upholding opt-out releases post-<em>Purdue Pharma</em> in the Southern District of Texas.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IX: VALUATION & RECOVERY -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IX</div>
<h2>Valuation and Financial Projections</h2>
</div>
<p>The Revised Valuation Analysis establishes an enterprise value range of $2,050 million to $2,250 million and an implied equity value range of $343 million to $543 million, with a valuation date of May 1, 2026.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Enterprise Value</div>
<div class="stat-value">$2.05–$2.25B</div>
</div>
<div class="stat-card">
<div class="stat-label">Implied Equity Value</div>
<div class="stat-value">$343–$543M</div>
</div>
<div class="stat-card">
<div class="stat-label">Post-Emergence Debt</div>
<div class="stat-value">~$1,459M</div>
</div>
<div class="stat-card">
<div class="stat-label">Initial Leverage</div>
<div class="stat-value">7.4x</div>
<div class="stat-detail">Net Debt / EBITDA (2027)</div>
</div>
</div>
<h3>Post-Emergence Debt Structure</h3>
<div class="bar-chart">
<div class="bar-chart-title">Post-Emergence Secured Debt ($M)</div>
<div class="bar-group">
<div class="bar-label">Secured Credit Facility</div>
<div class="bar-track">
<div style="width: 60%;" class="bar-fill slate">$425M @ SOFR+350</div>
</div>
</div>
<div class="bar-group">
<div class="bar-label">Secured Exit Notes</div>
<div class="bar-track">
<div style="width: 59%;" class="bar-fill orange">$420M @ 10%</div>
</div>
</div>
<div class="bar-group">
<div class="bar-label">New 2027 Notes</div>
<div class="bar-track">
<div style="width: 54%;" class="bar-fill slate">$385M @ 8.375%</div>
</div>
</div>
<div class="bar-group">
<div class="bar-label">March 2029 Notes</div>
<div class="bar-track">
<div style="width: 42%;" class="bar-fill light">$300M @ 9%</div>
</div>
</div>
</div>
<p>The Revised Financial Projections project Cash Basis NOI growing from $145.5 million (May–December 2026) to $231.4 million (2030), with Net Debt/EBITDA leverage declining from 7.4x (2027) to 6.3x (2030) and a Debt Service Coverage Ratio improving from 1.5x (2027) to 1.7x (2028–2030). Projected dispositions of $272.9 million in the May–December 2026 period represent a significant portfolio rationalization.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION X: PROPERTY SALES -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section X</div>
<h2>Property Sales and Asset Dispositions</h2>
</div>
<p>The first property sale involved the Regents Center in Tempe, Arizona, sold to Opus Development Company for $11,037,975. The Motion was filed November 10, 2025, approved December 3, and closed December 19, 2025, establishing both the legal framework and precedent for subsequent sales.</p>
<p>More broadly, the Motion for Global Sale Procedures was filed February 3, 2026, and approved February 25, 2026, establishing a framework for ongoing property dispositions without requiring individual court approval for each transaction. On April 9, 2026, the Debtors filed a Second Election Notice identifying nine additional properties for the broker-marketed sale process — consistent with the $272.9 million in projected dispositions for the May–December 2026 period.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XI: KEY LEGAL CONTROVERSIES -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XI</div>
<h2>Key Legal Controversies</h2>
</div>
<p>Beyond the intercreditor disputes that dominated the first several months, the case has raised several important doctrinal issues that reflect the evolving landscape of complex Chapter 11 practice.</p>
<h3>Business Judgment vs. Entire Fairness</h3>
<p>The applicable standard of review for the DIP Facility was a threshold legal issue. The Committee’s argument for entire fairness rested on RMR’s insider status and its benefits under the RSA. The Debtors distinguished the precedent by arguing that the DIP Lenders themselves are arm’s-length parties — the insider (RMR) is not providing the financing. The Court’s entry of the Final DIP Order suggests it found the business judgment standard appropriate.</p>
<h3>Sub Rosa Plan Doctrine</h3>
<p>The argument that the DIP Facility’s equitization feature and RSA integration impermissibly predetermined the reorganization outcome represents one of the most important doctrinal issues in the case. The Fifth Circuit’s decision in <em>Braniff Airways</em> prohibits transactions that effectively determine the outcome of a reorganization without the procedural safeguards of the plan confirmation process. The Debtors’ counter-argument that equitization is implemented through and subject to the Plan, including Court review under §1129, provides a plausible distinction.</p>
<h3>Post-<em>Purdue Pharma</em> Release Framework</h3>
<p>The Debtors’ adoption of an opt-out mechanism for voting classes and an opt-in mechanism for deemed-to-reject classes represents a sophisticated attempt to thread the needle between the Supreme Court’s prohibition on nonconsensual third-party releases and the practical necessity of broad releases to effectuate complex restructurings. The citation to <em>In re Container Store Group</em> suggests the Southern District of Texas is developing a post-<em>Purdue Pharma</em> framework that permits opt-out/opt-in releases as “consensual.”</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XII: STAKEHOLDER OUTLOOK -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XII</div>
<h2>Stakeholder Outlook</h2>
</div>
<p>With the confirmation hearing approaching, the positions of the principal stakeholder groups are largely defined by the settlement framework.</p>
<table class="comparison">
<thead>
<tr>
<th>Stakeholder</th>
<th>Outcome Under Plan</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">September 2029 Noteholders</td>
<td>Positioned to control the reorganized entity through equity conversion of both the September 2029 Notes and the DIP Facility. DIP terms — 12% interest, 2.25% upfront fee, 10% anchor capital commitment fee, 5.75% exit fee — provide significant economic returns before equity conversion.</td>
</tr>
<tr>
<td class="metric-label">2027 Noteholders</td>
<td>Receive $385M in new 8.375% secured notes (up from 3.250%), $60M in cash, and robust collateral protections. Claim reduced approximately 8% from face value. Bear 42-month maturity risk in a challenging office market.</td>
</tr>
<tr>
<td class="metric-label">Unsecured Noteholders</td>
<td>Approximately 4.4–7.0% recovery (~$21.6–$34.4M on $491M in claims) through equity, warrants, and subscription rights. Committee Settlement enhanced recoveries but unsecured creditors bear the heaviest economic impact.</td>
</tr>
<tr>
<td class="metric-label">Existing Equity</td>
<td>Extinguished with 0% recovery, consistent with the absolute priority rule and the Debtors’ deep insolvency.</td>
</tr>
<tr>
<td class="metric-label">RMR</td>
<td>Maintains management role post-emergence on renegotiated terms. Special Committee investigation of RMR-related payments remains ongoing.</td>
</tr>
<tr>
<td class="metric-label">U.S. Government &amp; Other Tenants</td>
<td>Tenant obligations paid in the ordinary course. Government tenants (~25.4% of annualized rental income) largely unaffected by the restructuring.</td>
</tr>
</tbody>
</table>
<div class="callout">
<h4>Looking Ahead</h4>
<p>If the Plan is confirmed as proposed, the reorganized entity would emerge with approximately $1.46 billion in debt, an enterprise value of $2.05–$2.25 billion, and a projected deleveraging trajectory from 7.4x to 6.3x Net Debt/EBITDA by 2030. The September 2029 noteholders would become the dominant equity holders of a private REIT navigating the structural headwinds of the post-pandemic office market. The $272.9 million in projected near-term property dispositions signal that the portfolio rationalization process would begin immediately upon emergence.</p>
</div>
</section>
<!-- FOOTER --><footer class="report-footer">
<div class="container">
<div class="footer-brand"><img alt="Research Suite by Stretto" src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGRhdGEtbmFtZT0iTGF5ZXIgMSIgaWQ9IkxheWVyXzEtMiI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIgY2xhc3M9ImNscy0zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU0LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA0LTYuODktNi44OXMzLjA0LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+"></div>
<p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on the AI Dossier generated by Research Suite by Stretto, which analyzed 52 docket entries spanning 102 documents and 3,047 pages filed in <em>In re Office Properties Income Trust, et al.</em>, Case No. 25-90530 (CML), U.S. Bankruptcy Court for the Southern District of Texas, Houston Division. All facts, figures, and docket citations are drawn from the underlying docket filings as summarized in the AI Dossier.</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
<p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
<p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
</div>
</footer>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/fat-brands-sale-process-april-24th-bid-deadline</id>
    <published>2026-04-13T02:30:07-05:00</published>
    <updated>2026-04-13T17:37:52-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/fat-brands-sale-process-april-24th-bid-deadline" rel="alternate" type="text/html"/>
    <title>FAT Brands Sale Process - April 24th Bid Deadline</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A dual-tranche debtor-in-possession facility totaling up to $307.6 million was approved, and court-approved bidding procedures now set an April 24th bid deadline, an April 27th auction, and a May 8th sale hearing. </p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/fat-brands-sale-process-april-24th-bid-deadline">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap"></p>
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 800px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 700px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
.section-header { margin-bottom: 35px; padding-bottom: 15px; border-bottom: 3px solid var(--accent-orange); }
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 { font-size: 30px; font-weight: 700; color: var(--dark-slate); line-height: 1.3; }
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value { font-size: 32px; font-weight: 700; color: var(--dark-slate); line-height: 1.2; }
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label { width: 140px; font-size: 13px; font-weight: 400; color: var(--text-body); flex-shrink: 0; text-align: right; padding-right: 16px; }
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 4px; display: flex; align-items: center; padding-left: 12px; font-size: 13px; font-weight: 500; color: var(--white); transition: width 1s ease; }
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--accent-orange);
}
.callout h4 { color: var(--accent-orange); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 12px; font-weight: 500; }
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 48px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .header-meta { flex-direction: column; gap: 8px; }
  .dossier-banner { padding: 0 20px; }
  .dossier-banner-inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
    padding: 24px 20px;
  }
}
/* --- AI DOSSIER BANNER --- */
.dossier-banner {
  max-width: 1100px;
  margin: 50px auto 0;
  padding: 0 40px;
}
.dossier-banner-inner {
  background: linear-gradient(135deg, var(--fine-gray) 0%, #edf0f7 100%);
  border: 1px solid var(--medium-gray);
  border-left: 5px solid var(--accent-orange);
  border-radius: 0 8px 8px 0;
  padding: 28px 35px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.dossier-banner-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: var(--dark-slate);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dossier-banner-icon svg {
  width: 28px;
  height: 28px;
}
.dossier-banner-text {
  flex: 1;
}
.dossier-banner-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 4px;
}
.dossier-banner-text p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--primary-slate);
  margin: 0;
}
.dossier-banner-text a {
  color: var(--accent-orange);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(253, 114, 80, 0.3);
  transition: border-color 0.2s;
}
.dossier-banner-text a:hover {
  border-bottom-color: var(--accent-orange);
}
</style>
<header class="report-header">
<div class="header-top">
<div class="brand-mark"><img alt="Research Suite by Stretto" src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGRhdGEtbmFtZT0iTGF5ZXIgMSIgaWQ9IkxheWVyXzEtMiI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIgY2xhc3M9ImNscy0zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+"></div>
<div class="report-type">Special Report</div>
</div>
<div class="header-content">
<h1>In re FAT Brands Inc.: <span class="highlight">Governance, Capital, and the Race to Sale</span>
</h1>
<p class="header-subtitle">A comprehensive analysis of the Chapter 11 cases of one of America’s largest multi-brand restaurant companies, from petition through approved bidding procedures.</p>
<div class="header-meta">
<span>Prepared by Research Suite by Stretto</span> <span>April 2026</span> <span>Case No. 26-90126 (ARP) • S.D. Tex.</span>
</div>
</div>
</header>
<div class="dossier-banner">
<div class="dossier-banner-inner">
<div class="dossier-banner-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24">
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="#FD7250" d="M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="#FD7250" d="M14 2V8H20"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="rgba(255,255,255,0.5)" d="M9 15L12 12L15 15"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="rgba(255,255,255,0.5)" d="M12 12V19"></path>
      </svg></div>
<div class="dossier-banner-text">
<div class="dossier-banner-label">Powered by AI Dossier</div>
<p>This Special Report was generated using <strong>Research Suite’s AI Dossier</strong> feature, which analyzed 46 docket entries spanning 68 documents and 2,075 pages filed in this case. <a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/FAT_Brands_AI_Dossier.pdf?v=1776119445" rel="noopener" target="_blank">Download a complimentary copy of the AI Dossier</a> on which this report is based.</p>
</div>
</div>
</div>
<!-- SECTION I: WHERE THINGS STAND -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section I</div>
<h2>Where Things Stand</h2>
</div>
<p>As of April 9, 2026, the Chapter 11 cases of FAT Brands Inc., Twin Hospitality Group Inc., and their debtor subsidiaries have moved from crisis to transaction. A governance showdown between the company’s controlling CEO and the securitization noteholders who hold 85% of the outstanding securitization notes has been resolved through mediation. A dual-tranche DIP facility totaling up to $307.6 million has been approved on a second interim basis. And court-approved bidding procedures now set an April 24 bid deadline, an April 27 auction, and a May 8 sale hearing — a 17-day sprint from bids to closing that is being driven by a DIP maturity date that functions as an effective drop-dead date for the entire process.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Restaurant Brands</div>
<div class="stat-value">18</div>
<div class="stat-detail">~2,200 locations in 46 states, 30 countries</div>
</div>
<div class="stat-card negative">
<div class="stat-label">Total Funded Debt</div>
<div class="stat-value">~$1.46B</div>
<div class="stat-detail">Dominated by WBS securitization notes</div>
</div>
<div class="stat-card">
<div class="stat-label">DIP Facility</div>
<div class="stat-value">$307.6M</div>
<div class="stat-detail">$76.9M new money + $230.7M roll-up</div>
</div>
<div class="stat-card">
<div class="stat-label">Bid Deadline</div>
<div class="stat-value">Apr 24</div>
<div class="stat-detail">Auction Apr 27 • Sale Hearing May 8</div>
</div>
</div>
<p>The path from petition to this point has involved four distinct but interrelated tracks: a governance crisis that dominated the first two months; a complex, three-way dispute over whether postpetition cash constitutes cash collateral; the negotiation and approval of DIP financing that is inextricably linked to the governance resolution; and the launch of a Section 363 sale process that landlord constituencies have challenged on due process and adequate assurance grounds.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION II: THE DEBTORS' BUSINESS -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section II</div>
<h2>The Debtors’ Business</h2>
</div>
<p>FAT Brands and Twin Hospitality collectively operate eighteen restaurant brands — including Fatburger, Johnny Rockets, Twin Peaks, Smokey Bones, Fazoli’s, Round Table Pizza, and Great American Cookies — across approximately 2,200 locations. The business model rests on three revenue pillars: franchising (approximately $92 million in 2025 royalties and fees), company-owned restaurant operations (over 150 locations generating approximately $389.4 million in 2025 revenue), and manufacturing operations including the Atlanta Factory and the Twin Brewery (approximately $39.4 million in 2025 revenue). The enterprise employs approximately 7,500 direct employees and supports approximately 45,000 additional franchisee-level employees.</p>
<div class="bar-chart">
<div class="bar-chart-title">2025 Revenue by Segment</div>
<div class="bar-group">
<div class="bar-label">Company-Owned</div>
<div class="bar-track">
<div style="width: 75%;" class="bar-fill slate">$389.4M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Franchising</div>
<div class="bar-track">
<div style="width: 18%;" class="bar-fill orange">$92.0M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Manufacturing</div>
<div class="bar-track">
<div style="width: 8%;" class="bar-fill light">$39.4M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION III: CAPITAL STRUCTURE -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section III</div>
<h2>Capital Structure and Sources of Distress</h2>
</div>
<p>The Debtors’ capital structure is dominated by approximately $1.46 billion in total funded debt, the vast majority of which consists of whole business securitization (“WBS”) notes issued across four securitization silos — Royalty, GFG, Fazoli’s, and Twin — plus Resid Notes. All five series are administered by UMB Bank, N.A. as trustee. The Ad Hoc Group of Securitization Noteholders (the “WBS Ad Hoc Group”) holds approximately $990 million, or 85%, of the outstanding securitization notes, making it the dominant secured creditor constituency in the cases.</p>
<table class="comparison">
<thead>
<tr>
<th>Instrument</th>
<th>Principal (Millions)</th>
<th>Collateral</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">GFG Notes</td>
<td>$445</td>
<td>Substantially all assets of GFG Securitization Guarantors</td>
</tr>
<tr>
<td class="metric-label">Twin Notes</td>
<td>$413</td>
<td>Substantially all assets of Twin Securitization Guarantors</td>
</tr>
<tr>
<td class="metric-label">Royalty Notes</td>
<td>$212</td>
<td>Substantially all assets of Royalty Securitization Guarantors</td>
</tr>
<tr>
<td class="metric-label">Fazoli’s Notes</td>
<td>$187</td>
<td>Substantially all assets of Fazoli’s Securitization Guarantors</td>
</tr>
<tr>
<td class="metric-label">Resid Notes</td>
<td>$159</td>
<td>Substantially all assets of Resid Issuer</td>
</tr>
<tr>
<td class="metric-label">Riverside Refi Loan</td>
<td>$18.75</td>
<td>Substantially all assets of HDOS Acquisition, LLC</td>
</tr>
<tr>
<td class="metric-label">Waterfall Loan</td>
<td>$10</td>
<td>7.1M shares of Twin Hospitality stock</td>
</tr>
<tr>
<td class="metric-label">GFG Percent Promissory Notes</td>
<td>$8.4</td>
<td>Substantially all assets of FAT GFG Notes I, LLC</td>
</tr>
<tr>
<td class="metric-label">Royalty Percent Promissory Notes</td>
<td>$6.2</td>
<td>Substantially all assets of FAT Royalty Notes I, LLC</td>
</tr>
<tr>
<td class="metric-label">Twin Peaks Equipment Loans</td>
<td>$4</td>
<td>Financed equipment</td>
</tr>
<tr>
<td class="metric-label">Elevation Note (unsecured)</td>
<td>$2</td>
<td>—</td>
</tr>
<tr style="font-weight: 500; background: var(--fine-gray);">
<td class="metric-label">Total Funded Debt</td>
<td><strong>~$1,463</strong></td>
<td></td>
</tr>
</tbody>
</table>
<h3>Sources of Financial Distress</h3>
<p>The filings identify multiple compounding sources of distress. Management fees paid by the securitization entities to the Debtor-Managers covered only approximately 18% of SG&amp;A expenses, creating a chronic cash shortfall. Over $72 million in penalty interest and amortization charges accumulated since 2022 due to admitted events of default under the securitization indentures. Approximately $85.5 million in legal costs since 2021 arose from DOJ and SEC investigations related to the CEO’s conduct. By the petition date, all alternative liquidity sources had been exhausted, leaving the Debtors with only approximately $2.1 million in unrestricted cash.</p>
<div class="callout">
<h4>Liquidity Crisis</h4>
<p><span class="callout-stat">$2.1M</span>Unrestricted cash at the petition date — after $85.5 million in legal costs, $72 million in accumulated penalty interest, and the exhaustion of every alternative liquidity source. The WBS Ad Hoc Group directed acceleration of all amounts under the securitization notes on November 17, 2025, after prepetition restructuring negotiations collapsed.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IV: GOVERNANCE CRISIS -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IV</div>
<h2>The Governance Crisis</h2>
</div>
<p>The company’s CEO serves as its controlling shareholder through Fog Cutter Holdings LLC, which holds approximately 42.1% of Class A and approximately 55.7% of Class B common stock (with 2,000 votes per Class B share), making FAT Brands a “controlled company” under Nasdaq rules. Six of fifteen board members are the CEO’s immediate or extended family members. The CEO has a criminal history including a 2004 guilty plea to two federal felonies, a 2024 federal indictment on 20 felony counts (later dismissed), and a pending SEC civil complaint alleging fraud.</p>
<p>The WBS Ad Hoc Group filed its Motion for Appointment of a Chapter 11 Trustee on January 27, 2026 — the day after the petition date — signaling immediate and aggressive engagement. The motion argued that both independent prongs of Section 1104(a) were satisfied, cataloguing over $200 million in alleged improper insider payments.</p>
<div class="bar-chart">
<div class="bar-chart-title">Alleged Improper Insider Payments</div>
<div class="bar-group">
<div class="bar-label">Indemnification</div>
<div class="bar-track">
<div style="width: 40%;" class="bar-fill slate">~$86M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Shareholder Loans</div>
<div class="bar-track">
<div style="width: 22%;" class="bar-fill slate">$47M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Personal Expenses</div>
<div class="bar-track">
<div style="width: 13%;" class="bar-fill orange">$27M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">CEO Compensation</div>
<div class="bar-track">
<div style="width: 9%;" class="bar-fill orange">$20M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Insider Dividends</div>
<div class="bar-track">
<div style="width: 8%;" class="bar-fill light">$17M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Family Compensation</div>
<div class="bar-track">
<div style="width: 7%;" class="bar-fill light">$15.7M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Preferential Bonuses</div>
<div class="bar-track">
<div style="width: 1.5%;" class="bar-fill light"><br></div>
</div>
<div class="bar-value-outside">$1.6M</div>
</div>
</div>
<h3>The Unauthorized Equity Issuance</h3>
<p>On January 30, 2026 — four days post-petition — the CEO unilaterally directed the sale of 9,000,000 shares of Twin Hospitality Class A common stock to White Lion Capital, LLC for $3,104,200 without prior court approval, without consulting the Special Committee or the Debtors’ professionals, and in apparent violation of Section 363(b). This episode served as a significant inflection point, providing a concrete postpetition example of unilateral management action. The WBS Ad Hoc Group escalated by filing an Emergency Motion to Suspend the CEO on February 5, 2026.</p>
<h3>The CEO Suspension Motion and Opposing Positions</h3>
<p>The suspension motion relied on Sections 105(a), 1107, and 1108 rather than the Section 1104 trustee appointment mechanism, seeking a more targeted remedy. Two distinct oppositions were filed: the Debtors argued that no provision of the Bankruptcy Code authorizes unilateral judicial replacement of management absent shareholder consent (citing <em>In re Adelphia Commc’ns Corp.</em>); and the U.S. Trustee objected on structural grounds, arguing that Section 1104 is the exclusive remedy for management misconduct and that Section 105(a) cannot circumvent the specific statutory framework (citing <em>Law v. Siegel</em>, 571 U.S. 415). The U.S. Trustee’s position created an unusual alignment where the government agreed with the Debtors on the legal remedy while disagreeing on the underlying facts.</p>
<h3>Resolution Through Mediation</h3>
<p>The governance crisis was resolved through mediation led by Judge Marvin Isgur, which produced a Governance Agreement with several key terms: the CEO was required to take a temporary leave of absence; all family member employees were to be terminated; the board was to be reconstituted with reduced membership; and sole restructuring authority was vested in Special Committees composed of independent directors. Additionally, DIP Lenders were required to pay $5 million to the FBG Manager in installments to be paid to the CEO — effectively compensating him for stepping aside and transforming what could have been protracted governance litigation into a negotiated transition.</p>
<p>On March 20, 2026, the WBS Ad Hoc Group filed a Notice of Withdrawal of both the Trustee Motion and CEO Suspension Motion without prejudice, preserving the ability to refile if the Governance Agreement were breached.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION V: FIRST-DAY RELIEF -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section V</div>
<h2>First-Day Relief</h2>
</div>
<p>On the petition date and the following day, the Debtors filed a suite of emergency motions seeking authority to continue business operations. The first-day relief was grounded in a coordinated statutory framework: Sections 363(b), 363(c), 105(a), 1107(a), and 1108 of the Bankruptcy Code; the business judgment standard requiring an “articulated business justification” (per <em>Continental Air Lines</em> and <em>ASARCO</em>); and the doctrine of necessity subject to the three-prong <em>CoServ</em> test.</p>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">$13.4M</div>
<div class="panel-label">Essential Creditor Claims</div>
<div class="split-item">
<div class="item-label">Critical Vendor Claims</div>
<div class="item-value">$7,500,000</div>
</div>
<div class="split-item">
<div class="item-label">503(b)(9) Claims</div>
<div class="item-value">$5,910,000</div>
</div>
<div class="split-item">
<div class="item-label">Interim Cap</div>
<div style="color: var(--accent-orange);" class="item-value">$3,418,100</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">$18.2M</div>
<div class="panel-label">Employee Obligations</div>
<div class="split-item">
<div class="item-label">PTO Obligations</div>
<div class="item-value">$5,307,817</div>
</div>
<div class="split-item">
<div class="item-label">Wages &amp; Compensation</div>
<div class="item-value">$5,116,000</div>
</div>
<div class="split-item">
<div class="item-label">Payroll Taxes</div>
<div style="color: var(--accent-orange);" class="item-value">$3,468,000</div>
</div>
</div>
</div>
<p>The Debtors also sought authority to honor approximately $15.7 million in prepetition customer and franchisee program obligations, the largest components of which were the Gift Card Program ($8,978,000) and Rebate Program ($4,614,000). The employee obligations motion progressed from interim order on the date of filing to full order the next day, reflecting the priority the Court placed on wage claims consistent with Section 507(a)(4).</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VI: CASH COLLATERAL -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VI</div>
<h2>The Cash Collateral Dispute</h2>
</div>
<p>The central legal controversy underlying the first several weeks of the cases concerns the characterization of the Debtors’ postpetition cash receipts — specifically, whether postpetition restaurant revenues and securitization receivables constitute “Cash Collateral” subject to the WBS Ad Hoc Group’s liens or “Unencumbered Cash” under Section 552(a). Three competing positions define this dispute:</p>
<table class="comparison">
<thead>
<tr>
<th>Party</th>
<th>Position</th>
<th>Legal Basis</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">The Debtors</td>
<td>Postpetition revenues are “Unencumbered Cash” — not proceeds of prepetition collateral under Section 552(a)</td>
<td>
<em>In re Cafeteria Operators</em>, 299 B.R. 400 (Bankr. N.D. Tex. 2003)</td>
</tr>
<tr>
<td class="metric-label">WBS Ad Hoc Group</td>
<td>Blanket liens make all revenues “proceeds” of prepetition collateral under Section 552(b)</td>
<td>
<em>In re Bumper Sales</em>, 907 F.2d 1430 (4th Cir. 1990); <em>In re T-H New Orleans</em>, 10 F.3d 1099 (5th Cir. 1993)</td>
</tr>
<tr>
<td class="metric-label">352 Capital</td>
<td>Section 552(a) is inapplicable — the 2023 Contribution Agreement effected an outright ownership transfer, not a security interest</td>
<td>July 10, 2023 Contribution Agreement, Section 4</td>
</tr>
</tbody>
</table>
<p>This triangulated dispute — where the Debtors argue the cash is unencumbered estate property, the WBS Ad Hoc Group argues it is encumbered estate property, and 352 Capital argues certain portions are not estate property at all — has significant implications for the value available to each creditor constituency.</p>
<h3>Five Interim Cash Collateral Orders</h3>
<p>The Debtors operated through five successive interim cash collateral orders in approximately seven weeks before obtaining DIP financing. The frequency and short duration of these orders reflects the intensity of the dispute and the absence of a consensual resolution until the Governance Agreement was reached in mid-March.</p>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">January 28, 2026</div>
<div class="timeline-content">First Interim Cash Collateral Order entered (Dkt. 103)</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">February 12, 2026</div>
<div class="timeline-content">Multiple landlord groups (GGP, GMRI/Darden, Various Landlords) file objections asserting Section 365(d)(3) timely performance and Section 363(e) adequate protection violations</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">February 20, 2026</div>
<div class="timeline-content">Second Interim Cash Collateral Order entered (Dkt. 285)</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">March 1, 2026</div>
<div class="timeline-content">Third Interim Cash Collateral Order entered (Dkt. 326)</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">March 8, 2026</div>
<div class="timeline-content">Fourth Interim Cash Collateral Order entered (Dkt. 387)</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 17, 2026</div>
<div class="timeline-content">Fifth Interim Cash Collateral Order entered (Dkt. 432) — final order before transition to DIP financing</div>
</div>
</div>
<p>Each successive order authorized use of Cash Collateral subject to four-week or shorter budgets, a 110% permitted variance on aggregate disbursements, replacement liens, superpriority administrative claims, and a professional fee Carve-Out. The four-week budget periods functioned as de facto “check-in” mechanisms, requiring the Debtors to return to court regularly and providing the WBS Ad Hoc Group with recurring leverage points.</p>
<h3>The 352 Capital Adversary Proceeding</h3>
<p>352 Capital GP LLC filed a limited objection to the cash collateral motion on January 28, 2026, and subsequently commenced adversary proceeding No. 26-03053 on February 13, 2026. The adversary complaint seeks a declaratory judgment that the Resid Issuer owns the Management Fees and the Resid Secured Parties hold properly perfected security interests therein. This proceeding remains pending and presents a significant unresolved legal question that could materially affect the value available for both DIP repayment and creditor distributions.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VII: DIP FINANCING -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VII</div>
<h2>DIP Financing</h2>
</div>
<p>The Debtors obtained a dual-tranche DIP financing facility funded by the WBS Ad Hoc Group and administered by UMB Bank, N.A., authorized under Sections 364(c) and 364(d). The dual-tranche structure maintains the distinct securitization silo architecture — the FBG DIP Facility relates to the FAT Brands Group securitization entities, while the Twin DIP Facility relates to the Twin Hospitality securitization entities.</p>
<table class="comparison">
<thead>
<tr>
<th>Component</th>
<th>FBG DIP</th>
<th>Twin DIP</th>
<th>Combined</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">New Money</td>
<td>$46,140,000</td>
<td>$30,760,000</td>
<td><strong>$76,900,000</strong></td>
</tr>
<tr>
<td class="metric-label">Rolled-Up</td>
<td>$138,420,000</td>
<td>$92,280,000</td>
<td><strong>$230,700,000</strong></td>
</tr>
<tr>
<td class="metric-label">Total DIP Facility</td>
<td>$184,560,000</td>
<td>$123,040,000</td>
<td><strong>$307,600,000</strong></td>
</tr>
</tbody>
</table>
<div class="callout">
<h4>The 3:1 Roll-Up Ratio</h4>
<p>For each dollar of new money advanced, three dollars of prepetition debt are elevated to DIP superpriority status with priming liens. The ratio was defended as consistent with comparable chapter 11 financings including <em>In re Container Store</em> (~2:1), <em>In re Pine Gate Renewables</em> (2.3:1 to 3.4:1), and <em>In re Virgin Orbit</em> (2:1 to 3:1). GLC Advisors solicited 31 potential DIP lenders; 12 signed NDAs, but none submitted an actionable proposal, leaving the WBS Ad Hoc Group as the sole viable source.</p>
</div>
<h3>Lien Priority Waterfall</h3>
<p>The DIP Orders established an elaborate lien priority waterfall that reflects the resolution of competing secured claims. Several features merit attention. The Carve-Out for professional fees holds first priority in both tranches, protecting estate professionals’ ability to be compensated. The “Manager Advances (if validly perfected)” at fourth priority reflects ongoing uncertainty about whether prepetition advances by the Managers were properly secured. The Twin DIP Collateral waterfall is more complex, with eleven priority levels compared to eight for FBG, reflecting a split between A-2-I and A-2-II classes of Twin securitization notes.</p>
<table class="comparison">
<thead>
<tr>
<th>Priority</th>
<th>FBG DIP Collateral</th>
<th>Twin DIP Collateral</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">First</td>
<td>Carve-Out</td>
<td>Carve-Out</td>
</tr>
<tr>
<td class="metric-label">Second</td>
<td>Permitted Prior Liens</td>
<td>Permitted Prior Liens</td>
</tr>
<tr>
<td class="metric-label">Third</td>
<td>Intercompany Liens</td>
<td>Intercompany Liens</td>
</tr>
<tr>
<td class="metric-label">Fourth</td>
<td>Manager Advances (if perfected)</td>
<td>Manager Advances (if perfected)</td>
</tr>
<tr>
<td class="metric-label">Fifth</td>
<td>DIP Liens (New Money)</td>
<td>DIP Liens (New Money)</td>
</tr>
<tr>
<td class="metric-label">Sixth</td>
<td>DIP Liens (Rolled-Up)</td>
<td>DIP Liens (Senior Rolled-Up re: A-2-I)</td>
</tr>
<tr>
<td class="metric-label">Seventh</td>
<td>Adequate Protection Liens</td>
<td>Adequate Protection Liens (A-2-I)</td>
</tr>
<tr>
<td class="metric-label">Eighth</td>
<td>Prepetition Liens</td>
<td>Prepetition Liens (A-2-I)</td>
</tr>
<tr>
<td class="metric-label">Ninth</td>
<td>—</td>
<td>DIP Liens (Junior Rolled-Up)</td>
</tr>
<tr>
<td class="metric-label">Tenth</td>
<td>—</td>
<td>Adequate Protection Liens (A-2-II)</td>
</tr>
<tr>
<td class="metric-label">Eleventh</td>
<td>—</td>
<td>Prepetition Liens (A-2-II)</td>
</tr>
</tbody>
</table>
<h3>Challenge Period and Professional Fee Controversy</h3>
<p>The DIP Orders established a Challenge Period — the earlier of 75 calendar days following entry of the DIP Interim Order or the sale objection deadline — during which parties in interest may challenge the validity, priority, or perfection of prepetition liens. The Committee of Unsecured Creditors was granted sole and exclusive standing to investigate, prosecute, and settle Manager Advance Claims during this window. Given the compressed sale timeline, the effective Challenge Period may be substantially shorter than 75 days if the April 27 sale objection deadline controls.</p>
<p>Two law firms — Pachulski Stang Ziehl &amp; Jones LLP and Steptoe LLP — objected to their deliberate exclusion from the DIP Budget and Carve-Out, characterizing it as punitive retaliation. The entered Interim DIP Order resolved this dispute by including both firms as Debtor Professionals in the Carve-Out — a resolution critical to the integrity of the Governance Agreement, since excluding independent directors’ counsel would have effectively nullified the governance protections the WBS Ad Hoc Group itself had demanded through mediation.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VIII: SALE PROCESS -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VIII</div>
<h2>Section 363 Sale Process</h2>
</div>
<p>GLC Advisors launched an asset marketing process on February 17, 2026, contacting 160 prospective buyers. As of March 23, 2026, 44 NDAs had been executed, 16 additional were in process, and five indications of interest had been received from serious bidders. The 27.5% NDA execution rate and 3.1% serious IOI rate are consistent with typical large Chapter 11 sale processes for a company of this complexity.</p>
<h3>Approved Sale Timeline</h3>
<table class="comparison">
<thead>
<tr>
<th>Event</th>
<th>Date / Deadline</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Assumption Notice Deadline</td>
<td>April 10, 2026, 11:59 p.m. CT</td>
</tr>
<tr>
<td class="metric-label">Bid Protections Notice Deadline</td>
<td>April 15, 2026, 11:59 p.m. CT</td>
</tr>
<tr>
<td class="metric-label">Bid Deadline / Contract Objection Deadline</td>
<td>April 24, 2026, 4:00 p.m. CT</td>
</tr>
<tr>
<td class="metric-label">Auction</td>
<td>April 27, 2026, 9:00 a.m. CT</td>
</tr>
<tr>
<td class="metric-label">Sale Objection Deadline</td>
<td>April 27, 2026, 4:00 p.m. CT</td>
</tr>
<tr>
<td class="metric-label">Post-Auction Notice Deadline</td>
<td>April 28, 2026, 4:00 p.m. CT</td>
</tr>
<tr>
<td class="metric-label">Post-Auction Objection Deadline</td>
<td>May 6, 2026, 4:00 p.m. CT</td>
</tr>
<tr>
<td class="metric-label">Sale Hearing</td>
<td>May 8, 2026, 1:00 p.m. CT</td>
</tr>
<tr>
<td class="metric-label">Closing Deadline</td>
<td>May 11, 2026</td>
</tr>
</tbody>
</table>
<p>This timeline is aggressive: the entire process from bid deadline to closing spans only 17 days. The compression is driven by the DIP milestone framework, with the DIP Maturity Date of May 8 creating an effective drop-dead date. If no satisfactory third-party bid emerges, the WBS Ad Hoc Group is positioned to credit bid its secured claims — approximately $990 million in prepetition notes plus up to $230.7 million in rolled-up DIP claims — at the auction.</p>
<h3>Landlord Objections to Bidding Procedures</h3>
<p>Multiple landlord groups — KRG, ACF Property Management, Simon Property Group, GGP, and GMRI/Darden — filed objections to the bidding procedures on or about April 3–6, 2026. These objections raised several categories of concerns: due process challenges to the compressed post-auction timeline (citing <em>Mullane v. Central Hanover Bank &amp; Trust Co.</em>); the heightened adequate assurance standard applicable to shopping center leases under Section 365(b)(3); the absence of a separate hearing for backup bidder transactions (citing <em>In re Joshua Slocum, Ltd.</em>); and landlords’ exclusion from observing the auction. The landlord objections represent a continuation and intensification of positions first articulated during the February cash collateral proceedings, demonstrating coordinated and sustained advocacy across both the operational and disposition phases of the case.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IX: HOW THE PIECES FIT -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IX</div>
<h2>How the Pieces Fit Together</h2>
</div>
<p>The chronological record reveals deep interdependencies among the four principal tracks of these cases. The Governance Agreement was a necessary precondition for DIP financing: the WBS Ad Hoc Group conditioned its willingness to provide financing on the resolution of governance concerns. The mediation proposal was delivered on March 11; the DIP Financing Motion was filed one week later on March 18; and the governance motions were withdrawn the day after the Interim DIP Order was entered on March 19. The WBS Ad Hoc Group used its governance litigation as leverage to obtain the management changes it required before committing to finance the cases, while simultaneously using its status as the sole viable DIP lender to obtain favorable roll-up terms and sale process milestones.</p>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">January 26, 2026</div>
<div class="timeline-content">Petition Date • First-day motions filed</div>
</div>
<div class="timeline-item">
<div class="timeline-date">January 27, 2026</div>
<div class="timeline-content">WBS Ad Hoc Group files Trustee Motion • Employee obligations interim order entered</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">January 28, 2026</div>
<div class="timeline-content">First Interim Cash Collateral Order • 352 Capital files limited objection • First-day orders entered</div>
</div>
<div class="timeline-item">
<div class="timeline-date">January 30, 2026</div>
<div class="timeline-content">CEO directs unauthorized postpetition sale of 9M Twin Hospitality shares</div>
</div>
<div class="timeline-item">
<div class="timeline-date">February 5, 2026</div>
<div class="timeline-content">WBS Ad Hoc Group files Emergency Motion to Suspend CEO</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">February 6, 2026</div>
<div class="timeline-content">Official Committee of Unsecured Creditors appointed</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">February 13, 2026</div>
<div class="timeline-content">352 Capital commences adversary proceeding No. 26-03053</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">February 17, 2026</div>
<div class="timeline-content">GLC Advisors launches asset marketing process, contacts 160 prospective buyers</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 11, 2026</div>
<div class="timeline-content">Governance Agreement reached through Judge Isgur-led mediation</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 18–19, 2026</div>
<div class="timeline-content">DIP Motion filed • Interim DIP Order entered • 352 Capital files DIP objection and adversary complaint</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 20, 2026</div>
<div class="timeline-content">WBS Ad Hoc Group withdraws Trustee and CEO Suspension Motions without prejudice</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 7, 2026</div>
<div class="timeline-content">Second Interim DIP Order entered, extending DIP Maturity Date to May 8</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 9, 2026</div>
<div class="timeline-content">Bidding Procedures Order approved</div>
</div>
</div>
<p>The DIP facility’s milestone framework now creates the governing timeline for the remainder of the cases. The DIP Maturity Date of May 8 coincides with the Sale Hearing date, and the Closing Deadline of May 11 follows three days later. This alignment means that a failure to complete the sale process on schedule would trigger a default under the DIP facility, potentially accelerating the DIP obligations and leaving the estates without financing. The WBS Ad Hoc Group — as both DIP lender and majority secured creditor — holds significant influence over the pace and outcome of the sale process.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION X: UNSECURED CREDITORS COMMITTEE -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section X</div>
<h2>The Official Committee of Unsecured Creditors</h2>
</div>
<p>The Official Committee of Unsecured Creditors was appointed on February 6, 2026, with proposed counsel Paul Hastings LLP and financial advisor M3 Partners, LP. The Committee’s role has been shaped by two significant grants of authority: sole and exclusive standing to investigate, prosecute, and settle Manager Advance Claims; and the ability to challenge the validity, priority, and perfection of prepetition liens during the Challenge Period.</p>
<p>The Committee’s position is particularly complex because the 352 Capital adversary proceeding challenges the fundamental characterization of certain assets as estate property. If 352 Capital prevails, certain receivables would not be available for distribution to any estate creditor — secured or unsecured — reducing the overall pool of assets. Conversely, if the Debtors prevail in characterizing those receivables as unencumbered estate property, the unsecured creditor constituency would benefit most directly. The Committee faces an estimated pool of approximately $104 million in general unsecured claims.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XI: FORWARD LOOK -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XI</div>
<h2>Pending Disputes and the Path Forward</h2>
</div>
<p>Several significant proceedings remain unresolved as the cases enter the sale phase:</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">352 Capital Adversary</div>
<div class="stat-value">Pending</div>
<div class="stat-detail">True sale vs. disguised security arrangement</div>
</div>
<div class="stat-card">
<div class="stat-label">Challenge Period Ends</div>
<div class="stat-value">Jun 2</div>
<div class="stat-detail">May be truncated by Apr 27 sale objection deadline</div>
</div>
<div class="stat-card">
<div class="stat-label">Final DIP Hearing</div>
<div class="stat-value">May 1</div>
<div class="stat-detail">One week before DIP Maturity &amp; Sale Hearing</div>
</div>
</div>
<p>The sale process faces several identified risks. The 17-day bid-to-closing schedule leaves minimal time for due diligence complications, regulatory approvals, or post-auction dispute resolution. The extensive landlord objections to the bidding procedures could result in modifications to the sale process or complications at the sale hearing, particularly regarding shopping center leases under Section 365(b)(3). If no third-party bid satisfying the WBS Ad Hoc Group’s expectations emerges, the auction may result in a credit bid that leaves no sale proceeds for junior creditors. And the alignment of the DIP Maturity Date with the Sale Hearing creates significant execution pressure — any delay in the sale process could trigger a DIP default.</p>
<div class="callout">
<h4>Credit Bid Positioning</h4>
<p>If no satisfactory third-party bid emerges, the WBS Ad Hoc Group is positioned to credit bid approximately $1.22 billion in combined secured claims ($990 million in prepetition securitization notes plus up to $230.7 million in rolled-up DIP claims) at the auction. Such an outcome would leave no cash sale proceeds for junior creditors. The five indications of interest received from serious bidders as of late March will be a critical factor in determining whether the auction produces competitive bidding or a credit bid acquisition.</p>
</div>
</section>
<!-- FOOTER --><footer class="report-footer">
<div class="container">
<div class="footer-brand"><img alt="Research Suite by Stretto" src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGRhdGEtbmFtZT0iTGF5ZXIgMSIgaWQ9IkxheWVyXzEtMiI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIgY2xhc3M9ImNscy0zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+"></div>
<p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on the AI Dossier generated by Research Suite by Stretto, which analyzed 46 docket entries spanning 68 documents and 2,075 pages filed in <em>In re FAT Brands Inc., et al.</em>, Case No. 26-90126 (ARP), United States Bankruptcy Court for the Southern District of Texas, Houston Division. All facts, figures, and docket citations are drawn from the underlying docket filings as summarized in the AI Dossier.</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
<p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
<p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
</div>
</footer>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/axip-energy-completes-363-sale-in-43-days-for-161-million</id>
    <published>2026-04-13T02:27:06-05:00</published>
    <updated>2026-04-13T17:38:04-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/axip-energy-completes-363-sale-in-43-days-for-161-million" rel="alternate" type="text/html"/>
    <title>Axip Energy Completes 363 Sale in 43 Days for $161 Million</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>The Court entered the sale order on April 6th, approving the transfer of substantially all assets to stalking horse bidder Service Compression for a base purchase price of 161 million dollars, just 43 days after the February 22nd petition date</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/axip-energy-completes-363-sale-in-43-days-for-161-million">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap"></p>
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 800px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 700px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
.section-header { margin-bottom: 35px; padding-bottom: 15px; border-bottom: 3px solid var(--accent-orange); }
.section-number { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--accent-orange); font-weight: 500; margin-bottom: 8px; }
.section-header h2 { font-size: 30px; font-weight: 700; color: var(--dark-slate); line-height: 1.3; }
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin: 40px 0; }
.stat-card { background: var(--fine-gray); border-left: 4px solid var(--accent-orange); padding: 24px 28px; border-radius: 0 6px 6px 0; }
.stat-card .stat-label { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--light-slate); font-weight: 500; margin-bottom: 6px; }
.stat-card .stat-value { font-size: 32px; font-weight: 700; color: var(--dark-slate); line-height: 1.2; }
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th { background: var(--dark-slate); color: var(--white); padding: 14px 18px; text-align: left; font-weight: 500; font-size: 13px; letter-spacing: 0.5px; text-transform: uppercase; }
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label { width: 140px; font-size: 13px; font-weight: 400; color: var(--text-body); flex-shrink: 0; text-align: right; padding-right: 16px; }
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 4px; display: flex; align-items: center; padding-left: 12px; font-size: 13px; font-weight: 500; color: var(--white); transition: width 1s ease; }
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
.callout { background: var(--dark-slate); color: var(--white); padding: 35px 40px; border-radius: 8px; margin: 40px 0; position: relative; overflow: hidden; }
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 { color: var(--accent-orange); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 12px; font-weight: 500; }
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before { content: ''; position: absolute; left: -26px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent-orange); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--accent-orange); }
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 48px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- AI DOSSIER BANNER --- */
.dossier-banner { max-width: 1100px; margin: 50px auto 0; padding: 0 40px; }
.dossier-banner-inner { background: linear-gradient(135deg, var(--fine-gray) 0%, #edf0f7 100%); border: 1px solid var(--medium-gray); border-left: 5px solid var(--accent-orange); border-radius: 0 8px 8px 0; padding: 28px 35px; display: flex; align-items: center; gap: 30px; }
.dossier-banner-icon { flex-shrink: 0; width: 56px; height: 56px; background: var(--dark-slate); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.dossier-banner-icon svg { width: 28px; height: 28px; }
.dossier-banner-text { flex: 1; }
.dossier-banner-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-orange); font-weight: 500; margin-bottom: 4px; }
.dossier-banner-text p { font-size: 15px; line-height: 1.6; color: var(--primary-slate); margin: 0; }
.dossier-banner-text a { color: var(--accent-orange); font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(253, 114, 80, 0.3); transition: border-color 0.2s; }
.dossier-banner-text a:hover { border-bottom-color: var(--accent-orange); }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .dossier-banner { padding: 0 20px; }
  .dossier-banner-inner { flex-direction: column; text-align: center; gap: 16px; padding: 24px 20px; }
}
</style>
<header class="report-header">
<div class="header-top">
<div class="brand-mark"><img alt="Research Suite by Stretto" src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGRhdGEtbmFtZT0iTGF5ZXIgMSIgaWQ9IkxheWVyXzEtMiI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIgY2xhc3M9ImNscy0zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+"></div>
<div class="report-type">Special Report</div>
</div>
<div class="header-content">
<h1>In re Axip Energy Services, LP: <span class="highlight">Accelerated 363 Sale</span>
</h1>
<p class="header-subtitle">A lender-driven, pre-structured Chapter 11 case completes its Section 363 sale process in 43 days, transferring substantially all assets to stalking horse bidder Service Compression, LLC for $161 million.</p>
<div class="header-meta">
<span>Prepared by Research Suite by Stretto</span> <span>April 2026</span> <span>Case No. 26-90338 (CML) — S.D. Tex., Houston Division</span>
</div>
</div>
</header>
<div class="dossier-banner">
<div class="dossier-banner-inner">
<div class="dossier-banner-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24">
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="#FD7250" d="M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="#FD7250" d="M14 2V8H20"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="rgba(255,255,255,0.5)" d="M9 15L12 12L15 15"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="rgba(255,255,255,0.5)" d="M12 12V19"></path>
      </svg></div>
<div class="dossier-banner-text">
<div class="dossier-banner-label">Powered by AI Dossier</div>
<p>This Special Report was generated using <strong>Research Suite’s AI Dossier</strong> feature, which analyzed 25 documents filed in this case between February 22 and April 8, 2026. <a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Axip_AI_Dossier.pdf?v=1776119445" rel="noopener" target="_blank">Download a complimentary copy of the AI Dossier</a> on which this report is based.</p>
</div>
</div>
</div>
<!-- SECTION I -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section I</div>
<h2>Where Things Stand</h2>
</div>
<p>As of April 10, 2026, the Chapter 11 cases of Axip Energy Services, LP and six affiliated debtor entities have reached a pivotal juncture. The Court entered the Sale Order on April 6–7, 2026, approving the transfer of substantially all of the Debtors’ assets to stalking horse bidder Service Compression, LLC for a base purchase price of $161 million. The auction was cancelled after no qualified competing bids materialized, and the sale closing was targeted for approximately April 8, 2026, though confirmation of closing had not yet appeared in the record as of the date of this report.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Purchase Price</div>
<div class="stat-value">$161M</div>
<div class="stat-detail">Plus assumed liabilities incl. $15M capital leases</div>
</div>
<div class="stat-card">
<div class="stat-label">Total Prepetition Debt</div>
<div class="stat-value">~$240.5M</div>
<div class="stat-detail">All facilities matured or near maturity</div>
</div>
<div class="stat-card">
<div class="stat-label">DIP Facility Size</div>
<div class="stat-value">~$104.8M</div>
<div class="stat-detail">$25.5M new money / ~$79.3M roll-up</div>
</div>
<div class="stat-card">
<div class="stat-label">Days to Sale Order</div>
<div class="stat-value">43</div>
<div class="stat-detail">From Petition Date (Feb. 22, 2026)</div>
</div>
</div>
<p>Several matters remain pending. The IP sale objection deadline passed on April 10, 2026. The Castex compressor sale objection resolution deadline is April 15, 2026. The Committee’s general Challenge Period extends through May 4, 2026, and the stalking horse APA’s Outside Date is approximately May 8, 2026. No Chapter 11 plan has been filed; a Holdback Amount of not less than $8.5 million has been reserved from sale proceeds to fund estate administrative costs, professional fees, and limited distributions.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION II -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section II</div>
<h2>The Debtor</h2>
</div>
<p>Axip Energy Services, LP is a privately held natural gas contract compression services provider headquartered in Houston, Texas. Founded in 2002 as Valerus Compression Services LP and renamed in 2014, the company was acquired by Energy Spectrum Capital LP through an affiliated fund in September 2022. Axip is the primary operating entity within a corporate family of twelve entities, seven of which are debtors in the Chapter 11 cases.</p>
<p>The Debtors serve an active customer base of more than 55 companies, including super majors, investment-grade upstream producers, and midstream companies. The contracted fleet consists of approximately 940 compression units with approximately 326,070 total horsepower, distributed across seven facilities in Texas, New Mexico, and North Dakota. More than 25% of the fleet is electric-motor driven, and the Debtors maintain a fleet of more than 120 skid-mounted auxiliary natural-gas coolers. The company operates two primary service lines: gas lift (comprising more than 70% of assets) and gathering compression (approximately 30%).</p>
<div class="bar-chart">
<div class="bar-chart-title">Geographic Distribution of Active Horsepower</div>
<div class="bar-group">
<div class="bar-label">Permian</div>
<div class="bar-track">
<div style="width: 82%;" class="bar-fill slate">275,492 HP</div>
</div>
<div class="bar-value-outside">82%</div>
</div>
<div class="bar-group">
<div class="bar-label">Bakken</div>
<div class="bar-track">
<div style="width: 8%;" class="bar-fill orange"><br></div>
</div>
<div class="bar-value-outside">8% • 26,040</div>
</div>
<div class="bar-group">
<div class="bar-label">Eagle Ford</div>
<div class="bar-track">
<div style="width: 5%;" class="bar-fill light"><br></div>
</div>
<div class="bar-value-outside">5% • 15,300</div>
</div>
<div class="bar-group">
<div class="bar-label">Offshore</div>
<div class="bar-track">
<div style="width: 4%;" class="bar-fill light"><br></div>
</div>
<div class="bar-value-outside">4% • 11,799</div>
</div>
<div class="bar-group">
<div class="bar-label">Mid-Continent</div>
<div class="bar-track">
<div style="width: 2%;" class="bar-fill light"><br></div>
</div>
<div class="bar-value-outside">2% • 7,603</div>
</div>
</div>
<p>The workforce at the time of filing consisted of approximately 149 employees (108 hourly and 41 salaried), one independent contractor, and one temporary worker. There were no union representation or collective bargaining agreements.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION III -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section III</div>
<h2>What Went Wrong</h2>
</div>
<p>The CRO’s first day declaration identified four principal causes of the Debtors’ financial distress, each compounding the others to create a structural revenue shortfall that cost-cutting measures could not resolve.</p>
<table class="comparison">
<thead>
<tr>
<th>Factor</th>
<th>Description</th>
<th>Impact</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Customer Liquidation</td>
<td>A major offshore customer filed Chapter 11 (converted to Chapter 7 in Q1 2024)</td>
<td>24 units stranded, &gt;15% of total HP lost, millions in lost EBITDA</td>
</tr>
<tr>
<td class="metric-label">Centralized Compression Shift</td>
<td>A significant customer transitioned to centralized compression configurations</td>
<td>Premature return of electric wellhead units</td>
</tr>
<tr>
<td class="metric-label">Electrical Infrastructure Lag</td>
<td>Pace of electrical infrastructure in the Permian Basin did not keep up with drilling demand</td>
<td>Hindered redeployment of returned electric units</td>
</tr>
<tr>
<td class="metric-label">Changing Customer Preferences</td>
<td>Industry trends away from the Debtors’ equipment configurations</td>
<td>Reduced addressable market for redeployment</td>
</tr>
</tbody>
</table>
<p>In response, the Debtors undertook significant operational cost reductions: minimizing capital expenditures, deferring maintenance, limiting operating expenses, ceasing zero-hour projects, closing the offshore office, and restricting overtime. These measures proved insufficient to address the structural revenue shortfall.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IV -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IV</div>
<h2>Prepetition Capital Structure</h2>
</div>
<p>As of the Petition Date, the Debtors carried approximately $240.5 million in total funded debt across three facilities, all of which had matured or were about to mature. This total significantly exceeded the stalking horse purchase price of $161 million, establishing from the outset that unsecured creditors—and likely even the Second Lien creditors—would receive minimal or no recovery absent extraordinary circumstances.</p>
<table class="comparison">
<thead>
<tr>
<th>Facility</th>
<th>Agent</th>
<th>Maturity Date</th>
<th>Amount Outstanding</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Prepetition Superpriority Facility</td>
<td>JPMorgan Chase Bank, N.A.</td>
<td>November 9, 2025</td>
<td>$13,160,147</td>
</tr>
<tr>
<td class="metric-label">Prepetition ABL Facility</td>
<td>JPMorgan Chase Bank, N.A.</td>
<td>September 23, 2025</td>
<td>~$207.8–$208.0M</td>
</tr>
<tr>
<td class="metric-label">Prepetition 2L Facility</td>
<td>Permico, Inc.</td>
<td>March 22, 2026</td>
<td>$19,500,550.59</td>
</tr>
<tr>
<td class="metric-label"><strong>Total</strong></td>
<td></td>
<td></td>
<td><strong>~$240.5–$240.7M</strong></td>
</tr>
</tbody>
</table>
<p>The Superpriority and ABL obligations were secured by first-priority liens on substantially all assets (pari passu, subject to payment priorities under a Collateral Agency Agreement), while the Second Lien obligations were secured by second-priority liens on the same collateral. Outstanding trade claims totaled approximately $17–$20 million. The Debtors maintained seven bank accounts at JPMorgan Chase with a combined balance of only approximately $700 as of the Petition Date, underscoring the extreme liquidity constraints.</p>
<div class="callout">
<h4>Extreme Liquidity Constraint</h4>
<p><span class="callout-stat">$700</span>Combined cash balance across all seven bank accounts as of the Petition Date, demonstrating the Debtors’ complete dependence on DIP financing for post-petition operations.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION V -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section V</div>
<h2>The Path to Filing</h2>
</div>
<p>The Debtors engaged Evercore Group L.L.C. as investment banker in March 2025 and initially pursued a refinancing process. That effort was extensive: 85 parties were contacted, 55 executed non-disclosure agreements, 13 indications of interest were received, and 9 second-round participants advanced. No party, however, was willing to refinance at a level sufficient to satisfy existing obligations.</p>
<p>When refinancing proved unattainable, the Debtors pivoted in September 2025 to a sale process. Key governance changes accompanied this pivot: an Ankura Consulting professional was appointed Chief Restructuring Officer, an independent member was added to the executive committee, and Vinson &amp; Elkins LLP was engaged as restructuring counsel.</p>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">Refinancing</div>
<div class="panel-label">March – September 2025</div>
<div class="split-item">
<div class="item-label">Parties Contacted</div>
<div class="item-value">85</div>
</div>
<div class="split-item">
<div class="item-label">NDAs Executed</div>
<div class="item-value">55</div>
</div>
<div class="split-item">
<div class="item-label">Indications of Interest</div>
<div class="item-value">13</div>
</div>
<div class="split-item">
<div class="item-label">Outcome</div>
<div style="color: var(--accent-orange);" class="item-value">No viable refinancing</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">Sale Process</div>
<div class="panel-label">September 2025 – February 2026</div>
<div class="split-item">
<div class="item-label">Parties Contacted</div>
<div class="item-value">54</div>
</div>
<div class="split-item">
<div class="item-label">NDAs Executed</div>
<div class="item-value">22</div>
</div>
<div class="split-item">
<div class="item-label">Indications of Interest</div>
<div class="item-value">5</div>
</div>
<div class="split-item">
<div class="item-label">Outcome</div>
<div style="color: var(--accent-orange);" class="item-value">No bid exceeded ABL amounts</div>
</div>
</div>
</div>
<p>Service Compression, LLC was identified as the highest and best bidder, and the stalking horse APA was executed on February 16, 2026—six days before the Petition Date of February 22, 2026.</p>
<h3>Forbearance Chain</h3>
<p>Between September 2025 and the Petition Date, the Debtors and their secured lenders executed a complex series of forbearance agreements and amendments to maintain the status quo during the sale process. The incremental tranches provided to the Superpriority Facility ($850,000 in October 2025 and $1,922,591 in February 2026) reflected emergency liquidity injections that kept the company operational. An insurance advance of approximately $873,000 on the eve of filing ensured continuity of insurance coverage through the Chapter 11 period.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VI -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VI</div>
<h2>The Restructuring Framework</h2>
</div>
<p>The DIP Financing Motion was filed on February 23, 2026, seeking authorization for a senior secured superpriority, priming debtor-in-possession multi-draw term loan credit facility in the aggregate principal amount of approximately $104.83 million. The DIP comprised only approximately $25.51 million in new money, with the remaining approximately $79.32 million consisting of cashless roll-up conversions of prepetition obligations.</p>
<table class="comparison">
<thead>
<tr>
<th>Component</th>
<th>Interim Order</th>
<th>Final Order</th>
<th>Total</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">New Money DIP Loans</td>
<td>$13,040,959</td>
<td>$12,473,628</td>
<td><strong>$25,514,587</strong></td>
</tr>
<tr>
<td class="metric-label">Roll-Up: Superpriority</td>
<td>$13,160,147</td>
<td>$0</td>
<td><strong>$13,160,147</strong></td>
</tr>
<tr>
<td class="metric-label">Roll-Up: ABL</td>
<td>$6,298,712 (creeping)</td>
<td>~$59.9M (bulk)</td>
<td><strong>~$66.2M</strong></td>
</tr>
<tr>
<td class="metric-label"><strong>Total DIP Size</strong></td>
<td></td>
<td></td>
<td><strong>~$104.8M</strong></td>
</tr>
</tbody>
</table>
<p>The roll-up mechanism operated in three distinct phases. First, the full Superpriority Facility ($13.16 million) was rolled up on a cashless basis upon entry of the Interim Order. Second, between the Interim and Final Orders, a daily “creeping” roll-up applied the Debtors’ collections to reduce ABL obligations and readvance those amounts as DIP Loans, totaling approximately $6.3 million. Third, upon entry of the Final Order, a single bulk cashless exchange converted approximately $59.9 million of remaining ABL obligations into DIP Loans.</p>
<div class="callout">
<h4>Roll-Up Ratio in Context</h4>
<p><span class="callout-stat">3.11 : 1</span>The Axip DIP roll-up ratio falls within the range of ratios recently approved in the Southern District of Texas: First Brands (3.0:1, $3.3 billion roll-up on $1.1 billion new money), Noble House (5.80:1, $70.0 million roll-up on $12.2 million new money), and MLCJR (3.6:1, $270.2 million roll-up on $75.0 million new money). Roll-ups are a practical necessity when existing lenders are the only available DIP financing source.</p>
</div>
<h3>Key Financial Terms</h3>
<p>The DIP carried an interest rate of 6.50% per annum plus the Alternate Base Rate. The Maturity Date was the earlier of 90 days from the Petition Date (approximately May 23, 2026), consummation of an Approved Sale, the effective date of an Acceptable Plan, or acceleration following an Event of Default. The 13-week budget permitted an aggregate unfavorable disbursement variance of no more than 15%, excluding professional expenses and adequate protection payments.</p>
<h3>Carve-Out Structure</h3>
<table class="comparison">
<thead>
<tr>
<th>Category</th>
<th>Cap</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">U.S. Trustee / Court Clerk Fees</td>
<td>Unlimited</td>
</tr>
<tr>
<td class="metric-label">Chapter 7 Trustee Fees (§ 726(b))</td>
<td>Up to $150,000</td>
</tr>
<tr>
<td class="metric-label">Pre-Trigger Allowed Professional Fees</td>
<td>All unpaid (no cap)</td>
</tr>
<tr>
<td class="metric-label">Debtor Post-Trigger Professional Fees</td>
<td>Up to $1,000,000</td>
</tr>
<tr>
<td class="metric-label">Committee Post-Trigger Professional Fees</td>
<td>Up to $200,000</td>
</tr>
<tr>
<td class="metric-label"><strong>Total Post-Trigger Cap</strong></td>
<td><strong>Up to $1,200,000</strong></td>
</tr>
</tbody>
</table>
<h3>Waivers</h3>
<p>The DIP Orders included three significant waivers: (1) Section 506(c) surcharge waiver, precluding surcharge of DIP or prepetition secured parties’ collateral; (2) Section 552(b) “equities of the case” waiver, limiting the court’s ability to restrict secured creditors’ interest in postpetition proceeds; and (3) a marshaling waiver. These waivers are standard features of DIP orders in the Southern District of Texas, though they remain controversial from the perspective of unsecured creditors.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VII</div>
<h2>The Central Dispute</h2>
</div>
<p>The Official Committee of Unsecured Creditors, appointed on March 5, 2026, filed its objection to the DIP Motion on March 16, 2026. The objection raised six principal challenges: (1) the DIP structure constituted a sub rosa plan; (2) the 3.11:1 roll-up ratio was excessive; (3) the adequate protection package was overbroad, particularly the $950,000 in cash payments to Second Lien parties likely “out of the money”; (4) the Section 506(c), 552(b), and marshaling waivers stripped the estate of valuable rights; (5) the $50,000 investigation budget was insufficient; and (6) the challenge period was too compressed.</p>
<p>All objections were ultimately withdrawn, resolved, or overruled prior to entry of the Final DIP Order on March 18, 2026. The Final Order incorporated several negotiated modifications reflecting the Committee’s advocacy.</p>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">Interim</div>
<div class="panel-label">DIP Order (Dkt. 83)</div>
<div class="split-item">
<div class="item-label">Investigation Budget</div>
<div class="item-value">$50,000</div>
</div>
<div class="split-item">
<div class="item-label">Committee Challenge Period</div>
<div class="item-value">Not separately set</div>
</div>
<div class="split-item">
<div class="item-label">Derivative Standing Defense</div>
<div class="item-value">Not addressed</div>
</div>
<div class="split-item">
<div class="item-label">ABL Roll-Up Mechanism</div>
<div class="item-value">Creeping daily</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">Final</div>
<div class="panel-label">DIP Order (Dkt. 178)</div>
<div class="split-item">
<div class="item-label">Investigation Budget</div>
<div style="color: var(--accent-orange);" class="item-value">$100,000 (doubled)</div>
</div>
<div class="split-item">
<div class="item-label">Committee Challenge Period</div>
<div style="color: var(--accent-orange);" class="item-value">May 4, 2026 (extended)</div>
</div>
<div class="split-item">
<div class="item-label">Derivative Standing Defense</div>
<div style="color: var(--accent-orange);" class="item-value">Waived by secured parties</div>
</div>
<div class="split-item">
<div class="item-label">ABL Roll-Up Mechanism</div>
<div style="color: var(--accent-orange);" class="item-value">Bulk ~$59.9M; creeping ceased</div>
</div>
</div>
</div>
<p>The resolution reflects a negotiated outcome common in the Southern District of Texas: the Committee achieved incremental improvements to investigation rights and challenge periods but did not fundamentally alter the DIP structure or the roll-up mechanism. Notably, the Committee’s request to carve out avoidance proceeds from DIP liens was not granted.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VIII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VIII</div>
<h2>Section 363 Sale Process</h2>
</div>
<p>The Emergency Bidding Procedures Motion was filed on February 23, 2026, and the Bidding Procedures Order was entered on March 5, 2026—eleven days after the Petition Date. Service Compression, LLC was designated as the stalking horse bidder.</p>
<table class="comparison">
<thead>
<tr>
<th>Stalking Horse Term</th>
<th>Detail</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Purchaser</td>
<td>Service Compression, LLC</td>
</tr>
<tr>
<td class="metric-label">Base Purchase Price</td>
<td>$161,000,000 cash (subject to working capital adjustment)</td>
</tr>
<tr>
<td class="metric-label">Assumed Liabilities</td>
<td>Including $15,000,000 in Capital Lease Liabilities</td>
</tr>
<tr>
<td class="metric-label">Deposit</td>
<td>$16,100,000 (10% of Base Purchase Price)</td>
</tr>
<tr>
<td class="metric-label">Break-Up Fee</td>
<td>3% of Base Purchase Price (~$4,830,000)</td>
</tr>
<tr>
<td class="metric-label">Expense Reimbursement</td>
<td>≤1% of Base Purchase Price (~$1,610,000)</td>
</tr>
<tr>
<td class="metric-label">Outside Date</td>
<td>75 days after the Petition Date (~May 8, 2026)</td>
</tr>
</tbody>
</table>
<h3>Bidding Results</h3>
<p>Five bids were received by the March 30, 2026 Bid Deadline. Three were “Partial Bids,” each seeking to purchase individual compressor units comprising less than 2% of the Debtors’ total units; the assets overlapped, the bids could not be combined, and Service Compression was unwilling to carve out the relevant units. One bid was for IP assets (from the CEO’s affiliated entity), and one was for a single offshore compressor (from Castex Energy). None constituted a Qualified Bid for the primary assets. The independent member of the executive committee cancelled the auction and declared Service Compression the Winning Bidder at the stalking horse price.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IX -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IX</div>
<h2>Sale Order &amp; Proceeds Waterfall</h2>
</div>
<p>The Sale Order, entered April 6–7, 2026, approved the sale of substantially all assets to Service Compression, LLC free and clear of all liens, claims, interests, and encumbrances under Sections 105, 363, and 365 of the Bankruptcy Code. The Court found Service Compression to be a good faith purchaser entitled to protections under Section 363(m), determined that no successor liability attached, and concluded that the sale did not constitute a sub rosa plan.</p>
<h3>Proceeds Allocation Waterfall</h3>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">Priority 1</div>
<div class="timeline-content">
<strong>DIP Repayment:</strong> Full repayment in cash of all DIP Obligations (~$104.8M)</div>
</div>
<div class="timeline-item">
<div class="timeline-date">Priority 2</div>
<div class="timeline-content">
<strong>Adequate Protection Amounts:</strong> Payment of all outstanding adequate protection amounts, including $950,000 to Second Lien parties</div>
</div>
<div class="timeline-item">
<div class="timeline-date">Priority 3</div>
<div class="timeline-content">
<strong>ABL Paydown:</strong> Application of remaining proceeds to reduce ABL obligations</div>
</div>
<div class="timeline-item">
<div class="timeline-date">Priority 4</div>
<div class="timeline-content">
<strong>Holdback Amount:</strong> Not less than $8,500,000 reserved for administrative costs, Evercore fees, DIP Agent advisor fees, plan distributions (including $100,000 earmarked for Prepetition ABL creditors), and winddown costs</div>
</div>
</div>
<h3>Cure Costs</h3>
<table class="comparison">
<thead>
<tr>
<th>Counterparty</th>
<th>Contract</th>
<th>Agreed Cure Cost</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Coastal Chemical Co., L.L.C.</td>
<td>Master Supply Agreement</td>
<td>$1,116,822.80</td>
</tr>
<tr>
<td class="metric-label">Cannon Compression Services LLC</td>
<td>Cannon Agreement</td>
<td>$847,876.36</td>
</tr>
<tr>
<td class="metric-label">Northbase Finance Inc.</td>
<td>Master Equipment Lease</td>
<td>$37,000</td>
</tr>
<tr>
<td class="metric-label">Odessa American Industrial Machine LLC</td>
<td>Outstanding Objection</td>
<td>TBD (deadline Apr. 13, 2026)</td>
</tr>
</tbody>
</table>
<p>Delinquent ad valorem taxes are payable within 10 business days of closing from sale proceeds set aside before other disbursements, and 2026 taxes become the Purchaser’s responsibility.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION X -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section X</div>
<h2>Objections to the Sale &amp; Their Resolution</h2>
</div>
<h3>Northbase Finance Inc.</h3>
<p>Northbase filed a Limited Objection on March 20, 2026, challenging the assumption and assignment of a Master Equipment Lease Agreement free and clear of Northbase’s perfected security interest. Northbase argued that an assumption and assignment under Section 365 cannot extinguish a contractually granted security interest integral to the lease instrument. The objection was resolved through negotiation: a $37,000 cure cost was agreed upon, and the Master Lease was specifically exempted from the “free and clear” provisions—Northbase’s security interest was preserved.</p>
<h3>Texas Taxing Authorities</h3>
<p>A Joint Limited Objection was filed on March 27, 2026, raising concerns about extinguishment of ad valorem tax liens without payment at closing, extinguishment of 2026 tax liens for taxes not yet due, and credit bids that did not include assumption of tax lien obligations. The Sale Order resolved these concerns by requiring delinquent ad valorem taxes to be paid within 10 business days of closing from sale proceeds set aside before other disbursements, with 2026 taxes becoming the Purchaser’s responsibility. This pre-disbursement set-aside effectively gives the tax authorities payment priority ahead of the secured creditor waterfall.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XI -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XI</div>
<h2>Ancillary Asset Sales</h2>
</div>
<h3>Castex Compressor Sale</h3>
<p>The Debtors sought approval to sell a single compressor unit (Axip Unit #A7252) located on the Oyster Bayou Production Barge in Terrebonne Parish, Louisiana, to Castex Energy, Inc., the existing customer at whose facility the unit was located. The purchase price was $160,089, consisting of $136,000 for the compressor unit plus $24,089 in outstanding invoices owed by the Debtors to Castex. The existing services contract was terminated in connection with the sale. The objection resolution deadline was set for April 15, 2026.</p>
<h3>Intellectual Property Sale</h3>
<p>The Debtors noticed the sale of a portfolio of intellectual property assets—the “Sustainable Products Group,” including two issued U.S. patents, one pending application, multiple international filings, license agreements, proprietary designs, prototypes, and test equipment—to E4 Energy Services, LLC, an entity controlled by the CEO, for $1.00 cash plus assumption of post-closing liabilities. The assets related to sustainable compression technology, methane-free seals, and carbon capture, and had never been used in the Debtors’ operations or generated revenue.</p>
<div class="callout">
<h4>Insider Transaction</h4>
<p>The $1.00 IP sale to a CEO-controlled entity raises potential scrutiny. However, the assets’ lack of operational use, absence of revenue generation, and the purchaser’s assumption of post-closing liabilities support the business judgment determination. The objection deadline passed on April 10, 2026.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XII</div>
<h2>First Day Relief</h2>
</div>
<h3>Employee Wages &amp; Benefits</h3>
<p>The Court authorized prepetition employee compensation and benefits obligations on February 24, 2026, subject to an aggregate cap of $858,000. This encompassed employee wages ($438,700), withholding obligations ($111,000), health and welfare programs ($213,200), 401(k) obligations ($46,100), and various other items. PTO cash-out obligations of approximately $375,700 were identified as contingent obligations triggered only upon termination.</p>
<h3>Critical Vendors, Lien Claimants &amp; 503(b)(9) Claimants</h3>
<p>The Interim Order authorized $4.1 million in aggregate payments (Critical Vendors: $500,000; Lien Claimants: $3.6 million). The Final Order, entered March 18, 2026, increased the aggregate authorization to $6,948,000, adding the 503(b)(9) claimant category ($1,048,000) and introducing a Vendor Agreement form requiring vendors to agree to Customary Trade Terms, with a Section 549(a) clawback mechanism preserved for non-compliant vendors.</p>
<h3>Adequate Protection for Second Lien Parties</h3>
<table class="comparison">
<thead>
<tr>
<th>Installment</th>
<th>Amount</th>
<th>Trigger</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">First Payment</td>
<td>$300,000</td>
<td>Upon entry of Interim Order</td>
</tr>
<tr>
<td class="metric-label">Second Payment</td>
<td>$300,000</td>
<td>Upon entry of Final Order</td>
</tr>
<tr>
<td class="metric-label">Third Payment</td>
<td>$350,000</td>
<td>Upon closing of Approved Sale</td>
</tr>
<tr>
<td class="metric-label"><strong>Total</strong></td>
<td><strong>$950,000</strong></td>
<td></td>
</tr>
</tbody>
</table>
<p>The Second Lien Settlement embedded in the DIP Orders required the 2L Agent and Lenders to covenant to cooperate with and support the sale process, eliminating a potential source of delay or litigation that could have jeopardized the compressed sale timeline.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XIII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XIII</div>
<h2>Case Timeline</h2>
</div>
<p>The Axip case proceeded on one of the most compressed timelines observed in the Southern District of Texas. All DIP milestones were satisfied on or before their respective deadlines.</p>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">February 16, 2026</div>
<div class="timeline-content">Stalking horse APA executed with Service Compression, LLC</div>
</div>
<div class="timeline-item">
<div class="timeline-date">February 22, 2026</div>
<div class="timeline-content">
<strong>Petition Date.</strong> Chapter 11 petitions and first day motions filed (employee wages, critical vendors)</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">February 23, 2026</div>
<div class="timeline-content">DIP Financing Motion, Bidding Procedures Motion, CRO and Evercore declarations filed</div>
</div>
<div class="timeline-item">
<div class="timeline-date">February 24–25, 2026</div>
<div class="timeline-content">Interim orders entered: employee wages (Dkt. 58), critical vendors (Dkt. 57), DIP financing (Dkt. 83)</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 5, 2026</div>
<div class="timeline-content">
<strong>Bidding Procedures Order entered</strong> (Dkt. 135); Committee of Unsecured Creditors appointed (Dkt. 136)</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 16, 2026</div>
<div class="timeline-content">Committee files objection to DIP financing (Dkt. 158)</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 18, 2026</div>
<div class="timeline-content">
<strong>Final DIP Order</strong> (Dkt. 178) and Final Critical Vendor Order (Dkt. 177) entered with negotiated Committee concessions</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">March 20, 2026</div>
<div class="timeline-content">Northbase Finance files Limited Objection to sale (Dkt. 190)</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">March 27, 2026</div>
<div class="timeline-content">Texas Taxing Authorities file Joint Limited Objection (Dkt. 220)</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 30, 2026</div>
<div class="timeline-content">
<strong>Bid Deadline.</strong> Five bids received; none qualified for substantially all assets</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 1, 2026</div>
<div class="timeline-content">Auction cancelled; Service Compression declared Winning Bidder (Dkt. 236)</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 6–7, 2026</div>
<div class="timeline-content">
<strong>Sale Order entered</strong> (Dkt. 270), approving sale free and clear to Service Compression, LLC</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">April 7–8, 2026</div>
<div class="timeline-content">IP sale notice (Dkt. 269) and Castex compressor sale notice (Dkt. 290) filed</div>
</div>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XIV -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XIV</div>
<h2>What Comes Next</h2>
</div>
<table class="comparison">
<thead>
<tr>
<th>Matter</th>
<th>Deadline</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">IP Sale Objection Deadline</td>
<td>April 10, 2026 at 5:00 p.m. CT</td>
<td>Passed</td>
</tr>
<tr>
<td class="metric-label">IP Sale / Odessa Cure Cost Resolution</td>
<td>April 13, 2026</td>
<td>Pending</td>
</tr>
<tr>
<td class="metric-label">Castex Sale Objection Resolution</td>
<td>April 15, 2026 at 5:00 p.m. CT</td>
<td>Pending</td>
</tr>
<tr>
<td class="metric-label">Non-Committee Challenge Period</td>
<td>~April 25–26, 2026</td>
<td>Pending</td>
</tr>
<tr>
<td class="metric-label">Committee General Challenge Period</td>
<td>May 4, 2026</td>
<td>Pending</td>
</tr>
<tr>
<td class="metric-label">Outside Date (Stalking Horse &amp; IP APAs)</td>
<td>~May 8, 2026</td>
<td>Pending</td>
</tr>
<tr>
<td class="metric-label">DIP Maturity Date</td>
<td>~May 23, 2026 (extendable 30 days)</td>
<td>Pending</td>
</tr>
<tr>
<td class="metric-label">Chapter 11 Plan</td>
<td>Not yet filed</td>
<td>$8.5M holdback reserved</td>
</tr>
</tbody>
</table>
<p>Sale closing was targeted for approximately April 8, 2026, though confirmation of closing had not yet appeared in the record as of the documents reviewed. The IP sale and Castex compressor sale proposed orders remain pending. No Chapter 11 plan has been filed; the Holdback Amount of $8.5 million is intended to fund winddown and plan distributions.</p>
</section>
<footer class="report-footer">
<div class="container">
<div class="footer-brand"><img alt="Research Suite by Stretto" src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGRhdGEtbmFtZT0iTGF5ZXIgMSIgaWQ9IkxheWVyXzEtMiI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIgY2xhc3M9ImNscy0zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+"></div>
<p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on the AI Dossier generated by Research Suite by Stretto, which analyzed 30 docket entries spanning 25 documents filed in <em>In re Axip Energy Services, LP, et al.</em>, Case No. 26-90338 (CML), United States Bankruptcy Court for the Southern District of Texas, Houston Division. Documents analyzed were filed between February 22, 2026 and April 8, 2026. All facts, figures, and docket citations are drawn from the underlying docket filings as summarized in the AI Dossier.</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
<p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
<p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
</div>
</footer>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/blockfills-crypto-brokerage-pursues-dual-track-restructuring-in-delaware</id>
    <published>2026-04-13T02:18:24-05:00</published>
    <updated>2026-04-13T17:37:09-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/blockfills-crypto-brokerage-pursues-dual-track-restructuring-in-delaware" rel="alternate" type="text/html"/>
    <title>BlockFills Crypto Brokerage Pursues Dual-Track Restructuring in Delaware</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Less than four weeks after filing, the Debtors filed a joint Chapter 11 plan featuring a dual-track toggle mechanism.</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/blockfills-crypto-brokerage-pursues-dual-track-restructuring-in-delaware">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"><link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet"></p>
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 { font-size: 42px; font-weight: 700; line-height: 1.2; margin-bottom: 20px; max-width: 800px; }
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle { font-size: 20px; font-weight: 300; color: rgba(255,255,255,0.75); max-width: 700px; line-height: 1.5; }
.header-meta { margin-top: 30px; display: flex; gap: 30px; font-size: 13px; color: rgba(255,255,255,0.5); letter-spacing: 0.5px; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
.section-header { margin-bottom: 35px; padding-bottom: 15px; border-bottom: 3px solid var(--accent-orange); }
.section-number { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--accent-orange); font-weight: 500; margin-bottom: 8px; }
.section-header h2 { font-size: 30px; font-weight: 700; color: var(--dark-slate); line-height: 1.3; }
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin: 40px 0; }
.stat-card { background: var(--fine-gray); border-left: 4px solid var(--accent-orange); padding: 24px 28px; border-radius: 0 6px 6px 0; }
.stat-card .stat-label { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--light-slate); font-weight: 500; margin-bottom: 6px; }
.stat-card .stat-value { font-size: 32px; font-weight: 700; color: var(--dark-slate); line-height: 1.2; }
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th { background: var(--dark-slate); color: var(--white); padding: 14px 18px; text-align: left; font-weight: 500; font-size: 13px; letter-spacing: 0.5px; text-transform: uppercase; }
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label { width: 160px; font-size: 13px; font-weight: 400; color: var(--text-body); flex-shrink: 0; text-align: right; padding-right: 16px; }
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 4px; display: flex; align-items: center; padding-left: 12px; font-size: 13px; font-weight: 500; color: var(--white); transition: width 1s ease; }
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
.callout { background: var(--dark-slate); color: var(--white); padding: 35px 40px; border-radius: 8px; margin: 40px 0; position: relative; overflow: hidden; }
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 { color: var(--accent-orange); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 12px; font-weight: 500; }
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before { content: ''; position: absolute; left: -26px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent-orange); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--accent-orange); }
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 48px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- AI DOSSIER BANNER --- */
.dossier-banner { max-width: 1100px; margin: 50px auto 0; padding: 0 40px; }
.dossier-banner-inner { background: linear-gradient(135deg, var(--fine-gray) 0%, #edf0f7 100%); border: 1px solid var(--medium-gray); border-left: 5px solid var(--accent-orange); border-radius: 0 8px 8px 0; padding: 28px 35px; display: flex; align-items: center; gap: 30px; }
.dossier-banner-icon { flex-shrink: 0; width: 56px; height: 56px; background: var(--dark-slate); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.dossier-banner-icon svg { width: 28px; height: 28px; }
.dossier-banner-text { flex: 1; }
.dossier-banner-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-orange); font-weight: 500; margin-bottom: 4px; }
.dossier-banner-text p { font-size: 15px; line-height: 1.6; color: var(--primary-slate); margin: 0; }
.dossier-banner-text a { color: var(--accent-orange); font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(253, 114, 80, 0.3); transition: border-color 0.2s; }
.dossier-banner-text a:hover { border-bottom-color: var(--accent-orange); }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .dossier-banner { padding: 0 20px; }
  .dossier-banner-inner { flex-direction: column; text-align: center; gap: 16px; padding: 24px 20px; }
}
</style>
<header class="report-header">
<div class="header-top">
<div class="brand-mark"><img alt="Research Suite by Stretto" src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGRhdGEtbmFtZT0iTGF5ZXIgMSIgaWQ9IkxheWVyXzEtMiI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIgY2xhc3M9ImNscy0zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+"></div>
<div class="report-type">Special Report</div>
</div>
<div class="header-content">
<h1>In re Reliz Technology Group Holdings: <span class="highlight">A Crypto Brokerage Restructuring</span>
</h1>
<p class="header-subtitle">Four debtor entities operating as BlockFills pursue a dual-track restructuring through a customer-led NewCo transaction and a competitive Section 363 sale process, while the central question of whether customer digital assets constitute estate property remains contested.</p>
<div class="header-meta">
<span>Prepared by Research Suite by Stretto</span> <span>April 2026</span> <span>Case No. 26-10371 (TMH) • Bankr. D. Del.</span>
</div>
</div>
</header>
<div class="dossier-banner">
<div class="dossier-banner-inner">
<div class="dossier-banner-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24">
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="#FD7250" d="M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="#FD7250" d="M14 2V8H20"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="rgba(255,255,255,0.5)" d="M9 15L12 12L15 15"></path>
        <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="rgba(255,255,255,0.5)" d="M12 12V19"></path>
      </svg></div>
<div class="dossier-banner-text">
<div class="dossier-banner-label">Powered by AI Dossier</div>
<p>This Special Report was generated using <strong>Research Suite’s AI Dossier</strong> feature, which analyzed 12 docket entries spanning 17 documents filed in this case. <a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Reliz_AI_Dossier.pdf?v=1776119445" target="_blank" rel="noopener">Download a complimentary copy of the AI Dossier</a> on which this report is based.</p>
</div>
</div>
</div>
<!-- SECTION I -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section I</div>
<h2>Case Snapshot</h2>
</div>
<p>On March 15, 2026, Reliz Technology Group Holdings Inc. and three affiliated debtor entities—collectively operating under the trade name “BlockFills”—filed Chapter 11 petitions in the United States Bankruptcy Court for the District of Delaware before the Honorable Thomas M. Horan. The filings followed years of cascading financial losses, two prepetition customer lawsuits with temporary restraining orders, and the collapse of multiple recapitalization attempts.</p>
<p>Less than four weeks after the Petition Date, the Debtors filed a Joint Chapter 11 Plan, a Disclosure Statement, and a Solicitation Procedures Motion on April 7, 2026, establishing a compressed timeline targeting a June 22, 2026 Confirmation Hearing. The Plan features a dual-track “toggle” mechanism allowing the Debtors to elect between a customer-led NewCo Transaction and an Alternative Transaction through a Section 363 competitive sale process.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Petition Date</div>
<div class="stat-value">Mar. 15</div>
<div class="stat-detail">2026 • District of Delaware</div>
</div>
<div class="stat-card">
<div class="stat-label">Debtor Entities</div>
<div class="stat-value">4</div>
<div class="stat-detail">Plus non-debtor affiliates globally</div>
</div>
<div class="stat-card">
<div class="stat-label">Est. Customer Claims</div>
<div class="stat-value">~$145M</div>
<div class="stat-detail">Unsecured</div>
</div>
<div class="stat-card">
<div class="stat-label">Secured Debt</div>
<div class="stat-value">~$4.8M</div>
<div class="stat-detail">Celsius Network • 12% per annum</div>
</div>
</div>
<p>The case is proceeding on an aggressive timeline. Bidding procedures approval is sought for April 16, 2026, with a Bid Deadline of May 8, an Auction on May 13, a Disclosure Statement Hearing on May 12, solicitation through June 15, and a Confirmation Hearing on June 22, 2026. The parallel timing of the sale process and plan solicitation is carefully designed to preserve the dual-track toggle mechanism.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION II -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section II</div>
<h2>Most Recent Developments</h2>
</div>
<p>The period from late March through early April 2026 has seen a rapid escalation of both contested matters and restructuring planning. The following timeline captures the most significant recent events in the case.</p>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">March 27, 2026</div>
<div class="timeline-content">The Official Committee of Unsecured Creditors was appointed, comprising seven members including SBI VC Trade Co., Ltd.; Dominion Capital LLC; Energy Conversion Group; Fuel Labs Inc.; and three individual creditors. The Committee is represented by Morris James LLP.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 29, 2026</div>
<div class="timeline-content">The Debtors filed a comprehensive Reply (Docket 108) in support of their Cash Collateral Motion, providing a detailed legal rebuttal to objections from 1548199 Alberta Ltd. and the Robert E. Ward Revocable Trust regarding property of the estate.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">March 30, 2026</div>
<div class="timeline-content">The Court entered a Second Interim Cash Collateral Order (Docket 119), expanding the authorized spending cap fivefold from $1 million to $5 million, introducing a Trigger Event mechanism, formalizing the role of Consent Parties, and establishing weekly reporting requirements and a Professional Fee Escrow.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 7, 2026</div>
<div class="timeline-content">The Debtors filed a trio of critical documents: the Joint Chapter 11 Plan (Docket 128), the Disclosure Statement (Docket 129), and the Solicitation Procedures Motion (Docket 130), establishing the complete framework for plan solicitation and confirmation.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 9, 2026</div>
<div class="timeline-content">Objection deadline for the Bidding Procedures Motion passed.</div>
</div>
</div>
<div class="callout">
<h4>Next Critical Date</h4>
<p>The Final Hearing on cash collateral, employee obligations, bidding procedures, ordinary course professionals, bar date, and the preliminary injunction is scheduled for <strong>April 16, 2026 at 2:30 p.m. ET</strong>. The outcome of this hearing will shape the trajectory of the case through confirmation.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- SECTION III -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section III</div>
<h2>Corporate History and Business Model</h2>
</div>
<p>BlockFills was founded in 2017 as a digital asset brokerage, initially operating through Reliz Ltd., a Cayman Islands entity, with $250,000 in equity and a $750,000 line of credit. The company began providing institutional cryptocurrency brokerage services in 2018 and expanded into collateralized lending in 2019. The business served exclusively institutional, high-net-worth, and sophisticated traders—no retail customers.</p>
<h3>Capital Raises</h3>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">$7M</div>
<div class="panel-label">Pre-Series A • May 2021</div>
<div class="split-item">
<div class="item-label">Investors</div>
<div class="item-value">7 Capital Providers</div>
</div>
<div class="split-item">
<div class="item-label">Stage</div>
<div class="item-value">Growth Funding</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">$36M</div>
<div class="panel-label">Series A • Dec 2021–Jan 2022</div>
<div class="split-item">
<div class="item-label">Target</div>
<div class="item-value">Up to $50M</div>
</div>
<div class="split-item">
<div class="item-label">Use of Proceeds</div>
<div style="color: var(--accent-orange);" class="item-value">Bitcoin Mining Hardware</div>
</div>
</div>
</div>
<h3>Core Business Lines</h3>
<p>BlockFills operated a proprietary front-end trading platform (“Vision Trader”) with API access, aggregated liquidity consolidating order books from multiple exchanges into a unified pool with smart order routing, and a daily settlement system with a 4:00 p.m. Central Time cutoff. The company also offered OTC derivatives for Eligible Contract Participants, collateralized lending with liquidation rights upon borrower default, and mining services including pool access, trading/OTC support, and treasury services.</p>
<p>The Debtors’ corporate structure encompasses four debtor entities and numerous non-debtor affiliates across multiple jurisdictions, including Delaware, Illinois, the Cayman Islands, the United Kingdom, UAE, Brazil, Ireland, and Lithuania. Regulatory licenses were held across several jurisdictions, including FinCEN MSB registrations, FCA authorization in the UK, and CIMA registration in the Cayman Islands.</p>
<p>Banking relationships were maintained with Silvergate Bank and Signature Bank from 2018 through their failures in March 2023, after which the Debtors sought alternative banking solutions.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IV -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IV</div>
<h2>Cascading Financial Losses</h2>
</div>
<p>The Debtors’ financial distress stemmed from multiple, overlapping sources of loss that collectively overwhelmed the balance sheet. The following chart illustrates the approximate magnitude of each major loss event.</p>
<div class="bar-chart">
<div class="bar-chart-title">Major Loss Events (Approximate Values)</div>
<div class="bar-group">
<div class="bar-label">AEXA / Nexo Settlement</div>
<div class="bar-track">
<div style="width: 100%;" class="bar-fill slate">~$12M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Babel Finance</div>
<div class="bar-track">
<div style="width: 71%;" class="bar-fill orange">~$8.5M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Celsius Network</div>
<div class="bar-track">
<div style="width: 40%;" class="bar-fill slate">~$4.8M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Coinsource</div>
<div class="bar-track">
<div style="width: 30%;" class="bar-fill light">~$3.6M</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">Mining Hardware</div>
<div class="bar-track">
<div style="width: 25%;" class="bar-fill light">Significant</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
</div>
<h3>Babel Finance (~$8.5 Million)</h3>
<p>In 2022, BlockFills loaned a net 123 BTC, 500 ETH, and 5,000 USDC to Babel Finance. Babel Finance filed for bankruptcy in Singapore on March 6, 2023, and the loan is deemed unrecoverable.</p>
<h3>Coinsource (~$3.6 Million Petition-Date BTC Value)</h3>
<p>A 50 BTC loan made in 2022, valued at approximately $1 million at origination, resulted in borrower default. BlockFills obtained a $1.75 million judgment that remains unsatisfied. At the Petition Date, the 50 BTC was worth approximately $3.6 million.</p>
<h3>AEXA Digital Infrastructure (~$12 Million Nexo Settlement)</h3>
<p>An Equipment Loan for Lease co-funded with Nexo Capital Inc., backed by RedBird Capital Partners. AEXA began missing payments in 2022, owed $14.75 million in principal and interest, and ultimately filed for bankruptcy. BlockFills settled with Nexo in late 2024 for approximately $12 million, which the First Day Declaration describes as “severely weakening BlockFills’ balance sheet and liquidity.”</p>
<h3>Celsius Network (~$4.8 Million Outstanding)</h3>
<p>In late 2019, BlockFills borrowed ETH from Celsius under a Digital Asset Lending Agreement for co-investment in the Grayscale Ethereum Trust. A dispute arose when Celsius demanded return of both the initial ETH and all transaction proceeds. UK arbitration commenced in May 2021, with the arbitrator awarding Celsius the full initial ETH plus all proceeds. The award was upheld on appeal in 2024. Settlement resulted in an upfront payment of $3,602,140.82 and a remaining obligation of $12,651,011.70 memorialized in two Promissory Notes entered June 14, 2024. Approximately $4.8 million remains outstanding, with no payments made since August 2025.</p>
<h3>Mining Hardware Investment</h3>
<p>Series A proceeds were deployed in late 2021 and early 2022 into Bitcoin mining hardware. The data site partner was not operationally ready when hardware was to be placed, delaying activation. The 2022 mining industry downturn, driven by rising energy costs, prevented recoupment, resulting in significant losses.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION V -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section V</div>
<h2>Prepetition Corrective Measures and Failed Transactions</h2>
</div>
<p>Beginning in late summer 2025, the Debtors undertook a leadership and governance reset, implementing operational controls including daily asset reporting, tighter exposure oversight, wind-down of certain business lines, discontinuation of mining, and cost reductions.</p>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">July 23, 2025</div>
<div class="timeline-content">The Interim CEO was hired.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">August 2025</div>
<div class="timeline-content">The CRO (BRG) was appointed. BRG was formally retained on August 28 and Katten Muchin Rosenman was engaged as counsel.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">September 2025</div>
<div class="timeline-content">BRG contacted at least 40 potential investors (strategic and financial). Thirty-eight expressed initial interest, 35 executed NDAs and received data room access, and five advanced to substantive discussions.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">Mid-November 2025</div>
<div class="timeline-content">Acquisition negotiations with an unnamed publicly traded cryptocurrency industry participant collapsed when the counterparty’s board declined to proceed.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">January 2026</div>
<div class="timeline-content">The CFO resigned. Debt financing for the potential investor recapitalization was deemed “exceedingly difficult.”</div>
</div>
<div class="timeline-item">
<div class="timeline-date">February 2, 2026</div>
<div class="timeline-content">BTC crashed below $80,000, triggering mounting withdrawal requests and leading to BlockFills’ private suspension of certain deposit/withdrawal activity.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">February 6, 2026</div>
<div class="timeline-content">Public suspension of deposits and withdrawals. The recapitalization collapsed.</div>
</div>
</div>
<p>Despite the breadth of the prepetition marketing efforts, the process “failed to advance as quickly as the Debtors’ businesses deteriorated.” Additional potential purchasers have contacted the Debtors since the Petition Date.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VI -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VI</div>
<h2>Customer Lawsuits, TROs, and the Road to Filing</h2>
</div>
<p>In the weeks immediately preceding the filing, two customer lawsuits were filed alleging misappropriation of customer funds, conversion, breach of contract, and fraud-based claims. Both courts granted temporary restraining orders that significantly restricted the Debtors’ operations and asset control.</p>
<table class="comparison">
<thead>
<tr>
<th>Case</th>
<th>Court</th>
<th>Filed</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Dominion Capital LLC v. Reliz Ltd.</td>
<td>S.D.N.Y. (1:26-cv-01672)</td>
<td>February 27, 2026</td>
</tr>
<tr>
<td class="metric-label">1548199 Alberta Ltd., et al. v. Reliz Technology Group Holdings Inc., et al.</td>
<td>N.D. Ill. (26-cv-02451)</td>
<td>March 5, 2026</td>
</tr>
</tbody>
</table>
<p>The automatic stay imposed by the Chapter 11 filing on March 15, 2026 halted these actions. A Preliminary Injunction Order was subsequently entered on March 26, 2026, enjoining director and officer litigation until April 16, 2026, in connection with an adversary proceeding filed on March 25, 2026.</p>
<h3>Special Committee Formation</h3>
<p>Three days before the Petition Date, on March 12, 2026, the Debtors formed a Special Committee consisting solely of a single disinterested director. The Special Committee, advised by Cole Schotz P.C. as independent counsel, is tasked with investigating “certain historical transactions and conduct.” As discussed below, the scope of Plan releases is expressly conditioned on the outcome of this investigation—a notable and consequential structural feature of the Plan.</p>
<h3>Workforce at Filing</h3>
<p>By the Petition Date, the Debtors had reduced their workforce to 14 full-time employees and one independent contractor, following a reduction in force on March 6, 2026. Total prepetition employee obligations authorized for payment under the Interim Order amount to only approximately $111,000, reflecting the already-streamlined nature of operations.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VII</div>
<h2>Cash Collateral: The Central Battleground</h2>
</div>
<p>The cash collateral dispute is the central contested matter in these early-stage proceedings. Cash collateral—expressly defined to include cryptocurrency—is the Debtors’ sole source of liquidity. The dispute involves the interplay between the Debtors’ need for operational funding, Celsius Network’s secured creditor protections, and objecting customers’ assertions that their deposited digital assets are not property of the estate.</p>
<h3>Celsius’s Secured Position</h3>
<p>Two Promissory Notes (the “$12.6M Note” and the “$3.6M Note,” both entered June 14, 2024) purportedly grant Celsius a first-priority security interest in substantially all of the Debtors’ assets, with interest accruing at 12% per annum. Multiple non-debtor entities also serve as guarantors. The Debtors assert, however, that Celsius’s purported lien on certain assets, including cash accounts, “was not properly perfected.”</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Collateral Valuation</div>
<div class="stat-value">~$30M</div>
<div class="stat-detail">Petition Date estimate</div>
</div>
<div class="stat-card positive">
<div class="stat-label">Equity Cushion</div>
<div class="stat-value">$20–$25M</div>
<div class="stat-detail">Over ~$4.8M outstanding</div>
</div>
</div>
<h3>Evolution of Cash Collateral Orders</h3>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">$1M</div>
<div class="panel-label">First Interim Order • Mar. 18</div>
<div class="split-item">
<div class="item-label">Duration</div>
<div class="item-value">Two-week period</div>
</div>
<div class="split-item">
<div class="item-label">Adequate Protection</div>
<div class="item-value">Replacement liens + 507(b)</div>
</div>
<div class="split-item">
<div class="item-label">Reporting</div>
<div class="item-value">Standard</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">$5M</div>
<div class="panel-label">Second Interim Order • Mar. 30</div>
<div class="split-item">
<div class="item-label">Key Addition</div>
<div style="color: var(--accent-orange);" class="item-value">Trigger Event at $10M floor</div>
</div>
<div class="split-item">
<div class="item-label">Governance</div>
<div class="item-value">Consent Parties formalized</div>
</div>
<div class="split-item">
<div class="item-label">Reporting</div>
<div style="color: var(--accent-orange);" class="item-value">Weekly + Fee Escrow</div>
</div>
</div>
</div>
<p>The progression from the First Interim Order to the Second Interim Order reflects several notable developments: (i) a fivefold increase in authorized spending, indicating the Court’s increasing comfort with the Debtors’ operations and adequate protection framework; (ii) the addition of the Consent Parties concept, formalizing the role of the objecting customers in cash collateral governance; (iii) the introduction of a Trigger Event mechanism that creates an early warning system protecting against excessive depletion of estate assets; and (iv) a Professional Fee Escrow ensuring that professional fees are separately reserved.</p>
<p>The Trigger Event occurs when the fair market value of cash and cryptocurrency in the Debtors’ possession, minus the Interim Amount and the Contested Amount, falls to $10 million or below. The “Contested Amount” is defined as the value of any assets subject to an order of any court finding such assets are not estate property, granting segregation, or restraining use. The Second Interim Order also draws a distinction between cryptocurrency and “Non-Crypto Assets.”</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION VIII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VIII</div>
<h2>Property of the Estate: The Threshold Legal Question</h2>
</div>
<p>A critical threshold legal question pervades these cases: whether digital assets deposited by customers constitute property of the Debtors’ estates under Section 541 of the Bankruptcy Code, or are held in trust and excluded under Sections 541(b) and 541(d). The resolution of this question has cascading implications for virtually every aspect of the case.</p>
<div class="callout">
<h4>The Core Dispute</h4>
<p>The Debtors argue that their contractual framework—which explicitly disclaims fiduciary obligations, authorizes commingling, and subordinates customers to general creditor status—combined with the actual commingling of all customer assets into a single balance sheet, places these assets squarely within the estate. The objectors contend that their deposited digital assets were never properly part of the Debtors’ property and should be returned outside the bankruptcy process.</p>
</div>
<h3>The Debtors’ Legal Arguments</h3>
<p>The Debtors’ Reply (Docket 108) provides a detailed rebuttal organized around several interconnected legal and factual arguments. Property held by a debtor is presumptively property of the estate under Section 541(a)(1), and the burden falls on any party challenging this presumption. The Debtors cite <em>In re Majestic Star Casino, LLC</em> and <em>In re Amp’d Mobile</em> for the propositions that property in a debtor’s possession is presumed to be estate property and that unrelated commercial entities are presumed to be in a debtor-creditor, not trust, relationship.</p>
<p>The BlockFills Client Agreement contains three separate provisions explicitly disclaiming any fiduciary relationship. The agreement authorizes BlockFills to transfer margin to exchanges and clearing houses at its sole discretion, and customers “rank only as a general creditor” upon third-party default. Money transferred as margin is explicitly excluded from treatment as “Client Money.”</p>
<p>As to commingling, on January 16, 2026, Alberta transferred 40.001 BTC and 650,050 USDC to BlockFills; these assets were swept from the deposit wallet within minutes and the wallet was empty within 1.5 hours. On February 11, 2026, the Debtors’ representatives disclosed to clients that digital assets were “not segregated per client,” “not segregated on separate wallets per customer,” and were commingled into “one balance sheet.”</p>
<h3>Cryptocurrency Bankruptcy Precedent</h3>
<table class="comparison">
<thead>
<tr>
<th>Case</th>
<th>Court</th>
<th>Relevance</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">In re Celsius Network LLC</td>
<td>647 B.R. 631 (Bankr. S.D.N.Y. 2023)</td>
<td>Customer crypto deposits constitute estate property where terms of service grant platform broad discretion</td>
</tr>
<tr>
<td class="metric-label">In re Cred Inc.</td>
<td>658 B.R. 783 (D. Del. 2024)</td>
<td>Similar analysis applied in the digital asset context</td>
</tr>
<tr>
<td class="metric-label">In re Prime Core Technologies Inc.</td>
<td>673 B.R. 148 (Bankr. D. Del. 2025)</td>
<td>Further reinforcement of the estate-property framework</td>
</tr>
</tbody>
</table>
<p>The Debtors also note a procedural deficiency: the objectors have not filed an adversary proceeding as required by Federal Rule of Bankruptcy Procedure 7001(b) for determination of property of the estate, and have not attempted tracing of specific funds.</p>
<h3>Practical Implications</h3>
<p>If customer digital assets are determined to be estate property, they are available to fund the reorganization, to be distributed pro rata under the Plan, and to serve as the basis for the cash collateral arrangement. If some or all customer deposits are excluded from the estate, the Debtors’ asset base shrinks, potentially undermining the viability of both the NewCo Transaction and the Alternative Transaction, significantly reducing the equity cushion, and accelerating the Trigger Event threshold under the Second Interim Cash Collateral Order.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION IX -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IX</div>
<h2>The Dual-Track Restructuring Strategy</h2>
</div>
<p>The Joint Chapter 11 Plan establishes a dual-track “toggle” mechanism at the heart of the restructuring. The Plan contemplates two mutually exclusive consummation paths, and the Debtors may elect between them without re-solicitation of votes—providing maximum flexibility and preserving value by maintaining competitive tension throughout the process.</p>
<h3>NewCo Transaction</h3>
<p>Led by the Ad Hoc Group of BlockFills’ largest customers, this path involves the formation of a new operating entity (“NewCo”) that would acquire BlockFills’ operating assets free and clear via the Plan or Section 363 sale. Participating customers would contribute their pro rata distributions back to NewCo in exchange for equity interests. Non-acquired assets would vest in the GUC Trust.</p>
<table class="comparison">
<thead>
<tr>
<th>Feature</th>
<th>Detail</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">New Money Investment</td>
<td>Up to $15M at initial valuation; additional up to $25M at lower of $30M or market</td>
</tr>
<tr>
<td class="metric-label">Governance</td>
<td>5–7 member board with Participating Customer majority; mandatory Financial Expert Director</td>
</tr>
<tr>
<td class="metric-label">Management Incentive Pool</td>
<td>10%–15% of equity</td>
</tr>
<tr>
<td class="metric-label">Asset Segregation</td>
<td>Separate accounts; no rehypothecation without consent; qualified institutional custodian; daily reconciliation</td>
</tr>
<tr>
<td class="metric-label">Regulatory Posture</td>
<td>Operate within $8B swap dealer exemption threshold until licensing required</td>
</tr>
<tr>
<td class="metric-label">Successor Status</td>
<td>Expressly not a successor in interest, mere continuation, or de facto merger</td>
</tr>
</tbody>
</table>
<h3>Alternative Transaction</h3>
<p>A sale of all or substantially all of the Debtors’ assets pursuant to the Bidding Procedures, any combination of sales, and/or a liquidation and wind-down. The Bidding Procedures contemplate credit bidding under Section 363(k) and a sale free and clear of liens, claims, and encumbrances under Section 363(f).</p>
<table class="comparison">
<thead>
<tr>
<th>Bidding Procedures Feature</th>
<th>Detail</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Good Faith Deposit</td>
<td>10% of proposed cash purchase price</td>
</tr>
<tr>
<td class="metric-label">Bid Deadline</td>
<td>May 8, 2026 at 4:00 p.m. ET</td>
</tr>
<tr>
<td class="metric-label">Auction</td>
<td>May 13, 2026 at 10:00 a.m. ET (if Qualified Bids received)</td>
</tr>
<tr>
<td class="metric-label">Minimum Overbid</td>
<td>Highest/best bid prior to Auction plus $100,000</td>
</tr>
<tr>
<td class="metric-label">Sale Hearing</td>
<td>~May 20, 2026</td>
</tr>
</tbody>
</table>
</section>
<div class="section-divider"><br></div>
<!-- SECTION X -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section X</div>
<h2>Plan Classification and Treatment of Claims</h2>
</div>
<p>The Plan classifies claims and interests into eleven classes. Classes 1 through 4 are unimpaired and deemed to accept. Classes 5, 6, and 7 are impaired and entitled to vote. Classes 8 through 11 are either impaired and deemed to reject or presumed to accept.</p>
<table class="comparison">
<thead>
<tr>
<th>Class</th>
<th>Description</th>
<th>Status</th>
<th>Treatment</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">1</td>
<td>Secured Tax Claims</td>
<td>Unimpaired</td>
<td>Deemed to accept</td>
</tr>
<tr>
<td class="metric-label">2</td>
<td>Other Secured Claims</td>
<td>Unimpaired</td>
<td>Deemed to accept</td>
</tr>
<tr>
<td class="metric-label">3</td>
<td>Other Priority Claims</td>
<td>Unimpaired</td>
<td>Deemed to accept</td>
</tr>
<tr>
<td class="metric-label">4</td>
<td>Celsius Secured Claim (~$4.8M)</td>
<td>Unimpaired</td>
<td>Deemed to accept; paid in full (lien perfection reserved)</td>
</tr>
<tr>
<td class="metric-label">5</td>
<td>Participating Customer Claims</td>
<td style="color: var(--accent-orange); font-weight: 500;">Impaired • Votes</td>
<td>Pro rata distribution; option to contribute to NewCo for equity</td>
</tr>
<tr>
<td class="metric-label">6</td>
<td>Convenience Claims (≤$45K; ~807 customers)</td>
<td style="color: var(--accent-orange); font-weight: 500;">Impaired • Votes</td>
<td>Cash or digital assets from $850K Convenience Class Recovery Pool</td>
</tr>
<tr>
<td class="metric-label">7</td>
<td>General Unsecured Claims</td>
<td style="color: var(--accent-orange); font-weight: 500;">Impaired • Votes</td>
<td>Pro rata distribution from GUC Trust</td>
</tr>
<tr>
<td class="metric-label">8</td>
<td>Section 510(b) Claims</td>
<td>Impaired</td>
<td>Deemed to reject</td>
</tr>
<tr>
<td class="metric-label">9</td>
<td>Intercompany Claims</td>
<td>Unimpaired or Impaired</td>
<td>Presumed to accept</td>
</tr>
<tr>
<td class="metric-label">10</td>
<td>Intercompany Interests</td>
<td>Unimpaired or Impaired</td>
<td>Presumed to accept</td>
</tr>
<tr>
<td class="metric-label">11</td>
<td>Existing Equity Interests</td>
<td>Impaired</td>
<td>Deemed to reject; no recovery projected</td>
</tr>
</tbody>
</table>
<p>Recovery projections as filed leave all dollar amounts and percentages blank, with the notation that they “are to be populated prior to the Disclosure Statement approval hearing.” Administrative Claims, Professional Fee Claims, and Priority Tax Claims are unclassified but receive full payment.</p>
<h3>Cryptocurrency Distribution Mechanics</h3>
<p>Claims asserted in cryptocurrency are valued in USD as of 4:00 p.m. Central Time on the Petition Date. Prior to the Effective Date, the Debtors are authorized to rebalance the cryptocurrency portfolio for pro rata in-kind distributions. Creditors receive cryptocurrency in the same form(s) as their claim, to the extent possible; if the Debtors cannot transact in the relevant cryptocurrency, the distribution is made in cash. This valuation approach fixes the claim amount at petition-date values, carrying significant implications in a volatile cryptocurrency market.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XI -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XI</div>
<h2>Releases, the Special Committee, and the GUC Trust</h2>
</div>
<p>The Plan’s release provisions are among its most consequential and nuanced features.</p>
<h3>Conditional Releases</h3>
<p>Both debtor and third-party releases are expressly conditioned on the outcome of the Special Committee investigation into certain historical transactions and conduct. This conditioning mechanism means that the final scope of released claims cannot be determined until the investigation concludes, and creates the possibility that the investigation’s findings could narrow or expand the universe of protected parties. Third-party releases are implemented through an opt-out mechanism and do not apply to actual fraud, willful misconduct, or gross negligence.</p>
<div class="callout">
<h4>Release Conditioning as Gating Mechanism</h4>
<p>The conditioning of release scope on the Special Committee investigation’s outcome is a notable structural feature. For insiders, it creates uncertainty about the ultimate scope of their protection. For the Committee and creditors, it provides assurance that releases will not shield wrongdoing. For the Court, it provides a mechanism to approve conditional releases while awaiting the factual record. This design appears intended to address concerns about potential insider misconduct while still allowing the Plan to proceed to solicitation and confirmation.</p>
</div>
<h3>GUC Trust</h3>
<p>The GUC Trust is established on the Effective Date regardless of which transaction path is elected. It serves as a liquidation and distribution vehicle—not an operating entity—for the benefit of holders of Allowed Claims in Classes 5 and 7. The GUC Trust is intended to qualify as a “grantor trust” and is governed by a GUC Trust Oversight Committee with a minimum of three members selected by the Committee. Vested Causes of Action vest in the GUC Trust under Section 1123(b)(3)(B), with broad preservation language protecting the Trust’s ability to pursue avoidance actions and preference claims. Unclaimed distributions not accepted within 180 days after the Effective Date revert to the GUC Trust after one year.</p>
<h3>Causes of Action Preservation</h3>
<p>The Plan provides that no preclusion doctrine applies post-Confirmation or Consummation, and no entity may rely on the absence of a specific reference in Plan documents as an indication that a cause of action will not be pursued. This broad preservation language is designed to protect the GUC Trust’s ability to pursue avoidance actions, preference claims, and other litigation for the benefit of unsecured creditors.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XII</div>
<h2>Key Dates and Milestones Ahead</h2>
</div>
<p>The case proceeds on a compressed schedule designed to preserve the dual-track toggle mechanism. The following dates represent the critical milestones between now and confirmation.</p>
<table class="comparison">
<thead>
<tr>
<th>Date</th>
<th>Milestone</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">April 16, 2026</td>
<td>Final Hearing (cash collateral, employee obligations, bidding procedures, bar date, preliminary injunction)</td>
</tr>
<tr>
<td class="metric-label">May 5, 2026</td>
<td>Disclosure Statement Objection Deadline</td>
</tr>
<tr>
<td class="metric-label">May 8, 2026</td>
<td>Bid Deadline</td>
</tr>
<tr>
<td class="metric-label">May 12, 2026</td>
<td>Disclosure Statement Hearing</td>
</tr>
<tr>
<td class="metric-label">May 13, 2026</td>
<td>Auction (if Qualified Bids received)</td>
</tr>
<tr>
<td class="metric-label">May 14, 2026</td>
<td>General Bar Date / Voting Record Date</td>
</tr>
<tr>
<td class="metric-label">~May 20, 2026</td>
<td>Sale Hearing</td>
</tr>
<tr>
<td class="metric-label">June 8, 2026</td>
<td>Plan Supplement Filing Deadline</td>
</tr>
<tr>
<td class="metric-label">June 15, 2026</td>
<td>Voting Deadline / Plan Objection Deadline</td>
</tr>
<tr>
<td class="metric-label">June 22, 2026</td>
<td>Confirmation Hearing</td>
</tr>
<tr>
<td class="metric-label">September 11, 2026</td>
<td>Governmental Bar Date</td>
</tr>
</tbody>
</table>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XIII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XIII</div>
<h2>Key Stakeholders</h2>
</div>
<h3>Customers (~$145M in Unsecured Claims)</h3>
<p>Customers are the dominant creditor constituency. The Plan’s dual-track structure recognizes their pivotal role: under the NewCo Transaction, participating customers effectively become equity owners of the reorganized business. The Convenience Class consists of approximately 807 customers with claims below $45,000, who would receive payment from a $850,000 pool. The Ad Hoc Group of the largest customers negotiated the Term Sheet and drives the NewCo Transaction path. However, the property-of-the-estate dispute introduces significant uncertainty—if deposits are found not to be estate property, those customers may recover outside the plan process.</p>
<h3>Celsius Network Ltd. (~$4.8M Secured Claim)</h3>
<p>Celsius is the only identified secured creditor. Its claim is treated as unimpaired (Class 4), but the Debtors’ challenge to lien perfection creates litigation risk. If the liens are invalidated, Celsius would hold a general unsecured claim of approximately $4.8 million against total unsecured debt of approximately $145 million. Celsius retains credit bidding rights under the Bidding Procedures.</p>
<h3>Official Committee of Unsecured Creditors</h3>
<p>The seven-member Committee, represented by Morris James LLP, plays a critical role in overseeing the GUC Trust structure, negotiating plan terms, and participating in the cash collateral governance framework. Dominion Capital LLC is both a Committee member and a plaintiff in one of the prepetition customer actions, underscoring the tension between the interests of individual litigating customers and the collective interests of the creditor body.</p>
<h3>Management and Insiders</h3>
<p>The Special Committee Investigation creates significant uncertainty for current and former management. The conditioning of releases on the investigation’s outcome means that insiders cannot rely on Plan releases until the investigation concludes. The Plan’s waiver of employee restrictive covenants on the Effective Date may facilitate the departure of key personnel or their re-engagement by NewCo.</p>
<h3>Existing Equity Holders</h3>
<p>Series A investors (approximately $36 million in capital) and Pre-Series A investors (approximately $7 million) face complete loss of their investment. Existing Equity Interests are impaired and deemed to reject the Plan. No recovery is projected for equity holders.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XIV -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XIV</div>
<h2>Critical Issues to Watch</h2>
</div>
<p>Several interconnected issues will determine the trajectory and outcome of these cases over the coming weeks.</p>
<h3>Property of the Estate Determination</h3>
<p>The resolution of whether customer-deposited digital assets are estate property remains the foundational issue. If the Court ultimately determines that some customer deposits are not estate property, the consequences cascade throughout the case: the Debtors’ asset base and equity cushion shrink; the available pool for distribution to other creditors decreases; the NewCo Transaction may become less attractive if the asset base is uncertain; and the Trigger Event threshold could be reached more quickly, constraining operations.</p>
<h3>Celsius Lien Perfection Challenge</h3>
<p>The Debtors’ assertion that Celsius’s liens on certain assets may not have been properly perfected is a significant leverage point. If the liens are unperfected, Celsius’s claim could be reclassified as general unsecured, improving recoveries for other unsecured creditors and eliminating the adequate protection requirement for cash collateral use. This challenge remains unresolved.</p>
<h3>Dual-Track Toggle Scrutiny</h3>
<p>The absence of a re-solicitation requirement in the event of a toggle between the NewCo Transaction and the Alternative Transaction is a significant efficiency, but may attract scrutiny from parties who argue that the two paths produce materially different outcomes for creditors.</p>
<h3>Cryptocurrency Valuation and Market Risk</h3>
<p>Fixing cryptocurrency claim values at petition-date levels carries significant implications in a volatile market. If values appreciate post-petition, the estate benefits; if they decline, the estate bears the loss. The authorization to rebalance the cryptocurrency portfolio introduces additional complexity and potential for disputes about whether rebalancing decisions were made in good faith.</p>
<h3>Special Committee Investigation Findings</h3>
<p>The investigation’s conclusions will directly affect the scope of releases available under the Plan. If the investigation reveals conduct that would narrow or eliminate releases, the affected parties may contest confirmation, potentially altering the timeline and structure of the case.</p>
</section>
<!-- FOOTER --><footer class="report-footer">
<div class="container">
<div class="footer-brand"><img alt="Research Suite by Stretto" src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGRhdGEtbmFtZT0iTGF5ZXIgMSIgaWQ9IkxheWVyXzEtMiI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIgY2xhc3M9ImNscy0zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiIGNsYXNzPSJjbHMtMyI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIiBjbGFzcz0iY2xzLTIiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIgY2xhc3M9ImNscy0yIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiIGNsYXNzPSJjbHMtMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIgY2xhc3M9ImNscy0xIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIiBjbGFzcz0iY2xzLTEiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgICAgPHBhdGggZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiIGNsYXNzPSJjbHMtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+"></div>
<p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on the AI Dossier generated by Research Suite by Stretto, which analyzed 12 docket entries spanning 17 documents filed in <em>In re Reliz Technology Group Holdings Inc., et al.</em>, Case No. 26-10371 (TMH), United States Bankruptcy Court for the District of Delaware. All facts, figures, and docket citations are drawn from the underlying docket filings as summarized in the AI Dossier. The AI Dossier synthesized the First Day Declaration, cash collateral motions and orders, bidding procedures filings, the Joint Chapter 11 Plan, the Disclosure Statement, and the Solicitation Procedures Motion, spanning the period from the March 15, 2026 Petition Date through April 7, 2026.</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
<p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
<p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
</div>
</footer>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/delaware-bankruptcy-court-approves-most-but-not-all-of-yellow-corporations-1-44-billion-pension-plan-settlements</id>
    <published>2026-04-04T14:57:46-05:00</published>
    <updated>2026-04-04T14:57:50-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/delaware-bankruptcy-court-approves-most-but-not-all-of-yellow-corporations-1-44-billion-pension-plan-settlements" rel="alternate" type="text/html"/>
    <title>Delaware Bankruptcy Court Approves Most but Not All of Yellow Corporation's $1.44 Billion Pension Plan Settlements</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>The Delaware Bankruptcy Court approved most of Yellow Corporation's $1.44 billion in pension plan withdrawal liability settlements but denied three, including the New York Teamsters' $326.5 million settlement, finding that the liquidated damages component far exceeded the fund's own 10 percent cap.</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/delaware-bankruptcy-court-approves-most-but-not-all-of-yellow-corporations-1-44-billion-pension-plan-settlements">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Yellow Corporation, once one of the nation's largest trucking companies, received a mixed ruling from the United States Bankruptcy Court for the District of Delaware on its motion to approve approximately $1.44 billion in settlements with 16 multiemployer pension plans. In a 78-page Memorandum Opinion filed on April 2, 2026, the Court approved the majority of the proposed settlements but denied three of them, finding they fell outside the range of reasonable. The pension plans' original withdrawal liability claims totaled approximately $7.4 billion.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and the Withdrawal</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Yellow Corporation participated in numerous multiemployer pension plans while operating as one of the country's largest trucking companies. The company discontinued business operations in July 2023 and filed for Chapter 11 bankruptcy shortly thereafter. Under ERISA, that cessation of business constituted a complete withdrawal from all of its multiemployer pension plans, triggering withdrawal liability claims totaling approximately $7.4 billion across 16 plans. Central States, Southeast and Southwest Areas Pension Fund additionally asserted a claim of approximately $917 million under a 2014 contribution guaranty agreement, and the New York State Teamsters Conference Pension &amp; Retirement Fund asserted a liquidated damages claim for $76 million.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The claims triggered years of complex litigation. The Court issued multiple partial summary judgment rulings between 2024 and 2025 on contested ERISA calculation issues, including the validity of PBGC regulations, the application of ERISA's 20-year cap, the enforceability of contractual undertakings to pay enhanced withdrawal liabilities, and the proper interest rate for calculating unfunded vested benefits. The Third Circuit affirmed the Court's November 2024 rulings in September 2025. A petition for certiorari was filed in February 2026.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Five-Step Settlement Methodology</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The settlements were structured around a five-step methodology applied uniformly across most of the pension plans. In the first step, the parties determined unfunded vested benefits using an interest rate weighted 60 percent to the minimum funding rate and 40 percent to the rate originally selected by the plan's actuary. This represented a compromise of the Court's February 2025 ruling, which had followed three circuits in holding that the rates must be similar. The second step determined annual payments conforming with the Court's rulings on the effect of 2014 ERISA amendments. The third step capped each claim at the lesser of total unfunded vested benefits or 20 years of annual payments.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The fourth step differentiated between plans that received special financial assistance under the American Rescue Plan Act and those that did not. Plans without special financial assistance had their claims discounted at five percent, a compromise figure. The fifth step reduced each claim by 25 percent to account for ERISA's insolvency cap under § 1405(b), which the Court had ruled would require a 50 percent reduction if the debtors proved insolvency.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Standard of Review</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The opinion devoted substantial analysis to the standard applicable to settlement approval when a party in interest has objected to the underlying claims. The Court adopted an intermediate standard drawn from <em>In re DVR</em>, affording the debtor in possession some deference while still conducting a searching inquiry into reasonableness. The Court rejected the most deferential "business judgment" approach and the strictest approach that would require full claims adjudication before settlement. The Court noted that recent decisions, including <em>Truck Insurance Exchange v. Kaiser Gypsum Co.</em> from the Supreme Court and the Third Circuit's <em>In re FTX Trading Ltd.</em>, effectively eliminated the most deferential approach.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court emphasized that the familiar language about the "lowest point in the range of reasonable" does not support rubber-stamping settlements. A bankruptcy court must hear out objections and satisfy itself that the settlement is in fact reasonable, while still recognizing that the debtor in possession's business judgment is entitled to some measure of deference.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Settlements Approved</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court approved settlements with 13 of the 16 pension plans, finding the five-step methodology reasonable in light of the risk that the Court's prior rulings could be reversed on appeal.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the interest rate compromise, the Court noted that the 60/40 weighting effectively ascribed a 40 percent likelihood of reversal. The Court's own assessment placed that probability closer to 33 percent, but found 40 percent within the range of reasonable. On the five percent present value discount rate, the Court found the resolution modest given the enormous potential variation in total claims. On the 25 percent insolvency reduction (half of the 50 percent the Court had ruled applicable), the Court found the legal arguments for reversal on the ordering of caps to be weak but acknowledged factual uncertainty about the debtors' solvency as of the July 2023 withdrawal date, noting that the debtors' equity traded for positive value post-petition.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court also approved the settlement of Central States' guaranty claim. The $917 million claim, which the Court had found to be an unenforceable penalty clause under Illinois law, was settled for $165 million, approximately 18 percent of the asserted amount. The Court concluded there was roughly an 18 percent chance an appellate court might reverse that ruling. The Court separately approved the Local 710 settlement, finding that a hypothetical "fresh start" accounting issue did not warrant departing from the common methodology.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court further approved the settlement's gifting provision, under which the settling pension plans agreed to contribute approximately $7.4 million (referenced elsewhere in the opinion as $7.5 million) to compensate creditors holding non-joint-and-several claims for the dilutive effect of the settlements. Following <em>In re Nuverra Environmental Solutions</em>, the Court read Third Circuit precedent in <em>In re Armstrong World Industries</em> to permit horizontal gifting. The Court rejected the objection that this violated the Supreme Court's reasoning in <em>Czyzewski v. Jevic Holding Corp.</em>, finding the gift would not violate existing law even if included in the plan itself.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Settlements Denied</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court denied approval of three settlements.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>New York Teamsters.</strong> The proposed settlement of $326.5 million was denied. The five-step methodology yielded a withdrawal liability claim of $250.8 million. The remaining $75.7 million was attributable to liquidated damages, but the fund's own policies capped liquidated damages at 10 percent of withdrawal liability, which would produce a maximum of $25.1 million. The Court also gave weight to the objector's argument that ERISA § 1451(a) requires an enforcement action as a predicate for liquidated damages, finding it warranted at least a 20 percent further reduction. The Court offered the parties an alternative: a revised settlement at $270.8 million ($250.8 million in withdrawal liability plus $20 million in liquidated damages). The Official Committee of Unsecured Creditors joined in the objection to this settlement.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Locals 617 and 1730.</strong> Both settlements departed from the five-step methodology with no justifying rationale. For Local 617, the methodology yielded $0.1 million but the settlement was $3.0 million. For Local 1730, the methodology yielded $2.3 million but the settlement was $7.5 million. Even accounting for Local 1730's mass withdrawal exception (which removes the 20-year cap), the maximum claim was only $5.1 million. The debtors' financial advisor acknowledged at the evidentiary hearing that these settlements were notably less favorable than others and were not rooted in the settlement methodology. The Court suggested the parties either settle at the amounts the methodology yields or pursue § 502(c) estimation for prompt resolution.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Settlement Comparison</h2>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Pension Plan</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Claim (Existing Rulings)</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Five-Step Methodology</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Settlement Amount</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Status</th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Central States WL</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$369.6M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$554.5M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$554.5M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Central States Penalty</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$0</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">n/a</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$165.0M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">New England Teamsters</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$110.4M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$213.8M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$213.8M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Central Pennsylvania</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$13.2M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$42.2M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$42.2M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Local 710</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$0</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$36.1M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$36.1M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Local 707</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$17.1M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$25.7M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$25.7M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Philadelphia Teamsters</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$9.7M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$19.5M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$19.5M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Local 641</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$10.2M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$15.3M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$15.3M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">IAM National</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$5.6M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$13.2M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$13.2M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Freight Drivers</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$3.6M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$5.4M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$5.4M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Virginia Teamsters</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$2.9M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$5.0M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$5.0M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Local 701</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$2.6M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$4.0M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$3.9M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Teamsters New Jersey</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$1.2M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$1.7M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$1.7M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Approved</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">New York Teamsters</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$167.2M (+ LD claim)</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$250.8M (+ LD claim)</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$326.5M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>Denied</strong></td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Local 1730</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$2.5M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$2.3M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$7.5M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>Denied</strong></td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Local 617</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$0.1M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$0.1M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$3.0M</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>Denied</strong></td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>TOTAL</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">
<strong>$713.3M</strong> (excl. NY LD)</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">
<strong>$1.19B</strong> (excl. NY LD, CS penalty)</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>$1.44B</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"></td>
</tr>
</tbody>
</table>
</div>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Path Forward</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court noted that the settlements with each pension plan are severable, independent agreements. The parties may submit a proposed order approving the settlements the Court found reasonable, allowing that order to become final and appealable while further proceedings continue on the denied settlements. For the New York Teamsters, the Court offered the alternative of a revised settlement at $270.8 million or a scheduling order to resolve remaining factual and legal issues. For Locals 617 and 1730, the Court offered the alternative of settlement at the five-step methodology amounts or prompt briefing on a § 502(c) estimation motion.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The case continues before the United States Bankruptcy Court for the District of Delaware, Case No. 23-11069 (CTG), before Judge Craig T. Goldblatt.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 78-page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/court-confirms-bravo-brio-restaurants-chapter-11-plan-after-estimating-11-9-million-inkind-claim-at-zero</id>
    <published>2026-04-04T14:54:22-05:00</published>
    <updated>2026-04-04T14:55:31-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/court-confirms-bravo-brio-restaurants-chapter-11-plan-after-estimating-11-9-million-inkind-claim-at-zero" rel="alternate" type="text/html"/>
    <title>Court Confirms Bravo Brio Restaurants' Chapter 11 Plan After Estimating $11.9 Million inKind Claim at Zero</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>The Bankruptcy Court for the Middle District of Florida confirmed Bravo Brio Restaurants' Chapter 11 plan after estimating at $0 the nearly $12 million in claims filed by restaurant financing company inKind, finding that the company's obligations under a Credit Purchase Agreement had been fully satisfied through the redemption of over $7 million in credit.</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/court-confirms-bravo-brio-restaurants-chapter-11-plan-after-estimating-11-9-million-inkind-claim-at-zero">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The United States Bankruptcy Court for the Middle District of Florida issued a Memorandum Opinion on March 31, 2026, confirming the Joint Plan of Reorganization of Bravo Brio Restaurants, LLC and its affiliated debtors while estimating at $0 the nearly $12 million in claims asserted by restaurant financing company inKind. The opinion, entered in Case No. 6:25-bk-05224-LVV, resolves a contested confirmation proceeding in which inKind was the sole objecting creditor, with every other voting class unanimously supporting the plan.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Bravo Brio Restaurants, LLC operates restaurants nationwide under two brand names: Brio Italian Grille and Bravo! Italian Kitchen. The company acquired its assets in 2020 through a Section 363 sale in the Chapter 11 bankruptcy of FoodFirst Global Restaurants, Inc. In that transaction, senior lender GPEE Lender, LLC prevailed at auction via credit bid and assigned the sale rights to the company, which assumed $23 million in GPEE senior secured debt.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The company is the sole owner of six subsidiary entities, each functioning as a special purpose vehicle associated with a particular restaurant location. Each subsidiary holds the lease, liquor license, and furniture, fixtures, and equipment interests for its respective restaurant. Four of the six subsidiaries are debtors in the jointly administered cases.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the petition date of August 25, 2025, the debtors operated 48 restaurants and employed approximately 4,000 individuals. By the time of the confirmation trial in January 2026, operations had been reduced to 43 restaurants with approximately 3,000 employees.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The inKind Relationship and the Credit Purchase Agreement</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The central dispute in the case involves a Credit Purchase Agreement between the company and inKind, a restaurant financing company that purchases credit from restaurant operators at a substantial discount and resells it to consumers through a smartphone application at close to face value.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In July 2023, the company and inKind entered into the Credit Purchase Agreement, under which inKind purchased $5 million in credit for $2.5 million. The agreement was later amended to add another $2 million in credit for $1 million, bringing the total to $7 million in credit acquired by inKind for $3.5 million. The company's subsidiaries were not parties to the agreement.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">A critical feature of the agreement required the company to honor credit sold by three "Sister Merchants," identified as Buca, LLC, PB Restaurants, LLC, and OCS Restaurant Holdings, LLC, without receiving any additional compensation. The agreement did not specify the amount of credit purchased from the Sister Merchants and did not limit the company's responsibility to honor that credit. The agreement was governed by Delaware law.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The agreement contained several provisions that became central to the court's analysis. Upon an event of default, liquidated damages would be calculated at $0.65 times the amount of "purchased Credit" not yet sold or redeemed. A Limitation of Liability provision capped the company's aggregate liability at $5 million, an amount equal to the initial credit purchase. Notably, this cap was not modified when the agreement was amended to include additional credit.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Rejection and the Path to Confirmation</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On September 5, 2025, the debtors filed a motion to reject the inKind agreement, arguing it was burdensome because the company was honoring approximately $75,000 per week in credit without receiving revenue from those sales. inKind objected, contending that the agreement was not an executory contract but a security agreement. The court granted rejection on October 30, 2025, finding the agreement executory under the Countryman definition and ruling that rejection was a proper exercise of business judgment.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Following rejection, inKind filed 15 total proofs of claim (three identical claims in each of the five bankruptcy cases), each seeking $11,932,899 and asserting a security interest in the debtors' assets.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Estimation of inKind's Claims at Zero</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court's contract interpretation analysis, applying established principles of Delaware law, proved decisive. The opinion concluded that the parties intended upon default that the company would only be responsible for damages based on unredeemed credit it sold to inKind, not credit sold by the Sister Merchants.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court reached this conclusion by examining several provisions of the agreement as a whole. Liquidated damages were calculated on "purchased Credit" not yet sold or redeemed. Because "purchased" modifies "Credit," the court found it referred to something less than the general term "Credit" used elsewhere to describe what the company must redeem. The default provisions made no reference to credit sold by Sister Merchants, and the agreement contained no cross-default or cross-collateralization language tying the company's liability to the Sister Merchants' obligations. The limitation of liability, capped at $5 million (equal to the initial credit purchase amount), further supported this interpretation.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The unrebutted testimony at trial established that over $7 million in credit had been redeemed at the debtors' restaurants, with the company's general counsel testifying that $8 million had been redeemed, exceeding the $7 million in credits sold by the company to inKind. inKind did not dispute these calculations and introduced no evidence regarding unredeemed credit specific to the company as opposed to Sister Merchant credit.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court estimated inKind's claims at $0 for all purposes under Section 502(c) and Bankruptcy Rule 3018, sustained the debtors' omnibus objection, disallowed all 15 proofs of claim in their entirety, and ordered the release of any liens held by inKind on the debtors' assets. The court also noted in a footnote that if it were necessary to address whether inKind held a security interest, it would conclude that inKind did not: the debtor subsidiaries did not execute the agreement, and as to the parent company, inKind's interest would be junior to GPEE with no remaining value for inKind's lien to attach.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Disclosure Statement Approval</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">inKind's challenge to the Disclosure Statement centered on the fact that the solicitation package it received via U.S. mail did not include the Disclosure Statement. The court found this deficiency harmless. inKind's counsel received the Disclosure Statement electronically via the court's CM/ECF system on December 9, 2025, three days before the solicitation package was mailed. The court noted that under the local rules of the Middle District of Florida, registration as an Electronic Filing User constitutes a waiver of the right to receive service by first-class mail. inKind's pleadings and arguments at trial demonstrated that it fully understood the terms of the plan, and no other creditors raised concerns about not receiving the Disclosure Statement.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court found the Disclosure Statement contained adequate information, noting that it specified what allowed general unsecured claims would receive (a pro rata distribution of $750,000), when they would receive it (on the effective date), and all contingencies to receiving the distribution.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Confirmed Plan of Reorganization</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The confirmed Second Modified Plan of Reorganization provides for the continued operation of all debtor entities. Upon confirmation, Champion will fund an additional $4.5 million into GPEE (having already funded $3.5 million into GPEE during the case to finance a DIP loan). Post-confirmation, R&amp;R Brands, a Champion affiliate, will oversee day-to-day operations.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The plan has ten classes: one priority claims class, seven secured claims classes, one unsecured claims class, and one equity interests class. All classes are impaired. Allowed general unsecured creditors in Class 9 will receive a pro rata distribution of $750,000 from the sale of a liquor license at the company's Freehold, New Jersey restaurant. Equity interests will vest in GPEE or its designee on the effective date.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Creditor support was overwhelming. All classes other than inKind voted to accept the plan, with claims totaling over $32 million. In Class 9, 17 creditors cast ballots in favor of the plan.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Confirmation Requirements</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court systematically addressed each of the confirmation requirements challenged by inKind.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On good faith under Section 1129(a)(3), the court found no abuse of the judicial process, characterizing the failure to mail the Disclosure Statement to inKind as harmless error.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the best interests test under Section 1129(a)(7), the debtors' liquidation analysis demonstrated that unsecured creditors would receive nothing in a Chapter 7 liquidation, compared to a pro rata share of $750,000 under the plan. inKind failed to specify which individual debtor estates would have assets available for unsecured creditors or to identify flaws in the liquidation analysis.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the impaired accepting class requirement of Section 1129(a)(10), the court acknowledged a split of authority on whether the requirement applies on a per-plan or per-debtor basis but found it satisfied under either approach. The court distinguished a prior Middle District of Florida decision that had applied a per-debtor analysis, noting that class gerrymandering was present in that case but not here.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On feasibility under Section 1129(a)(11), the court credited testimony regarding the $4.5 million capital infusion, 2026 projections indicating $11 million available to cover plan payments, and the expected sale of the liquor license within three to six months. inKind presented no evidence to contradict this testimony.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Because inKind's claim was estimated at $0, the court found the plan did not impair inKind, all classes accepted the plan, and Section 1129(a)(8) was satisfied without need for a cramdown analysis under Section 1129(b).</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Dates</h2>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Date</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Event</th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">2020</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Company acquired assets through Section 363 sale in FoodFirst bankruptcy</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">July 21, 2023</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Credit Purchase Agreement executed with inKind</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">August 25, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Chapter 11 petitions filed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">September 5, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Motion to reject inKind agreement filed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">October 30, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Court granted rejection of inKind agreement</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">December 9, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Disclosure Statement and Original Plan filed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">January 19, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Omnibus objection to inKind's claims filed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">January 27, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Trial on confirmation, disclosure statement, and estimation</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 31, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Memorandum Opinion issued</td>
</tr>
</tbody>
</table>
</div>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 24 page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/court-appoints-chapter-11-trustee-for-crypto-lender-smartfi-denies-debtors-bid-to-convert-to-chapter-7</id>
    <published>2026-04-04T14:52:00-05:00</published>
    <updated>2026-04-04T14:52:24-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/court-appoints-chapter-11-trustee-for-crypto-lender-smartfi-denies-debtors-bid-to-convert-to-chapter-7" rel="alternate" type="text/html"/>
    <title>Court Appoints Chapter 11 Trustee for Crypto Lender SmartFi, Denies Debtor's Bid to Convert to Chapter 7</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A Utah bankruptcy court appointed a Chapter 11 Trustee for crypto lender SmartFi and denied the debtor's motion to convert to Chapter 7, finding that remaining in Chapter 11 with independent trustee oversight best serves approximately $200 million in unsecured creditor claims</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/court-appoints-chapter-11-trustee-for-crypto-lender-smartfi-denies-debtors-bid-to-convert-to-chapter-7">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The United States Bankruptcy Court for the District of Utah has ordered the appointment of a Chapter 11 Trustee in the bankruptcy case of Power Block Coin, L.L.C. (d/b/a SmartFi), a crypto-based financial services company with approximately $200 million in unsecured claims. In a Memorandum Decision filed March 31, 2026, the Court granted the Official Committee of Unsecured Creditors' motion to appoint a Chapter 11 Trustee under Section 1104(a)(2) of the Bankruptcy Code and denied the Debtor's competing motion to convert the case to Chapter 7, concluding that remaining in Chapter 11 under independent trustee oversight best serves the interests of creditors.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Power Block Coin, L.L.C., operating under the trade name SmartFi, is a Utah limited liability company that provided crypto-based financial services including cryptocurrency exchange, savings, crypto-based lending, token creation and offering, alternative currencies, and cryptocurrency investment. The company had no employees of its own. All work was performed by employees of its parent company, Blue Castle Holdings, Inc., under a pre-petition Management Services Agreement that the Court subsequently approved. Under that agreement, Blue Castle used funds from its own bank accounts to pay the Debtor's obligations, and the Debtor either transferred cryptocurrency to Blue Castle or applied credits against a $1.4 million loan it had made to Blue Castle in August 2023.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Debtor has ceased operations. Beginning in 2022, worldwide cryptocurrency markets experienced a rapid collapse and sustained period of instability, which contributed to the company's financial deterioration.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Path to Bankruptcy and Case History</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The case has been pending for approximately 21 months since the petition date, and the Court characterized it as having been "fraught with issues" throughout. The Debtor initially elected to proceed under Subchapter V of Chapter 11 despite facing claims in excess of $192 million. Almost four months later, the Court sustained objections to that election, rendering the case a traditional Chapter 11 proceeding and leading to the appointment of the Official Committee of Unsecured Creditors.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Committee's investigation uncovered a series of concerns about the Debtor's management of the estate. The Debtor's monthly operating reports failed to adequately account for changes in the Blue Castle loan balance and the value of its cryptocurrency holdings, and contained entries the Debtor could not adequately explain at a hearing on a motion to compel accounting. The Committee alleged that the Debtor's assets had been commingled with those of Blue Castle and its affiliates to the point of incomprehensibility, that the Debtor diverted the bulk of its assets through unsecured loans to affiliates under the principal's common control at favorable rates with no payments due for years, and that the Debtor failed to preserve its rights in a property on which a $2 million post-petition lien was placed. Monthly operating reports also revealed payments from undisclosed bank accounts, and the U.S. Trustee identified unaccounted-for checks related to a theft recovery.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Plan negotiations proved equally difficult. The Court denied the Debtor's motion to extend its exclusivity period in December 2024, noting the Debtor had not demonstrated the ability to operate with transparency and good faith. The Debtor filed its First Amended Plan of Reorganization on December 16, 2024, and the Committee filed its own plan on January 30, 2025, followed by an amended version on March 7, 2025. Negotiations with the then-largest creditor, Celsius, for a term sheet were unsuccessful, and a subsequent mediation among the Debtor, Blue Castle, the Committee, and other Debtor affiliates reached tentative agreement on some issues but ultimately ended in impasse.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Competing Motions: Trustee Appointment vs. Conversion</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Committee filed its Motion to Appoint a Chapter 11 Trustee on October 21, 2025. A creditor and the U.S. Trustee initially joined in support, though the U.S. Trustee later adopted a neutral position after the Debtor filed its own motion to convert to Chapter 7. Two additional creditors also supported the Chapter 11 Trustee appointment.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Debtor, for its part, conceded that plan confirmation was no longer feasible due to increasing administrative fees and the inability to reach agreement with the Committee. The Debtor stated it no longer wished to remain in possession and did not challenge the Committee's allegations, recognizing that placement of an independent trustee was in the best interests of creditors. The Debtor did, however, acknowledge that Chapter 7 would produce a worse outcome than the terms previously negotiated among the Committee, Celsius, and the affiliates under the Committee's joint plan proposal.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Four creditors and investors, including one Committee member, joined the Debtor in seeking conversion to Chapter 7 after the hearing.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Court's Analysis</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court framed the central question as which form of trustee oversight would best serve creditors, noting that both sides agreed the Debtor should no longer control the estate. The legal standards under Sections 1104(a)(2) and 1112(a) and (f) converge on a single criterion: what is in the best interests of creditors.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the conversion question, the Court applied the framework established by the Tenth Circuit Bankruptcy Appellate Panel in <em>Kearney</em>, which holds that if a court would immediately reconvert a case back to Chapter 11 under Section 706(b), it need not go through the "procedural anomaly" of converting in the first instance. The Court concluded it would do exactly that, and therefore denied conversion under Section 1112(f).</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Three factors drove the Court's decision to keep the case in Chapter 11 with a trustee rather than convert to Chapter 7.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">First, the Court found that conversion would cause unnecessary and potentially harmful delay. The Committee has spent significant time and energy investigating the Debtor and still needs additional information. A Chapter 7 Trustee would need to learn the case from scratch without the Committee's assistance, as the Committee would be disbanded in Chapter 7. With statutes of limitation on potential avoidance actions approaching, the estate cannot afford additional delay. The Tenth Circuit has held that the limitations clock does not reset upon appointment of a subsequent trustee, making any time lost to transition a real and permanent risk to the estate.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Second, Chapter 11 offers expanded flexibility for a trustee to exercise independent judgment and direct the affairs of the estate to optimize recovery. The Committee intends to work with the appointed trustee to confirm the Committee's pending plan, preserving the institutional knowledge the Committee and its professionals have developed over the life of the case.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Third, the Committee represented that it and its professionals would manage administrative fees to permit a Chapter 11 Trustee to recover value for the estate. The Committee has agreed to defer fees so they are not due on the effective date of the plan, and both trustee candidates the Committee interviewed have agreed to work on a contingency basis. The Committee asserts sufficient assets exist to fund the case, including cryptocurrency inventory, amounts owed under the Blue Castle loan, and potential claim settlements.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court also considered and rejected the Committee's argument that a Chapter 11 Trustee would be better insulated from the <em>in pari delicto</em> defense than a Chapter 7 Trustee. The Court found this factor not determinative, concluding that the defense's applicability depends more on the nature of the claims brought than on who brings them.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court described the decision as "a close one" but concluded that remaining in Chapter 11 offers material benefits to creditors compared to conversion.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Disclosure Statement and Next Steps</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Court placed the pending disclosure statement on hold pending the Chapter 11 Trustee's appointment and review, finding it would be a waste of resources to advance the disclosure statement process without the incoming trustee's approval. The Court noted concerns about whether the disclosure statement contains sufficient information regarding assets available to pay creditors relative to anticipated administrative fees.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">If the appointed Trustee wishes to move the disclosure statement forward in a substantially similar form, the Court indicated it will entertain requests for expedited consideration. The Court also acknowledged that if the Debtor is correct that insufficient assets exist to pay administrative fees and confirm a plan, a trustee working on a contingency basis would be positioned to inform the Court if liquidation through Chapter 7 is ultimately the better course.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 24 page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/court-approves-examiner-with-broad-investigative-mandate-in-rad-diversified-reit-chapter-11-cases</id>
    <published>2026-04-04T14:49:28-05:00</published>
    <updated>2026-04-04T14:49:37-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/court-approves-examiner-with-broad-investigative-mandate-in-rad-diversified-reit-chapter-11-cases" rel="alternate" type="text/html"/>
    <title>Court Approves Examiner With Broad Investigative Mandate in RAD Diversified REIT Chapter 11 Cases</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A federal bankruptcy court in Tampa has ordered the appointment of a Chapter 11 examiner with a broad investigative mandate in the RAD Diversified REIT cases, with Maria M. Yip of Yip Associates selected to trace investor fund flows, prepetition asset transfers, and potential causes of action tied to former management</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/court-approves-examiner-with-broad-investigative-mandate-in-rad-diversified-reit-chapter-11-cases">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The United States Bankruptcy Court for the Middle District of Florida has entered an order directing the appointment of a Chapter 11 examiner in the jointly administered bankruptcy cases of RAD Diversified REIT, Inc. and four affiliated entities, establishing a sweeping investigation into the Debtors' financial dealings, investor fund flows, and prepetition asset transfers. The following day, the Acting United States Trustee for Region 21 appointed Maria M. Yip of Yip Associates to serve in the role, filing the application for court approval on April 2, 2026.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The five Debtor entities were formed as Florida entities in 2017 by two co-founders who have exercised managerial control over each entity since inception. The Debtors were organized to acquire, manage, renovate, and operate real property, consisting primarily of single-family residential properties and vacant lots located in Florida, Pennsylvania, Texas, and New Jersey.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Each Debtor filed a voluntary Chapter 11 petition on March 1, 2026, signed by the Chief Restructuring Officer. The petitions reflect estimated assets collectively between $500,001 and $100 million, with estimated liabilities in the same range. The Debtors' consolidated list of the 30 largest unsecured creditors indicates total unsecured debt well in excess of $9 million.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The cases have carried several markers of complexity from the outset. A notice of deficient filing was issued the day after the petitions were filed, citing the Debtors' failure to file schedules of assets, financial affairs statements, and other required documents. The Debtors subsequently sought additional time to compile that information with the assistance of the Chief Restructuring Officer, counsel, and proposed professionals. According to filings in the case, the Debtors have been the subject of lawsuits by investors as well as investigations by the Securities and Exchange Commission and the Florida Attorney General. No committee of unsecured creditors and no Chapter 11 trustee had been appointed as of the date the examiner motion was filed.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Order Appointing an Examiner</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On April 1, 2026, the Court granted the United States Trustee's unopposed motion to appoint a Chapter 11 examiner (Dkt. No. 167). The Debtors had consented to the appointment, and the Court entered the order without a hearing.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The order directs the examiner to conduct the investigation specified in Bankruptcy Code sections 1106(a)(3) and (4), which encompass the Debtors' acts, conduct, assets, liabilities, financial condition, business operations, and the desirability of continuing the business. The investigation specifically includes any allegations of fraud, dishonesty, incompetence, misconduct, mismanagement, or irregularity by former management, as well as whether the estate may hold causes of action based on any such conduct.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Scope of the Investigation</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Beyond the statutory mandate, the order identifies four specific areas of inquiry that define the contours of the examination.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">First, the examiner is directed to trace cash inflows and outflows between investors and lenders on one hand and the Debtors on the other, including money raised by the Debtors but deposited or sent to non-Debtor entities. The examiner is also tasked with determining, to the extent ascertainable, whether those payments should be characterized as debt or equity.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Second, the order requires analysis of "rollover" investments: whether they should be valued, at what valuation, and how they should be characterized.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Third, the examiner must perform a comprehensive accounting reconciliation of the utilization and transfers of the Debtors' assets and cash for the four-year period prior to the petition date. This includes money raised by the Debtors but deposited or sent to non-Debtor entities, as well as the connections and transfers among the Debtors and non-debtor entities including directors, officers, insiders, and affiliates.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Fourth, the investigation covers the origination and receipt of investments in Inner Circle memberships, REIT interests, joint ventures, and hard money loans from investors, along with any repayment of those investments.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The breadth of these topics reflects the complexity of the Debtors' capital structure and the nature of the concerns raised by investors and government agencies. The four-year lookback period, combined with the directive to trace funds flowing to non-Debtor entities and to examine the debt-versus-equity characterization of investor payments, signals that the examination will probe the fundamental question of how investor capital was raised, deployed, and accounted for across the enterprise.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Selection of the Examiner</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Acting United States Trustee appointed Maria M. Yip as examiner on April 2, 2026, and filed an application seeking court approval of that appointment (Dkt. No. 176). Yip is affiliated with Yip Associates, a firm based at 9200 S. Dadeland Boulevard in Miami.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The United States Trustee solicited nominations for examiner candidates from three parties in interest: Debtors' bankruptcy counsel, the Securities and Exchange Commission, and the Florida Office of the Attorney General. The involvement of both the SEC and the state Attorney General in the nomination process underscores the regulatory dimension of these cases.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In a verified statement filed alongside the application (Dkt. No. 176-1), Yip certified under penalty of perjury that she has no connections with the Debtors, creditors, other parties in interest, their attorneys and accountants, the United States Trustee, or any person employed in the Office of the United States Trustee. The verified statement does disclose one matter: an employee of Yip Associates was previously employed at Kaufman Rossin, a firm that had been retained by the SEC to perform work related to the Debtors. That employee worked on the SEC engagement. To address this prior relationship, an informational barrier will be implemented to restrict the employee's access to physical and electronic documents and information that the examiner and Yip Associates will receive or create in connection with the investigation.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Cooperation Obligations and Government Coordination</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The order imposes cooperation obligations on a wide range of parties. The Debtors, their affiliates, managers, employees, directors, officers, subsidiaries, the Chief Restructuring Officer, and any unsecured creditors' committee (if one is later appointed) are all directed to cooperate with the examiner and provide all documents and information within their possession that the examiner deems relevant.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">One of the order's more notable provisions is the directive requiring the examiner to coordinate with multiple government agencies. The examiner must cooperate fully with any federal, state, or local government agency currently investigating, or that may in the future investigate, the Debtors, their management, or their financial condition. The order specifies that the examiner is to promptly meet and confer with representatives of the Debtors, any unsecured creditors' committee, the Florida Attorney General, the SEC, the United States Trustee, and the United States Attorney for the Middle District of Florida to develop a work plan and coordinate the investigation. The inclusion of the U.S. Attorney's office in that list, alongside the SEC and the Florida Attorney General, suggests the potential for parallel government investigations beyond the bankruptcy proceeding.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">If the parties cannot reach agreement on a work plan, coordination protocol, or proposed budget, the examiner must promptly report the impasse to the Court and submit recommendations for resolution.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Reporting Requirements and Confidentiality</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The examiner's initial report to the Court is due within 60 days of the order approving the appointment. Beyond that initial filing, the examiner may file public reports on completed phases or progress of the investigation at the examiner's discretion.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Public disclosure is otherwise restricted. Neither the examiner nor the examiner's representatives may make public disclosures concerning the investigation except through court filings. Cooperation with governmental agencies is expressly excluded from the definition of public disclosure, preserving the examiner's ability to share information with regulators and law enforcement under protocols to be established.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The order also includes robust privilege protections. Disclosure of documents or information to the examiner does not constitute a waiver of work-product, attorney-client, or other privilege. Disputes over privileged documents may be brought before the Court for resolution. The examiner is required to cooperate with the Debtors and any creditors' committee to ensure that publicly filed reports do not contain privileged information, including information regarding the Debtors' prospects or litigation strategies.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Reservation of Rights</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The order explicitly preserves the right of any party in interest to seek an expansion of the investigation's scope, to request the appointment of a Chapter 11 trustee, or to seek any other lawful relief. Any party objecting to the examiner appointment was required to file an objection within seven days of the order's entry.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Case Information</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The cases are jointly administered before the United States Bankruptcy Court for the Middle District of Florida, Tampa Division, under Lead Case No. 8:26-bk-01636-CPM. The Debtors are represented by Pack Law of Coral Gables, Florida. The examiner motion was filed by the Office of the United States Trustee for Region 21.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of approximately 15 pages of court filings in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/uncle-nearest-chapter-11-cases-dismissed-two-days-after-filing</id>
    <published>2026-03-22T23:34:05-05:00</published>
    <updated>2026-03-22T23:34:47-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/uncle-nearest-chapter-11-cases-dismissed-two-days-after-filing" rel="alternate" type="text/html"/>
    <title>Uncle Nearest Chapter 11 Cases Dismissed Two Days After Filing</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>The Chapter 11 bankruptcy cases of Uncle Nearest, Inc. and affiliated entities were dismissed just two days after filing when the court ruled that the company's CEO lacked authority to commence bankruptcy proceedings under a prior federal receivership order that vested exclusive decision-making power in a court-appointed receiver</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/uncle-nearest-chapter-11-cases-dismissed-two-days-after-filing">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Chapter 11 bankruptcy cases filed on behalf of Uncle Nearest, Inc. and two affiliated entities were dismissed by the United States Bankruptcy Court for the Eastern District of Tennessee on March 19, 2026, just two days after the petitions were filed. Chief United States Bankruptcy Judge Suzanne H. Bauknight ruled that the company's chief executive officer lacked authority to commence bankruptcy proceedings because a prior federal receivership order had vested exclusive decision-making power in a court-appointed receiver. The ruling came after an expedited hearing on competing motions to dismiss filed by both the receiver and the company's primary secured lender, Farm Credit Mid-America, PCA, which is owed more than $108 million in outstanding loans.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Background: The Company and the Receivership</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Uncle Nearest, Inc. is an American whiskey company with products available in all 50 states and 12 countries, with a presence in more than 50,000 stores, bars, hotels, and restaurants, according to a press release filed as an exhibit in the case. The company's Nearest Green Distillery in Shelbyville, Tennessee welcomes approximately 200,000 visitors annually.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On July 28, 2025, Farm Credit Mid-America, PCA filed a verified complaint and request for appointment of a receiver against the Uncle Nearest entities and two individual defendants in the United States District Court for the Eastern District of Tennessee, seeking to recover more than $108 million in outstanding loans and to preserve collateral securing those loans. On August 22, 2025, District Judge Charles E. Atchley entered an Order Appointing Receiver, designating a restructuring attorney from Thompson Burton PLLC to serve as receiver over Uncle Nearest, Inc., Nearest Green Distillery, Inc., and Uncle Nearest Real Estate Holdings, LLC.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Receivership Order granted broad authority to the receiver. Paragraph 9 provided that the receiver would be "exclusively vested" with all the powers of officers, directors, members, and managers of the entities. Paragraph 10(q) specifically authorized the receiver to commence proceedings under title 11 of the United States Code on behalf of the entities. The order also enjoined all officers, directors, employees, and agents from interfering with the receiver's actions. The only carve-out permitted the company's founders to continue marketing products and managing the brand, subject to the receiver's supervision.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In December 2025, the District Court struck filings that had been made on behalf of the entities without the receiver's authorization, ruling that only the receiver could represent the companies' interests in the pending litigation.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Bankruptcy Filing and Response</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On March 17, 2026, the company's chief executive officer signed and filed voluntary Chapter 11 petitions for all three entities in the Bankruptcy Court for the Eastern District of Tennessee. A press release issued simultaneously through the company's holding entity announced that the filing had brought the receivership to an end and that the company would pursue claims and counterclaims against its lender through the bankruptcy process. The press release stated that unsecured obligations totaled approximately $13.2 million, that the outstanding principal balance owed to Farm Credit was approximately $102.5 million, and that the company's enterprise assets were estimated at approximately $529 million.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The receiver contacted the debtors' bankruptcy counsel, forwarded the Receivership Order, and requested that the petitions be withdrawn. Counsel for the debtors responded with awareness of the receivership order but declined to withdraw the petitions, contending that the order authorized the receiver to file bankruptcy but did not make that authority exclusive or prohibit the debtors from filing.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Receiver's Motion to Dismiss</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On March 18, 2026, the receiver filed an expedited motion to dismiss the bankruptcy cases or, in the alternative, to be recognized as the exclusive authorized representative of the debtors. The motion advanced two primary arguments.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">First, the receiver argued the court lacked subject matter jurisdiction because the petitions were filed by an individual without authority under applicable law to bind the entities. The receiver contended that the Receivership Order vested exclusive authority in the receiver through Paragraph 9's grant of all powers of officers, directors, members, and managers, and that Paragraph 10(q) specifically designated the receiver as the party authorized to file bankruptcy. The receiver further noted that the order's injunctive provisions explicitly prohibited officers and directors from interfering with the receiver's administration.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Second, the receiver argued dismissal was warranted for bad faith under 11 U.S.C. § 1112(b). Applying the Sixth Circuit's multi-factor totality-of-the-circumstances test, the receiver contended that the petitions were filed in violation of the District Court's injunction and represented an attempt to evade the receivership. The receiver noted that the chief executive officer had publicly announced that the filing ended the receivership. The receiver further disclosed that it was approximately four months into a marketing campaign for the sale of the entities as a going concern and that dismissal, rather than conversion to Chapter 7, would serve the best interests of creditors.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Secured Lender's Motion to Dismiss</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Farm Credit Mid-America filed its own motion to dismiss on March 19, 2026, raising similar arguments regarding lack of authority and bad faith, with additional factual assertions. The lender alleged that under the prior management of the company's founders, the entities had failed to file tax returns for at least five years, incurred excessive debt with no viable path to repayment, sold future revenues at a discount, operated at a cash flow deficit, lacked financial controls, and failed to maintain reliable financial records.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The lender's motion also alleged that the chief executive officer had diverted $20 million in proceeds from convertible promissory notes executed with an outside investor to a separate entity and had testified under oath that the transfer was made to prevent the lender from reaching those funds. The lender argued this conduct constituted fraud warranting appointment of a Chapter 11 trustee if the cases were not dismissed.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">As alternative relief, the lender requested that the receiver be appointed as Chapter 11 trustee, citing the receiver's eight months of familiarity with operations and the need for continuity.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Debtors' Opposition</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors filed their response in opposition to the receiver's motion on March 18, 2026, raising several counterarguments.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the jurisdictional question, the debtors argued that the receiver conflated corporate authority with jurisdiction, contending that the filing of a bankruptcy petition invokes jurisdiction under 28 U.S.C. § 1334 and that disputes about filing authority are resolved within that jurisdiction rather than as a basis to defeat it.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the authority question, the debtors relied on <em>In re 530 Donelson, LLC</em>, a 2024 decision from the Bankruptcy Court for the Middle District of Tennessee, arguing that a receivership does not divest bankruptcy authority unless the order contains clear language eliminating that right. The debtors contended that the Receivership Order only authorized the receiver to file bankruptcy but did not make that authority exclusive or expressly prohibit the debtors from filing. The debtors argued that courts distinguish between grants of authority and grants of exclusive authority, and that the absence of express prohibitory language was dispositive.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors also raised federal preemption concerns, arguing that the right to seek bankruptcy relief arises under the Constitution's Bankruptcy Clause and that any attempt to restrict access to bankruptcy would conflict with federal law.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the bad faith question, the debtors argued that they are operating businesses with ongoing operations and multiple stakeholders, not single-asset entities. They contended that the filing was made in good faith to preserve going-concern value after business performance deteriorated during the receivership period, and they submitted exhibit data showing declines in retail sales performance and distillery visitation following the receiver's appointment.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Business Performance Data</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors' opposition included NielsenIQ retail scan data and distillery visitor trend data as exhibits. The retail data showed that Uncle Nearest had outperformed the broader market by more than 31 percentage points in January 2025, with positive growth continuing through mid-2025. Following the receiver's appointment in late August 2025, the data showed sustained negative growth, with the brand underperforming the market by 18.3 percentage points by January 2026 and by 16 points by February 2026, a reversal of approximately 47 points from January 2025.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The distillery visitor data showed a similar pattern. During the pre-receivership period, combined merchandise and tour revenue grew at an aggregate rate of 9 percent, with tour and tasting attendance growing at 11 percent. Post-receivership, combined revenue declined 20 percent and attendance fell 22 percent. By early 2026, weekly merchandise revenue had declined as much as 90 percent and attendance had dropped as much as 89 percent compared to prior-year periods.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Court's Ruling</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court held an expedited hearing on March 19, 2026, at which counsel for the debtors, the receiver, and Farm Credit presented oral argument. The parties agreed that there were no factual disputes and that the court needed only to interpret the Receivership Order in light of applicable law.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In its ruling, the court found that the Receivership Order left no doubt regarding who had authority to act on behalf of the debtors. The court determined that Paragraph 9's exclusive vesting of all powers of officers, directors, members, and managers in the receiver was the operative provision, and that Paragraph 10(q) — authorizing the receiver to commence bankruptcy proceedings — was simply a clarification that such exclusive authority included bankruptcy. The court found it immaterial that Paragraph 10(q) did not itself use the word "exclusive" because Paragraph 9 had already established exclusivity, with only a narrow carve-out for marketing duties under the receiver's supervision.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court further noted that the Receivership Order expressly authorized only the receiver to take actions that must be authorized by a board of directors or members, including filing bankruptcy.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the basis that the chief executive officer had no authority to file the petitions, the court granted both motions to dismiss in part. The order entered in the lead case, Uncle Nearest, Inc. (Case No. 3:26-bk-30470-SHB), dismissed that Chapter 11 case, and the court's reasoning applied equally to the two affiliated cases. The dismissal mooted all other matters that had been set for hearing.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of approximately 73 pages of court filings in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/blockfills-parent-files-chapter-11-in-delaware-proposes-customer-led-reorganization-into-newco</id>
    <published>2026-03-22T23:32:18-05:00</published>
    <updated>2026-03-22T23:32:27-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/blockfills-parent-files-chapter-11-in-delaware-proposes-customer-led-reorganization-into-newco" rel="alternate" type="text/html"/>
    <title>BlockFills Parent Files Chapter 11 in Delaware, Proposes Customer-Led Reorganization into NewCo</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>BlockFills parent Reliz Technology Group Holdings Inc. filed for Chapter 11 in Delaware on March 15, 2026, reporting approximately $145 million in unsecured debt and a customer-led reorganization plan that would create a new operating entity and liquidating trust for the benefit of creditors</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/blockfills-parent-files-chapter-11-in-delaware-proposes-customer-led-reorganization-into-newco">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Reliz Technology Group Holdings Inc. and three affiliated entities — operating under the trade name "BlockFills" — filed for Chapter 11 bankruptcy protection on March 15, 2026 in the United States Bankruptcy Court for the District of Delaware (Case No. 26-10371 (TMH)). The Debtors report approximately $145 million in general unsecured obligations. The filing is supported by a pre-negotiated term sheet with an Ad Hoc Group of the company's largest customers that provides the framework for a reorganization plan centered on the creation of a new operating entity and a liquidating trust.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">BlockFills was founded in 2017 as a digital asset brokerage services company. The company focused solely on institutional, high-net-worth, and sophisticated customers and did not offer services to retail traders. Its suite of products included a proprietary trading platform, API connectivity, over-the-counter cryptocurrency trading, derivatives trading for eligible contract participants under the Commodity Exchange Act, collateralized lending, and cryptocurrency mining services.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The company utilized Fireblocks custody technology for digital asset management and maintained banking relationships with multiple domestic and international financial institutions for fiat settlement. BlockFills provided market access around the clock to a range of clients including hedge funds, broker-dealers, exchanges, crypto mining companies, and investment managers.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In May 2021, BlockFills raised approximately $7 million in a Pre-Series A equity round. In January 2022, the company closed a Series A round of approximately $36 million, proceeds from which were intended to be deployed into Bitcoin mining hardware. The Debtors' service address is 401 West Ontario St., Suite 400, Chicago, IL 60654.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The four Debtor entities are Reliz Technology Group Holdings Inc. (Delaware), Reliz Technologies LLC (Illinois), Reliz LTD (Cayman Islands), and Reliz CI LTD (Cayman Islands). The broader corporate structure includes numerous non-debtor subsidiaries spanning Brazil, Ireland, the United Kingdom, the UAE, Lithuania, Wyoming, and the Cayman Islands.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Events Leading to Bankruptcy</h2>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Loan Counterparty Defaults</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">From 2022 through 2025, BlockFills sustained losses from three failed lending relationships.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">BlockFills provided net loans of 123 BTC, 500 ETH, and 5,000 USDC to one borrower, valued at approximately $8.5 million. That borrower filed for bankruptcy in Singapore on March 6, 2023 following exposure to other bankrupt counterparties, and the declaration states the loan would not be repaid.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">BlockFills provided a separate 50 BTC loan to a bitcoin ATM company, valued at approximately $1 million at the time of the loan. The borrower defaulted on the obligation. BlockFills obtained a judgment of approximately $1.75 million, which remained unsatisfied as of the petition date. The declaration notes the value of the 50 BTC at the petition date was approximately $3.6 million.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">BlockFills also participated in an equipment loan in partnership with a financing partner and equity shareholder to a cryptocurrency mining company backed by a multi-billion-dollar private equity firm. That borrower began missing required weekly payments in 2022 and subsequently filed for bankruptcy. Prior to filing, the borrower made approximately $3 million in payments to vendors and for director compensation, which the trustee for that bankruptcy is investigating for misappropriation. BlockFills settled a resulting dispute with its financing partner in late 2024 for approximately $12 million, weakening the company's balance sheet and liquidity.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Celsius Arbitration</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">BlockFills entered into a borrowing and lending arrangement with Celsius Network beginning in 2019, centered on a co-investment structure involving the Grayscale Ethereum Trust. A dispute over the settlement of that transaction led to arbitration in the United Kingdom. The four-day arbitration commenced on January 9, 2023. The arbitrator awarded Celsius the full amount of the initial ETH plus proceeds from the transaction, and the award was upheld on appeal in 2024. BlockFills subsequently negotiated a payment schedule through two promissory notes. The principal outstanding on those notes as of the petition date was approximately $4.8 million. The declaration states BlockFills had not made a payment on the notes since August 2025.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Mining Hardware Losses</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Following the January 2022 Series A closing, BlockFills deployed capital into Bitcoin mining hardware intended to be placed at a third-party data site. The data site was not ready to operate when placement was intended, preventing BlockFills from activating its mining capabilities as planned. The declaration states BlockFills did not recoup its investment in the mining business line.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Crypto Market Crash and Withdrawal Suspension</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On February 2, 2026, Bitcoin dropped below $80,000 for the first time since April 2025. BlockFills temporarily suspended certain deposit and withdrawal activity that day in response to liquidity pressure and customer withdrawal requests. On February 6, 2026, the company publicly announced a broader suspension of deposits and withdrawals, communicating with customers through written updates and video conferences.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Pre-Petition Litigation and Restraining Orders</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In the weeks preceding the filing, two customer lawsuits were filed against certain Debtor entities and current or former directors and officers, alleging misappropriation of customer funds, conversion, breach of contract, and fraud-based claims. The first lawsuit was filed February 27, 2026 in the Southern District of New York. The second was filed March 5, 2026 in the Northern District of Illinois. The courts in both matters granted temporary restraining orders that restricted the Debtors' ability to conduct operations and exercise control over certain assets. The automatic stay afforded by Chapter 11 is intended to halt further litigation and prevent individual customers from pursuing assets outside the bankruptcy process.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Prepetition Restructuring Efforts</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On July 23, 2025, BlockFills hired an Interim Chief Executive Officer. In August 2025, the company engaged Berkeley Research Group (BRG) to assist with restructuring and financial reporting, while also pursuing strategic alternatives, including a potential acquisition by a publicly traded cryptocurrency company. Those discussions commenced in September 2025 and included due diligence, in-person meetings, and negotiation of a go-forward business plan. The counterparty's board of directors declined to proceed in mid-November 2025.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Thereafter, BlockFills pursued a recapitalization with an existing investor combining new equity and debt financing. The parties made progress on the equity component in early January 2026, but feedback from potential debt providers indicated the debt component would be difficult to raise. The February 2026 withdrawal suspension materially altered the dynamics of those discussions, and the recapitalization was not completed.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">From the period preceding the suspension through the petition date, BlockFills continued to evaluate alternatives with shareholders, advisors, and potential investors. The declaration states the board concluded that commencing Chapter 11 was the best available path to preserve value and pursue a court-supervised restructuring or sale process. On March 12, 2026, BlockFills formed a Special Committee comprised of a disinterested director, vested with authority to manage potential conflict matters, including investigating, releasing, or settling potential claims or causes of action.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Proposed Reorganization Plan</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">BlockFills has negotiated a term sheet with the Ad Hoc Group, which is comprised of the company's largest customers. The term sheet provides the framework for a Chapter 11 plan or a sale under Section 363 of the Bankruptcy Code. Certain terms remain subject to ongoing negotiation.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">NewCo Structure</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Under the term sheet, a newly formed entity (NewCo) will acquire certain assets of BlockFills, including current operating cash and digital assets, tangible assets, customer accounts and related data, the technology platform and intellectual property, brand assets, regulatory licenses to the extent transferable, and equity in certain affiliate entities. NewCo will not assume any pre-closing liabilities of BlockFills except as provided in definitive documentation. Participating customers will waive all claims against NewCo related to the business and conduct of BlockFills and its affiliates.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Customer Recoveries</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Each customer with an allowed claim will receive a pro rata share of interests in a post-confirmation liquidating trust and a pro rata share of BlockFills' liquid assets. For the liquid portion, participating customers may elect to receive payment in digital assets and/or cash, full conversion into equity of NewCo, or a combination of the two.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Convenience Class</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The term sheet proposes that customers with the lowest individual exposures to BlockFills — identified as approximately 807 customers — will constitute a Convenience Class and receive payments in cash or digital assets up to a proposed aggregate amount of $1,000,000. These figures appear in brackets in the term sheet, indicating they remain subject to ongoing negotiation. The Convenience Class is intended to reduce the administrative burden on the estates.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Liquidating Trust</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Assets not transferred to NewCo — including estate causes of action not otherwise settled or released — will vest in a post-confirmation trust overseen by advisors selected by the Ad Hoc Group of BlockFills clients, for the pro rata benefit of customers.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">New Money Investment</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Until NewCo has raised $15 million in capital, participating customers may invest additional capital on a pro rata basis in exchange for equity at a valuation of the lower of $15 million or the amount raised. After that threshold is reached, existing customers may invest up to an additional $25 million at a valuation of up to $30 million.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Governance and Compliance</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">NewCo's initial board will consist of five to seven members, with representatives of participating customers comprising a majority. The board must include at least one independent member with recognized expertise in restructuring, financial services, or financial regulation. The board will appoint a Chief Compliance Officer responsible for anti-money laundering and know-your-customer functions. A management incentive plan is proposed with an incentive pool representing 10% to 15% of NewCo equity. All equity in NewCo shall be owned by no more than 500 entities, and all purchasers or recipients of equity must be accredited investors.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">All customer funds held by NewCo will be maintained in segregated accounts separate from corporate funds. Customer assets may not be borrowed, pledged, hypothecated, or otherwise employed without the prior express written consent of those customers. All digital assets will be maintained with a qualified institutional custodian, and NewCo will implement daily reconciliation of customer balances and trading positions.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">First Day Motions</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Debtors have filed or intend to file several first day motions seeking relief to facilitate administration of the Chapter 11 cases, including joint administration of the cases; appointment of Kurtzman Carson Consultants, LLC (d/b/a Verita Global) as claims and noticing agent; authorization to file a consolidated creditor matrix and redact certain personally identifiable information; authorization to serve certain parties by electronic mail and approve certain notice procedures; authority to pay certain prepetition taxes and fees; authorization to maintain existing insurance policies and pay related obligations; authorization for postpetition use of cash collateral with adequate protection to prepetition secured parties; and authorization to pay prepetition wages and employee benefit obligations. The Chief Restructuring Officer's declaration states that the first day relief requested is limited to matters requiring urgent action to preserve value during the pendency of the cases.</p>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal" style="width: 100%; height: 156.75px;">
<thead class="text-left">
<tr style="height: 19.5938px;">
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold" style="width: 48.5714%; height: 19.5938px;"></th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold" style="width: 48.5714%; height: 19.5938px;"></th>
</tr>
</thead>
<tbody>
<tr style="height: 19.5938px;">
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top" style="width: 48.5714%; height: 19.5938px;"></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top" style="width: 48.5714%; height: 19.5938px;"></td>
</tr>
<tr style="height: 19.5938px;">
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top" style="width: 48.5714%; height: 19.5938px;"></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top" style="width: 48.5714%; height: 19.5938px;"></td>
</tr>
<tr style="height: 19.5938px;">
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top" style="width: 48.5714%; height: 19.5938px;"></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top" style="width: 48.5714%; height: 19.5938px;"></td>
</tr>
<tr style="height: 19.5938px;">
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top" style="width: 48.5714%; height: 19.5938px;"></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top" style="width: 48.5714%; height: 19.5938px;"></td>
</tr>
<tr style="height: 19.5938px;">
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top" style="width: 48.5714%; height: 19.5938px;"></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top" style="width: 48.5714%; height: 19.5938px;"></td>
</tr>
<tr style="height: 19.5938px;">
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top" style="width: 48.5714%; height: 19.5938px;"></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top" style="width: 48.5714%; height: 19.5938px;"></td>
</tr>
<tr style="height: 19.5938px;">
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top" style="width: 48.5714%; height: 19.5938px;"></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top" style="width: 48.5714%; height: 19.5938px;"></td>
</tr>
</tbody>
</table>
</div>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 32-page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/lycra-company-files-prepackaged-chapter-11-to-eliminate-1-2-billion-in-debt</id>
    <published>2026-03-22T23:27:17-05:00</published>
    <updated>2026-03-22T23:28:21-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/lycra-company-files-prepackaged-chapter-11-to-eliminate-1-2-billion-in-debt" rel="alternate" type="text/html"/>
    <title>LYCRA Company Files Prepackaged Chapter 11 to Eliminate $1.2 Billion in Debt</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>The LYCRA Company LLC filed for prepackaged Chapter 11 protection on March 17, 2026, backed by an RSA with holders of more than two-thirds of claims in each debt class, seeking to eliminate approximately $1.2 billion in funded debt and emerge from court proceedings within 75 days</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/lycra-company-files-prepackaged-chapter-11-to-eliminate-1-2-billion-in-debt">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The LYCRA Company LLC, a Delaware limited liability company and global producer of fiber and technology solutions for the apparel and personal care industries, filed for prepackaged Chapter 11 bankruptcy protection on March 17, 2026, in the United States Bankruptcy Court for the Southern District of Texas, Houston Division. The filing is supported by a Restructuring Support Agreement (RSA) entered into on March 13, 2026, with creditors holding or having the power to direct more than two-thirds of the claims under each class of prepetition debt. The RSA is designed to eliminate approximately $1.2 billion of funded debt obligations while providing more than $75 million in new capital to fund the company's operations during and following the proceedings.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The company reported revenue of approximately $724 million for fiscal year 2025 and carried approximately $1,533.9 million in total prepetition debt as of the petition date, with all debt instruments maturing by March 31, 2026. The company's chief financial officer submitted the declaration in support of the first day motions, providing the court with an account of the company's history, operations, financial condition, and proposed restructuring.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The LYCRA Company traces its origins to 1958, when scientists at DuPont invented LYCRA® fiber, the original spandex (elastane) yarn. The fiber, which provides stretch and recovery properties, expanded from foundation garments and swimwear into hosiery, activewear, denim, and personal care products such as diapers and adult incontinence products. The company's products are sold to yarn processors and fabric mills, which incorporate the fibers into fabrics that are in turn supplied to garment manufacturers. The company does not itself manufacture apparel.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The company's brand portfolio comprises seven principal fiber lines: LYCRA® Spandex Fibers, LYCRA HyFit® Personal Care Fibers, LYCRA® T400® Stretch Fibers, COOLMAX® Performance Fibers, THERMOLITE® Insulation Fibers, ELASPAN® Elastomeric Fibers, and SUPPLEX® and TACTEL® Nylon Fibers. The company maintains and defends over 1,000 patents and applications comprising more than 100 unique patent families, along with approximately 2,400 trademarks protecting approximately 105 unique brands, marks, and logos.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The company operates approximately 2,000 employees across eight manufacturing facilities and eleven offices in North America, Europe, Asia, and South America. Manufacturing locations include facilities in Waynesboro, Virginia (321 employees); Monterrey, Mexico (345 employees); Paulina, Brazil (362 employees); Maydown, Northern Ireland (323 employees); Tuas, Singapore (a 90%-owned joint venture with 262 employees); Kerkrade, Netherlands (107 employees); Foshan, China (471 employees); Yinchuan, China (a 75%-owned joint venture with 292 employees); and 50%-owned joint ventures in Shiga, Japan and Taipei, Taiwan. Research and development is conducted at three labs located in Waynesboro, Virginia; Casaloldo, Italy; and Foshan, China.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In fiscal year 2025, the company recorded sales to customers in more than 80 countries. Approximately 57% of global sales were concentrated in four countries: China (29%), the United States (15%), Brazil (7%), and Italy (6%).</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Corporate History and Ownership Transitions</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In 2004, Koch Industries acquired DuPont's textiles and interiors business — including the LYCRA® spandex business — for approximately $4.4 billion, consolidating it under an entity called INVISTA. In January 2019, The LYCRA Company was acquired by Ruyi Textile and Fashion International Group Limited from Koch. In connection with that acquisition, the company incurred, among other obligations, a $400 million mezzanine financing arrangement.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In November 2019, nine months following the closing of the acquisition, the mezzanine borrower defaulted on the mezzanine financing. Negotiations between Ruyi and the mezzanine lenders continued through 2020 and 2021. In December 2021, the mezzanine lenders learned that Ruyi had allegedly transferred, or was about to transfer, certain of the company's Chinese assets — including onshore cash, plants, equipment, raw materials, and intellectual property — beyond the reach of creditors. Litigation in China arising from those alleged transfers remains ongoing across four separate proceedings.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In June 2022, the Netherlands Commercial Court approved a share pledge enforcement through which the mezzanine lenders took ownership of the company. In May 2023, the company executed a refinancing transaction that replaced earlier notes with new instruments, including a super senior term loan (originally $109 million, later upsized to $139 million) and new Euro Notes bearing interest at 16.000% per year, payable in kind. In January 2025, the post-enforcement shareholders entered into an agreement to sell the company to a Chinese state-owned enterprise, subject to conditions including regulatory approval by China's National Development and Reform Commission and the purchaser obtaining sufficient acquisition financing. By August 2025, it became apparent that the proposed sale would not be consummated, and on September 5, 2025, a further change of control occurred whereby ownership of the company was transferred to Eagle Holding Co B.V., a newly incorporated entity. The equity interests in Eagle Holding are held in trust by GLAS Trustees Limited for the benefit of the company's creditors.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Prepetition Capital Structure</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">As of the petition date, the company's funded debt consisted of four instruments, all sharing a March 31, 2026 maturity date. The prepetition secured debt is secured by substantially all of the debtors' assets and governed by an intercreditor agreement under English law. The agreed enforcement waterfall provides for repayment of the super senior term loan first, followed by the Euro Notes priority tranche, and then the Euro Notes non-priority tranche and Dollar Notes on a pari passu basis.</p>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Funded Debt Instrument</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Amount Outstanding</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Maturity</th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Super Senior Term Loan (ssTL)</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$214.1 million</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 31, 2026</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Euro Notes — Priority Tranche</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$120.0 million</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 31, 2026</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Euro Notes — Non-Priority Tranche</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$400.4 million</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 31, 2026</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Dollar Notes</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$780.0 million</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 31, 2026</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Promissory Note (unsecured)</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$19.4 million</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 31, 2026</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>Total Prepetition Debt</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>$1,533.9 million</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"></td>
</tr>
</tbody>
</table>
</div>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Events Leading to Bankruptcy</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The company's financial condition deteriorated due to a combination of industry and company-specific pressures. Following disruptions caused by the COVID-19 pandemic, demand for apparel weakened, and the market saw capacity expansions by competitors, altering competitive dynamics. The company's manufacturing utilization rates declined from approximately 80% in mid-2024 to approximately 60% by the end of 2025. The declaration also cites intensifying competition from low-cost manufacturers, particularly in Asia, placing downward pressure on pricing; generic spandex prices fell to near cash-cost levels. In the personal care segment, the market for baby diapers softened and fragmented, with private-label products gaining market share.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The company's EBITDA declined from approximately $132 million in 2024 to a projected $44 million for 2026. The company also incurred costs in connection with managing its capital structure, including refinancing efforts and restructuring transactions.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">An additional liability arose from a take-or-pay supply agreement entered into in July 2023 with HELM US Corporation for the purchase of QIRA, a bio-derived feedstock produced by Qore, LLC — a joint venture between Cargill, Incorporated and HELM — intended for use in producing bio-derived spandex fibers. The declaration states that production of QIRA was delayed beyond the originally anticipated start-up date, reducing any potential market advantage from early production of bio-derived spandex, and that broader industry conditions rendered the volume commitments in the agreement unsustainable. The company determined the agreement was not economically viable.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Beginning in December 2025, the company initiated discussions with HELM to restructure the supply agreement. Negotiations culminated in a settlement agreement and mutual release among the company, HELM, and Qore providing for termination of the supply agreement in exchange for a settlement payment of $4.75 million — including $750,000 in respect of existing payables owed to HELM — and a license agreement under which certain of the debtors granted HELM and Qore a non-exclusive license to certain patents related to QIRA. The declaration states that HELM has alleged potential rejection damages exceeding $100 million under the supply agreement.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Restructuring Support Agreement and Prepackaged Plan</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Following the failure of the proposed third-party sale, the company and its creditor groups continued negotiations. On January 9, 2026, the Euro Notes ad hoc committee delivered an Alternative Restructuring Notice under the existing lock-up agreement. On March 12, 2026, the Euro ad hoc group issued a notice of termination of the lock-up agreement, which terminated that date. On March 13, 2026, the company and the RSA parties entered into the RSA.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The RSA parties hold or have the power to direct more than two-thirds of the claims under each class of prepetition debt: 100% of the super senior term loan claims, 100% of the Euro Notes claims, more than 83% of the Dollar Notes claims, and more than 90% of the Promissory Note claims, in each case also representing more than 50% of the holders in that class.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The company commenced solicitation of votes on the prepackaged plan on March 16, 2026. Voting is scheduled to conclude on or about April 17, 2026. A hearing to approve the adequacy of the disclosure statement and confirm the plan is targeted for on or about April 24, 2026, and no later than 60 days after the petition date. Plan effectiveness and emergence from Chapter 11 is targeted within 75 days of the petition date, extendable to 90 days.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Treatment of Claims and Interests</h2>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Creditor Class</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Proposed Treatment</th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">DIP Noteholders</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Payment in cash or notes under Exit Notes Facility, at each DIP Noteholder's option</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">SS Term Loan Lenders</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Pro rata share of 100% of New LYCRA Holdco Notes and 100% of New LYCRA Holdco Common Stock</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Euro Notes — Priority Tranche Holders</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Pro rata share of 95% of the Class A2 Warrants</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Euro Notes — Non-Priority Tranche Holders</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Pro rata share of 5% of the Class A2 Warrants and 100% of the Class A3 Warrants</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Dollar Noteholders</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Pro rata share of 100% of the Class B Warrants</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Promissory Note Payees</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Pro rata share of $1,000</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">General Unsecured Creditors</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Unimpaired; paid in ordinary course of business</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Current Equity Holders</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Zero recovery; equity interests in Eagle Holding to be canceled</td>
</tr>
</tbody>
</table>
</div>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">DIP Financing</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">To fund operations during the case, the company secured a $75 million debtor-in-possession notes facility bearing interest at 9.00% per annum, payable in kind, and secured by substantially all of the debtors' assets with superpriority administrative claim status. The facility is structured in two tranches: $50 million available following entry of an interim DIP order, and an additional $25 million upon entry of a final DIP order.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Prior to filing, the company and its advisors contacted eleven potential third-party DIP lenders, two of which executed confidentiality agreements. No third party offered financing on terms acceptable to the company and its key stakeholders. The declaration states that without access to the DIP facility, the company projected a liquidity shortfall within the first week of the proceedings.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">First Day Relief Requested</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Contemporaneously with the petition, the company filed first day motions seeking authority to: pay prepetition wages, salaries, and employee benefits for approximately 2,000 employees, totaling approximately $24 million; maintain and pay insurance, surety bonds, and letters of credit; continue existing customer programs including discounts, rebates, and refunds; pay all trade claims in the ordinary course; continue its existing cash management system and intercompany transactions; remit and pay taxes and fees; provide adequate assurance for utility services through a proposed deposit of $290,945.47, representing approximately 50% of average monthly utility payments over the preceding twelve months; enforce the worldwide automatic stay; and obtain joint administration of the 26 debtor entities.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The company's corporate structure at the time of filing includes 43 entities, 26 of which are debtors in the prepackaged cases, incorporated across Brazil, China, Germany, Hong Kong, India, Italy, Japan, Jersey, Mexico, the Netherlands, Singapore, South Korea, Spain, Switzerland, Taiwan, Turkey, the United Kingdom, and the United States.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"> </p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 189 page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/fat-brands-seeks-court-approval-for-76-9-million-dip-financing-package-as-part-of-accelerated-asset-sale-process</id>
    <published>2026-03-22T23:24:30-05:00</published>
    <updated>2026-03-22T23:26:01-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/fat-brands-seeks-court-approval-for-76-9-million-dip-financing-package-as-part-of-accelerated-asset-sale-process" rel="alternate" type="text/html"/>
    <title>FAT Brands Seeks Court Approval for $76.9 Million DIP Financing Package as Part of Accelerated Asset Sale Process</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>FAT Brands Inc. has filed an emergency motion seeking approval for a $76.9 million dual-tranche debtor-in-possession financing facility to be provided by certain prepetition noteholders, paired with a mediated governance agreement and an asset sale process with a closing milestone of May 4, 2026</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/fat-brands-seeks-court-approval-for-76-9-million-dip-financing-package-as-part-of-accelerated-asset-sale-process">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">FAT Brands Inc., a company that develops, markets, acquires, and manages restaurant concepts around the world with eighteen brands and approximately 2,200 locations, filed an emergency motion seeking court approval for a two-part debtor-in-possession financing facility totaling $76.9 million in new money. The financing is part of a Chapter 11 restructuring process that the motion states is expected to culminate in the sale of substantially all of the company's assets.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion, filed March 18, 2026, in the United States Bankruptcy Court for the Southern District of Texas, Houston Division, under Case No. 26-90126 (ARP), follows the company's voluntary Chapter 11 filing on January 26, 2026. The financing would be provided by certain members of an ad hoc group of the company's existing prepetition noteholders, which holds approximately 78.8% of outstanding prepetition notes, after a marketing process that solicited proposals from 31 potential lenders produced no third-party term sheets.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">FAT Brands Inc. and its subsidiary, Twin Hospitality Group Inc., together comprise a multi-brand restaurant company that develops, markets, acquires, and manages quick-service, fast casual, casual dining, and polished casual dining restaurant concepts around the world. As of the petition date, the company had approximately 7,500 direct full-time and part-time employees, eighteen restaurant brands, and approximately 2,200 locations open or under construction, including more than 150 company-owned restaurants and more than 1,900 franchised locations. The motion states the company is one of the largest restaurant companies in the United States by number of locations.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Events Leading to the DIP Financing Motion</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors entered their Chapter 11 cases in what the motion describes as an extremely fragile liquidity position and with no committed debtor-in-possession financing. Since the petition date, the debtors have sustained operations through the use of cash collateral. The motion states that while the debtors continue to generate cash revenues from operations, the significant administrative costs of the Chapter 11 cases cannot be funded solely from cash on hand, and that access to incremental liquidity through DIP financing is required.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">An official committee of unsecured creditors was appointed by the Office of the United States Trustee for the Southern District of Texas on February 6, 2026.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Governance Agreement</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Prior to the filing of the DIP motion, the debtors participated in a mediation with the WBS Ad Hoc Group and the official committee of unsecured creditors. On March 11, 2026, the mediator—a sitting United States bankruptcy judge—delivered a final proposal to resolve disputes over the debtors' governance structure, and the mediation parties reached a settlement reflected in the Governance Agreement.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The resulting Governance Agreement, filed concurrently with the DIP motion on an emergency basis, restructured management authority at the debtor entities. Under its terms: (a) the DIP lenders will pay $5 million to the FBG Manager in installments, which amount will be paid to the chief executive officer on the terms set forth in the Governance Agreement; (b) sole and exclusive authority to manage the affairs of the debtors will vest in the Special Committee; (c) the chief executive officer will take a temporary leave of absence until the later of the closing of a sale of the debtors' assets or consummation of a confirmed chapter 11 plan; (d) the employment of the chief executive officer's family members who are employed by the debtors will be terminated; and (e) the existing members (other than the Special Committee directors) of the DIP Loan Parties' boards of directors will resign. The motion states the Governance Agreement was a precondition to the DIP Facility.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Structure of the DIP Financing Facility</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The proposed DIP Facility consists of two parallel components:</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>FBG DIP Facility:</strong> FAT Brands Royalty I, LLC, FAT Brands Fazoli's Native I, LLC, and FAT Brands GFG Royalty I, LLC serve as borrowers, with FAT Brands Inc. and each wholly-owned domestic subsidiary acting as guarantors. The facility provides up to $46.0 million in new money term loans, structured across three draws: an initial draw of $29.0 million available upon entry of the proposed interim order; a second draw of $1.0 million available upon entry of the final order and bidding procedures order; and a third draw of up to $16.0 million available at the bid deadline if available cash falls below $5.0 million in the aggregate across all DIP Loan Parties. Each dollar of new money drawn triggers a 3:1 roll-up of existing prepetition Class A-2 note obligations held by the DIP lenders, resulting in up to $138.0 million in rolled-up prepetition debt converting to DIP loans.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Twin DIP Facility:</strong> Twin Hospitality I, LLC serves as borrower, with FAT Brands Inc., Twin Hospitality Group Inc., and all wholly-owned domestic subsidiaries providing guarantees. This facility provides up to $30.9 million in new money, structured across three draws: $19.0 million at interim order entry; $1.0 million at final order entry; and up to $10.9 million at the bid deadline subject to the same liquidity threshold. The 3:1 roll-up mechanism applies to existing Twin prepetition notes (Class A-2-I and Class A-2-II), converting up to $92.7 million of prepetition obligations into DIP loans.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In both facilities, UMB Bank, N.A. serves as administrative and collateral agent. The combined facilities provide up to $76.9 million in new money and approximately $307.6 million in total principal when rolled-up prepetition debt is included. All DIP loans bear interest at 12.00% per annum, increasing to 14.00% per annum upon an event of default. The DIP loans mature on May 8, 2026, subject to earlier maturity upon specified termination events.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Marketing Process and Lender Selection</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Prior to the petition date, the debtors, with the assistance of their investment banker, GLC Advisors &amp; Co., LLC, solicited DIP financing proposals from 31 potential lenders, including both third parties and existing stakeholders. No third party or other prepetition creditor submitted a term sheet to provide a DIP financing proposal to the DIP Loan Parties as a whole. The motion further notes that the existing prepetition noteholders were unwilling to permit a third party to prime their prepetition liens, which would have required a contested priming proceeding. The debtors concluded that the terms offered by the WBS Ad Hoc Group represent the best available financing option. The DIP Facility is fully backstopped by certain members of the WBS Ad Hoc Group.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Sale Process and Case Milestones</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The DIP Facility is structured to support a sale of substantially all of the debtors' assets under Section 363 of the Bankruptcy Code, which may be consummated through a series of sales. The financing agreement contains binding case milestones. Failure to meet milestones constitutes a termination event and may trigger acceleration of all outstanding amounts. The agreed timeline is as follows:</p>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Deadline</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Milestone</th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 19, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Bankruptcy Court enters the Proposed Interim Order</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">April 3, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Bankruptcy Court enters the Bidding Procedures Order approving sale procedures, with a bid deadline of no later than April 24, 2026</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">April 10, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Bankruptcy Court enters the Proposed Final Order; DIP loans mature if Final Order is not entered by this date</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">April 24, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Bid deadline for the sale of substantially all of the DIP Borrowers' assets</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">April 28, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Auction for the sale of substantially all of the DIP Borrowers' assets</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">May 1, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Bankruptcy Court holds hearing to approve successful bid(s) and enters the Sale Order</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">May 4, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Consummation of the sale(s), subject to extension for applicable regulatory and HSR approvals</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">May 8, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">DIP Maturity Date (unless earlier terminated)</td>
</tr>
</tbody>
</table>
</div>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold"></h2>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Adequate Protection</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">As adequate protection for the interests of the prepetition secured parties in the prepetition collateral, including cash collateral, from and after the petition date, the prepetition secured parties are to receive: (a) replacement liens on all DIP collateral to the extent of any diminution in value of the prepetition secured parties' interests; (b) superpriority administrative expense claims under Section 507(b) of the Bankruptcy Code; (c) payment of the reasonable and documented out-of-pocket fees, costs, and expenses of counsel to the prepetition trustees and counsel and financial advisor to the WBS Ad Hoc Group; and (d) ongoing access to budget and variance reporting and other information required to be delivered under the DIP documents.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"> </p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 279-page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/new-orleans-archdiocese-abuse-survivors-lose-standing-to-contest-attorneys-fees-after-230-million-settlement-plan-confirmed</id>
    <published>2026-03-16T01:36:30-05:00</published>
    <updated>2026-03-16T01:37:21-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/new-orleans-archdiocese-abuse-survivors-lose-standing-to-contest-attorneys-fees-after-230-million-settlement-plan-confirmed" rel="alternate" type="text/html"/>
    <title>New Orleans Archdiocese Abuse Survivors Lose Standing to Contest Attorneys' Fees After $230 Million Settlement Plan Confirmed</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A federal bankruptcy court ruled that 81 New Orleans Archdiocese abuse survivors lack standing under Section 1109(b) to contest attorneys' fee applications, finding that the confirmed plan's fixed $230 million settlement trust structure means any reduction in professional fees would not flow to abuse claimants</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/new-orleans-archdiocese-abuse-survivors-lose-standing-to-contest-attorneys-fees-after-230-million-settlement-plan-confirmed">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Court rules that a fixed "pot plan" trust structure eliminates any financial stake survivors held in fee disputes — but retains independent authority to review all final fee applications at a May 2026 hearing.</strong></p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The United States Bankruptcy Court for the Eastern District of Louisiana ruled on March 10, 2026, that a group of 81 abuse survivors — identified as "Certain Abuse Survivors" — lack standing under Section 1109(b) of the Bankruptcy Code to object to pending and future attorneys' fee applications filed by estate professionals. The ruling, issued in Case No. 20-10846, turns on the structure of the $230 million Settlement Trust created under the Archdiocese's confirmed joint plan of reorganization.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Case Background</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Archdiocese filed a voluntary Chapter 11 petition on May 1, 2020. At the time of filing, there were over thirty pending lawsuits filed in Louisiana state court between 2018 and 2020 by individuals alleging claims of past sexual abuse by priests employed or supervised by the Archdiocese. The case was designated as "complex" under the court's Procedures for Complex Chapter 11 Cases. An Official Committee of Unsecured Creditors was constituted on May 20, 2020, with membership consisting entirely of sexual abuse claimants.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Professional fees incurred throughout the case were subject to the court's complex case procedures, which required monthly invoicing and periodic interim fee applications subject to court review and approval.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Fee Disputes</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Beginning in April 2024, Certain Abuse Survivors filed objections to a series of interim fee applications. Hearings on these contested applications were repeatedly continued, first as the parties pursued mediation and then as the case moved toward plan confirmation. The court stayed discovery on the fee disputes and related motions to allow the parties to focus on negotiating a confirmable reorganization plan.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Separately, the court appointed an independent expert under Federal Rule of Evidence 706 to assess the status of the case and the debtor's ability to move forward in Chapter 11. The expert published his report and recommendations on October 23, 2024. Following two status conferences with parties in interest regarding the report's contents, the court entered orders setting an expedited discovery schedule and additional status conferences directed toward plan negotiation.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Plan Confirmation and the Settlement Trust</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">After years of negotiations and mediation, the Archdiocese, the Committee, and 157 affiliated Additional Debtors — which filed their own bankruptcy cases on or about November 12, 2025 — confirmed a joint plan of reorganization. The plan proponents had filed a Memorandum of Understanding identifying the terms of a joint reorganization on May 21, 2025. In late September 2025, the Archdiocese and Certain Abuse Survivors announced a settlement of the survivors' objections to the proposed joint plan; the survivors subsequently withdrew their motion to dismiss and stated on the record that they fully supported confirmation. On December 8, 2025, the court entered an order confirming the joint plan, which became effective December 26, 2025. The Confirmation Order is final and unappealable.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The confirmed plan established a $230 million Settlement Trust for the sole benefit of abuse claimants. That trust was funded through three components: $130 million in cash from the Archdiocese and the Additional Debtors, two promissory notes totaling $70 million guaranteed by the Debtor and Additional Debtors and to be satisfied from proceeds of pending affordable housing facility sales, and approximately $30 million in cash from settling insurers. The Settlement Trust also received all rights to insurance proceeds or causes of action against non-settling insurers. Of 491 claimants holding Known Abuse Claims who voted in Class 3, 489 — or 99.59% — accepted the plan.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The plan employs a "pot plan" structure: the Archdiocese and Additional Debtors contributed a fixed, agreed-upon sum to the Settlement Trust, to be distributed pro rata among abuse claimants in Classes 3 and 4 regardless of the total number or amount of claims filed and allowed. The plan expressly states that abuse claimants' monetary recovery is limited exclusively to the Settlement Trust, and no "waterfall" provision exists that would redirect any reduction in professional fees to the abuse claimant classes.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Standing Ruling</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">At a December 18, 2025, hearing, certain professional services firms challenged Certain Abuse Survivors' standing to continue pressing their fee objections in the post-confirmation case. The court ordered briefing and heard oral arguments on January 22, 2026.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In its March 10, 2026 opinion, the court adopted the analysis from <em>In re AIO US, Inc.</em>, 672 B.R. 261 (Bankr. D. Del. 2025), finding it unnecessary to inquire into the constitutional standing of Certain Abuse Survivors to object to fee applications, since they were not the parties invoking the court's federal jurisdiction. However, the court held that the survivors must qualify as "parties in interest" under Section 1109(b) of the Bankruptcy Code to appear and be heard, and that they no longer do.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court found that the survivors lack a direct financial stake in the outcome of the fee disputes. Because the Settlement Trust amount is fixed at $230 million irrespective of how the court rules on professional fee applications, any reduction in attorneys' fees would not flow to abuse claimants. The Reorganized Debtor is obligated to pay each allowed professional fee claim in full, in cash, within fifteen days of allowance — independent of its obligation to pay other allowed professional fee claims.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court distinguished two cases cited by the survivors. In <em>In re AVC Villa Del Lago at Ocotillo Devco, L.L.C.</em>, the court had confirmed a creditor-sponsored plan in which the objecting creditor waived its own claim and injected cash to fund the plan, giving it a direct pecuniary stake in fee reductions. In <em>In re Ridgeway</em>, a prior Eastern District of Louisiana case, a judgment creditor's claim remained unresolved and unpaid at the time it objected to debtor's counsel's fees, and the plan would be funded primarily by the reorganized debtor's future cash flows — creating a direct financial interest tied to plan viability. Neither circumstance is present here.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court also rejected the argument that the survivors' pending Substantial Contribution Claim under Sections 503(b)(3)(D) and (4) of the Bankruptcy Code conferred a pecuniary interest in other professionals' fees. Because the plan obligates the Reorganized Debtor to pay each allowed professional fee claim independently and in full, any reduction of the challenged fees would have no effect on the survivors' own potential substantial contribution award.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Court's Independent Review Authority</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">While overruling the fee objections for lack of standing, the court noted its independent duty to review all fee applications under Section 330 of the Bankruptcy Code, regardless of whether any party objects. The court stated that it has previously reduced requested fees on its own initiative during this case. An evidentiary hearing on all timely filed final fee applications — submitted on February 27, 2026 — has been scheduled for May 2026 to allow the court to review each application and evaluate the reasonableness of services rendered and expenses incurred.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court expressly stated that nothing in its opinion rules on the merits of the survivors' pending Substantial Contribution Claim, which remains to be adjudicated.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 26-page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/razzoo-s-cajun-restaurant-chain-files-liquidation-plan-following-18-8-million-asset-sale</id>
    <published>2026-03-16T01:33:31-05:00</published>
    <updated>2026-03-16T01:34:07-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/razzoo-s-cajun-restaurant-chain-files-liquidation-plan-following-18-8-million-asset-sale" rel="alternate" type="text/html"/>
    <title>Razzoo’s Cajun Restaurant Chain Files Liquidation Plan Following $18.8 Million Asset Sale</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>Razzoo’s, Inc., the Texas-based Cajun casual dining chain founded in 1991, filed a Chapter 11 liquidation plan on March 11, 2026, proposing to distribute remaining estate assets through the Cajun Café Liquidating Trust after selling 11 restaurant locations to ThirtyThree97 LLC for approximately $18.8 million, with general unsecured creditors projected to recover between 5.5% and 6.8% of their claims</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/razzoo-s-cajun-restaurant-chain-files-liquidation-plan-following-18-8-million-asset-sale">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="lead">Razzoo’s, Inc. and its parent Razzoo’s Holdings, Inc. filed a Joint Combined Chapter 11 Plan and Disclosure Statement on March 11, 2026, in the United States Bankruptcy Court for the Southern District of Texas, Houston Division (Case No. 25-90522). The Plan proposes the establishment of a liquidating trust to distribute remaining assets to creditors following the company’s sale of substantially all of its assets to ThirtyThree97 LLC in December 2025 for total consideration of approximately $18.8 million.</p>
<h2>Company Background and Business Operations</h2>
<p>Razzoo’s opened its first location in Dallas, Texas in 1991, with the goal of filling a market need for Cajun culture and cuisine. The chain grew to six locations in Texas by 1996 and fourteen total locations by 2001, including the first out-of-state location in Concord, North Carolina. The company reached a peak of 24 locations across Texas, North Carolina, and Oklahoma. As of September 2025, the company operated 23 locations, following the closure of one underperforming location in 2024.</p>
<p>In 2024, the company reported total sales of $76.6 million, Store-Level EBITDA of $9.6 million, and Adjusted EBITDA of approximately $3.3 million. The Debtors did not own any real estate, operating each of their restaurant locations under long-term lease agreements with total monthly obligations of approximately $650,000.</p>
<h2>Events Leading to the Chapter 11 Filing</h2>
<p>The disclosure statement identifies three primary factors contributing to the company’s financial difficulties: deteriorating sales, burdensome lease obligations, and an inability to service secured debt.</p>
<p>The company experienced a decline in sales attributed to shifts in consumer spending habits, increased competitive pressure from other casual dining chains, and broader macroeconomic conditions including inflation and elevated interest rates. Competitors engaged in aggressive marketing and value-oriented promotions, which the disclosure statement notes negatively influenced guest traffic. Additionally, as a Cajun-focused concept, the company’s sales exhibited seasonal fluctuations tied to crawfish season, with 2025 results falling below prior-year levels despite the season beginning earlier.</p>
<p>The company’s lease obligations grew increasingly burdensome as sales volumes declined. In response, Razzoo’s conducted a store-by-store performance review and, in September 2025, closed locations in Pasadena, TX; Corpus Christi, TX; and Oklahoma City, OK — reducing monthly rent obligations by approximately $110,000 and leaving 20 locations in operation as of the petition date.</p>
<p>On the secured debt side, the company had entered into a credit agreement with First Horizon Bank in May 2022. The loan was amended multiple times, with the outstanding principal balance reaching approximately $9.65 million as of October 1, 2025 (the “Petition Date”). A principal and interest payment of approximately $500,000 was due to the bank on the Petition Date, which the Debtors determined they could not make while continuing normal operations.</p>
<h2>Chapter 11 Case and Debtor-in-Possession Financing</h2>
<p>Both Debtors filed voluntary Chapter 11 petitions on October 1, 2025. The company initially sought debtor-in-possession (DIP) financing from a third-party lender, TJF Financial, LLC, after First Horizon Bank declined to provide post-petition financing. At an emergency hearing on October 3, 2025, the parties agreed to continue negotiations, and First Horizon Bank subsequently agreed to serve as the DIP lender. The Bankruptcy Court entered the interim DIP order on October 7, 2025.</p>
<p>In October 2025, First Horizon Bank sold and assigned its entire position — including both the prepetition loan debt and DIP obligations — to ThirtyThree97 LLC pursuant to a Loan Sale Agreement dated October 21, 2025. ThirtyThree97 LLC thereby became the DIP lender. The final DIP order was entered on November 7, 2025. The DIP Facility consisted of $4 million in new money financing plus a roll-up of the prepetition loan debt, resulting in total DIP Loan Claims of approximately $14.04 million.</p>
<p>The Official Committee of Unsecured Creditors was appointed on October 14, 2025, comprising three members: My Tech Texas, LLC; South Loop Development, LLC; and Sabine 2016-1, LLC. The Committee retained Dykema Gossett PLLC as bankruptcy counsel.</p>
<h2>Sale of Substantially All Assets</h2>
<p>Consistent with DIP order milestones, the Debtors conducted a marketing and sale process under Section 363 of the Bankruptcy Code. On December 2, 2025, ThirtyThree97 LLC was designated as the stalking horse purchaser. No other qualified bids were received, and no auction was held. The Bankruptcy Court entered the sale order on December 23, 2025, and the sale closed on December 29, 2025, effective as of 12:01 a.m. on December 30, 2025.</p>
<p>Under the Asset Purchase Agreement, 11 restaurant locations were identified as “Continuing Restaurants” to be acquired by the buyer, while 9 locations were designated as “Excluded Restaurants.” The purchase was effected via a credit bid of the full DIP Loan Claims under Section 363(k) of the Bankruptcy Code, plus assumption of certain liabilities, with total consideration to the estates of approximately $18.8 million. As a result of the closing, all outstanding DIP Loan Claims were fully satisfied.</p>
<h2>Restaurant Locations</h2>
<table>
<thead>
<tr>
<th>Continuing Restaurants (Acquired)</th>
<th>Excluded Restaurants (Rejected)</th>
</tr>
</thead>
<tbody>
<tr>
<td>Alliance</td>
<td>Burleson</td>
</tr>
<tr>
<td>Arlington</td>
<td>College Station</td>
</tr>
<tr>
<td>Cedar Hill</td>
<td>Firewheel</td>
</tr>
<tr>
<td>Cityview</td>
<td>Irving</td>
</tr>
<tr>
<td>Concord</td>
<td>Keystone</td>
</tr>
<tr>
<td>Harker Heights</td>
<td>Lewisville</td>
</tr>
<tr>
<td>McKinney</td>
<td>Lubbock</td>
</tr>
<tr>
<td>Mesquite</td>
<td>Spring</td>
</tr>
<tr>
<td>Round Rock</td>
<td>Tyler</td>
</tr>
<tr>
<td>Stafford</td>
<td></td>
</tr>
<tr>
<td>Sundance</td>
<td></td>
</tr>
</tbody>
</table>
<h2></h2>
<h2>The Proposed Liquidation Plan</h2>
<p>The Plan proposes the establishment of the “Cajun Café Liquidating Trust” to receive all remaining estate assets — including cash on hand, retained causes of action, and other excluded assets from the sale — and distribute available proceeds to creditors in accordance with statutory priorities under the Bankruptcy Code. The filing identifies a designated individual to serve as Liquidating Trustee.</p>
<p>The Liquidating Trust assets will include cash on hand as of the effective date, all avoidance actions and causes of action retained by the estate, and any other assets not transferred to the buyer. The Liquidating Trustee will have authority to prosecute avoidance actions, resolve disputed claims, and make distributions to creditors. The Trust is structured to qualify as a “liquidating trust” for federal income tax purposes under Treasury Regulation Section 301.7701-4(d).</p>
<p>The Plan also provides for the deemed rejection of all remaining executory contracts and unexpired leases not previously assumed or rejected, including those associated with the nine Excluded Restaurants, which were rejected as of the closing date of the sale.</p>
<h2>Classification and Treatment of Claims and Interests</h2>
<p>The Plan classifies claims and interests into five classes, with treatment as follows:</p>
<table>
<thead>
<tr>
<th>Class</th>
<th>Claim Type</th>
<th>Status</th>
<th>Treatment</th>
</tr>
</thead>
<tbody>
<tr>
<td>Class 1</td>
<td>Priority Non-Tax Claims</td>
<td>Unimpaired</td>
<td>Payment in full in cash</td>
</tr>
<tr>
<td>Class 2</td>
<td>Other Secured Claims</td>
<td>Unimpaired</td>
<td>Payment in full or lien retention on abandoned property</td>
</tr>
<tr>
<td>Class 3</td>
<td>General Unsecured Claims</td>
<td>Impaired</td>
<td>Pro rata distributions from Liquidating Trust (~5.5–6.8% recovery)</td>
</tr>
<tr>
<td>Class 4</td>
<td>Subordinated Claims</td>
<td>Impaired</td>
<td>Pro rata distributions after Class 3 paid in full</td>
</tr>
<tr>
<td>Class 5</td>
<td>Equity Interests</td>
<td>Impaired</td>
<td>Cancelled; no anticipated distribution</td>
</tr>
</tbody>
</table>
<h2></h2>
<h2>Liquidation Analysis and Best Interests Test</h2>
<p>The Plan is accompanied by a Liquidation Analysis prepared by the Debtors’ financial advisor. The analysis estimates that under the Chapter 11 Plan, general unsecured creditors holding approximately $7.44 million in aggregate claims would recover between 5.5% and 6.8% of their claims, compared to a recovery of 4.9% to 6.1% under a hypothetical Chapter 7 liquidation. The analysis attributes the differential in part to additional administrative costs that would arise in a Chapter 7 case, including trustee fees estimated at approximately $50,000 to $53,000 and professional fees estimated at approximately $200,000.</p>
<p>Priority unsecured claims of approximately $113,428 are projected to be paid in full under both scenarios. Subordinated claims and equity interests are not expected to receive any distributions under either scenario. Total estimated net proceeds available for distribution under the Plan range from approximately $525,077 to $619,529.</p>
<h2>Key Dates and Deadlines</h2>
<table>
<thead>
<tr>
<th>Date</th>
<th>Event</th>
</tr>
</thead>
<tbody>
<tr>
<td>October 1, 2025</td>
<td>Petition Date — Chapter 11 cases commenced</td>
</tr>
<tr>
<td>October 14, 2025</td>
<td>Committee of Unsecured Creditors appointed</td>
</tr>
<tr>
<td>November 7, 2025</td>
<td>Final DIP Order entered</td>
</tr>
<tr>
<td>December 2, 2025</td>
<td>ThirtyThree97 LLC selected as stalking horse purchaser</td>
</tr>
<tr>
<td>December 23, 2025</td>
<td>Sale Order entered</td>
</tr>
<tr>
<td>December 29, 2025</td>
<td>Closing of sale to ThirtyThree97 LLC</td>
</tr>
<tr>
<td>February 8, 2026</td>
<td>Bar Date for filing Proofs of Claim</td>
</tr>
<tr>
<td>March 11, 2026</td>
<td>Plan and Disclosure Statement filed</td>
</tr>
<tr>
<td>March 30, 2026</td>
<td>Bar Date for Governmental Unit Proofs of Claim</td>
</tr>
<tr>
<td>March 31, 2026</td>
<td>End date of Transition Services Agreement</td>
</tr>
<tr>
<td>April 13, 2026</td>
<td>Voting Deadline and Confirmation Objection Deadline</td>
</tr>
<tr>
<td>April 2026 (TBD)</td>
<td>Confirmation Hearing</td>
</tr>
</tbody>
</table>
<h2></h2>
<h2>Professional Representation</h2>
<p>The Debtors are represented by Okin Adams Bartlett Curry LLP as general bankruptcy counsel. Stout Capital, LLC served as investment banker, and Stout Risius Ross, LLC served as financial advisor. The Official Committee of Unsecured Creditors is represented by Dykema Gossett PLLC.</p>
<h2>Court and Case Information</h2>
<table class="court-info-table">
<tbody>
<tr>
<td>Court</td>
<td>United States Bankruptcy Court, Southern District of Texas, Houston Division</td>
</tr>
<tr>
<td>Case Number</td>
<td>25-90522 (ARP)</td>
</tr>
<tr>
<td>Document</td>
<td>Docket No. 234, filed March 11, 2026</td>
</tr>
<tr>
<td>Debtors’ Counsel</td>
<td>Okin Adams Bartlett Curry LLP</td>
</tr>
</tbody>
</table>
<p> </p>
<hr class="disclaimer-rule">
<p class="disclaimer"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 76-page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/puerto-rico-regulators-enforcement-action-against-the-phoenix-fund-llc-survives-bankruptcy-stay</id>
    <published>2026-03-16T01:30:59-05:00</published>
    <updated>2026-03-16T01:31:34-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/puerto-rico-regulators-enforcement-action-against-the-phoenix-fund-llc-survives-bankruptcy-stay" rel="alternate" type="text/html"/>
    <title>Puerto Rico Regulator's Enforcement Action Against The Phoenix Fund LLC Survives Bankruptcy Stay</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A Puerto Rico bankruptcy court ruled that the automatic stay does not bar OCIF's regulatory enforcement action against The Phoenix Fund LLC, and that the pre-petition receiver, Driven, P.S.C., holds sole authority to act as debtor-in-possession</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/puerto-rico-regulators-enforcement-action-against-the-phoenix-fund-llc-survives-bankruptcy-stay">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The United States Bankruptcy Court for the District of Puerto Rico ruled that the automatic stay protections of the Bankruptcy Code do not prevent Puerto Rico's financial regulator from continuing its enforcement action against The Phoenix Fund LLC, a private equity fund that filed for Chapter 11 bankruptcy protection on February 23, 2026. The court simultaneously ruled that the pre-petition receiver appointed by the regulator, and not the fund's prior management, holds the sole authority to act as debtor-in-possession in the bankruptcy proceeding.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Background on The Phoenix Fund LLC</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Phoenix Fund LLC is a private equity fund established under Act No. 185 of November 12, 2014, known as the Private Equity Fund Law. The fund holds a Tax Exemption Decree effective December 30, 2022, granted pursuant to Puerto Rico's Incentives Code (Act No. 60-2019), and operates under Regulation No. 9461, the Regulation for the Supervision of Private Equity Funds. The fund's business generally involves raising capital from investors to pursue investments.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">As a private equity fund operating in Puerto Rico, the fund is subject to the regulatory oversight and authority of the Office of the Commissioner of Financial Institutions of Puerto Rico (OCIF). OCIF is the entity charged under Puerto Rico law to oversee, supervise, and regulate private equity funds, among other financial entities.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Events Leading to the Bankruptcy Filing</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On January 27, 2025, OCIF initiated an examination of the fund's operations. OCIF was unable to complete the examination, citing the fund's alleged noncompliance with its regulatory obligations. Following several procedural events, OCIF issued a Consent Order on June 25, 2025, through which Driven, P.S.C. was appointed to conduct a special examination of the fund and all of its affiliated entities.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On February 18, 2026, OCIF issued an Amended Complaint and Order of (I) Cease and Desist, (II) Liquidation of Private Equity Fund, and (III) Interim and Permanent Appointment of Receiver to Carry Out the Liquidation (the Amended Complaint and Receivership Order). The order directed the fund to cease and desist from accepting any new investments, ordered the liquidation of the fund, directed the fund to cooperate fully with the Receiver for the taking of possession of the fund's assets, and appointed Driven, P.S.C. as interim Receiver. Through the order, OCIF conferred upon Driven all faculties and authorities previously held by the fund's members, directors, managers, and authorized persons, including the authority to file voluntary bankruptcy petitions and to act as debtor-in-possession in such a proceeding.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Five days later, on February 23, 2026, the fund's president signed a corporate resolution authorizing the filing of a Chapter 11 bankruptcy petition. The resolution stated that the receivership may not be in the best interest of all stakeholders and that continuation of the fund's affairs without bankruptcy protection may result in the fund's demise. The Chapter 11 petition was filed the same day.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">OCIF's Motions Before the Bankruptcy Court</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On February 25, 2026, OCIF filed two interrelated motions with the bankruptcy court. The first, a Motion to Continue Enforcement Action, sought an order permitting OCIF to continue its administrative enforcement proceeding, styled Office of the Commissioner of Financial Institutions v. The Phoenix Fund LLC, Case No. C25-V-001, arguing that the automatic stay provisions of the Bankruptcy Code did not apply to bar OCIF's regulatory and police powers. The second, an Urgent Motion Recognizing Authority, sought an emergency order recognizing Driven, P.S.C. as the entity authorized to act as debtor-in-possession on behalf of the fund.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Court's Legal Analysis</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court framed the central legal issue as the intersection of two constitutional principles: the right to file for bankruptcy under Article I, Section 8, Clause 4 of the U.S. Constitution, and the police power of the state under the Tenth Amendment.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Regarding the automatic stay, the court applied the police power exception codified in 11 U.S.C. § 362(b)(4), which exempts from the automatic stay government actions taken to enforce police and regulatory power. The court applied two tests: the "pecuniary purpose" test, which evaluates whether the government action protects the government's pecuniary interest or advances public welfare; and the "public policy" test, which distinguishes between actions that effectuate public policy and those that merely adjudicate private rights.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court determined that OCIF's intervention was driven by the fund's failure to comply with its obligations under the Incentive Code. It found that the enforcement action was aimed at safeguarding the public welfare of Puerto Rico's financial system, that it conferred no financial benefit on OCIF or any related government agency, and that it did not constitute a collection action. Accordingly, the court held that the police power exception applied and that the automatic stay did not bar OCIF from continuing the enforcement action.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court further noted that the corporate resolution filed with the bankruptcy petition illustrated the conduct the police power exception is intended to prevent: a debtor seeking refuge in bankruptcy court to frustrate necessary governmental functions.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Authority to Act as Debtor-in-Possession</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the question of authority, the court held that under Puerto Rico law — specifically Section 2044.03(g)(2)(iv) of the Incentive Code and Article 10(b) of the OCIF Enabling Act — OCIF had the authority to order the liquidation of the fund and to appoint a receiver with control over its direction and administration. The court further held that, under federal bankruptcy law, when a receiver is appointed with management authority over a debtor entity, that receiver's status automatically transforms into debtor-in-possession pursuant to 11 U.S.C. § 1101(1).</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court relied on the Second Circuit's decision in In re Bayou Grp., LLC, 564 F.3d 541 (2nd Cir. 2009), which addressed the status of a court-appointed receiver vested with management authority over a debtor upon the commencement of a bankruptcy case. Applying that framework, the court concluded that Driven, P.S.C. — not the fund's prior management — held the exclusive authority to seek bankruptcy protection and act as debtor-in-possession.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court also cited the Consent Order's provision that the appointment of Driven as Receiver enjoined the fund's directors from filing the bankruptcy petition. In support, the court referenced In re Milestone Educ. Inst., 167 B.R. 716 (Bankr. D. Mass. 1994), which addressed the effect of a receivership order that bars directors from their management functions.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Court's Ruling and Next Steps</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court granted both of OCIF's motions, ruling that the automatic stay is inapplicable to the continued prosecution of the enforcement action in OCIF's administrative forum, including enforcement of the Amended Complaint and Receiver Order, the Consent Order, and the appointment of Driven, P.S.C. as Receiver with authority to act as debtor-in-possession.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court ordered Driven, P.S.C. to inform the court within twenty-one days how it intends to proceed in the bankruptcy case. A status conference is scheduled for May 19, 2026 at 10:00 AM.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 12 page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/art-van-furniture-chapter-7-trustee-seeks-court-approval-to-sell-visa-mastercard-interchange-litigation-rights-for-850-000</id>
    <published>2026-03-16T01:29:16-05:00</published>
    <updated>2026-03-16T01:29:57-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/art-van-furniture-chapter-7-trustee-seeks-court-approval-to-sell-visa-mastercard-interchange-litigation-rights-for-850-000" rel="alternate" type="text/html"/>
    <title>Art Van Furniture Chapter 7 Trustee Seeks Court Approval to Sell Visa/Mastercard Interchange Litigation Rights for $850,000</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>The Chapter 7 trustee for Start Man Furniture, LLC (formerly Art Van Furniture, LLC) is seeking bankruptcy court approval to sell the estate's rights in the Visa/Mastercard interchange fee class action — which resulted in a $5.56–$6.26 billion settlement — to Optium Fund 6 for $850,000, with a hearing scheduled for April 6, 2026</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/art-van-furniture-chapter-7-trustee-seeks-court-approval-to-sell-visa-mastercard-interchange-litigation-rights-for-850-000">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Chapter 7 trustee overseeing the bankruptcy estates of Start Man Furniture, LLC (formerly known as Art Van Furniture, LLC) filed a motion on March 10, 2026, in the United States Bankruptcy Court for the District of Delaware seeking approval to sell the debtor's rights in the Visa/Mastercard Class Action Interchange Litigation to Optium Fund 6 for $850,000, free and clear of all liens, claims, interests, and encumbrances.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Start Man Furniture, LLC (formerly Art Van Furniture, LLC) operated along with a group of affiliated entities at the time of its bankruptcy filing. The company commenced Chapter 11 cases on March 8, 2020, and the cases were converted to Chapter 7 on April 7, 2020. The Chapter 7 trustee was subsequently appointed to administer the estates of the 13 jointly administered debtor entities.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Visa/Mastercard Interchange Fee Litigation</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The asset at the center of this proposed sale is the debtor's right to recover proceeds from an antitrust class action: In re Payment Card Interchange Fee and Merchant-Discount Antitrust Litigation (Case No. 1:05-md-01720-JG-JO, E.D.N.Y.), which commenced on October 20, 2005.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The litigation was initiated by numerous merchants, retailers, and trade associations against Visa, MasterCard, and other named defendants. The plaintiffs alleged that, beginning January 1, 2004, the defendants conspired to unlawfully fix interchange fees — the fees that a merchant's bank pays a customer's bank when merchants accept cards using card networks such as Visa and MasterCard — as well as other fees charged to merchants for transactions processed over those networks.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Settlement discussions began in December 2011, and the parties executed a Settlement Agreement in October 2012. The Eastern District Court preliminarily approved that agreement in November 2012 and granted final approval in December 2013. On June 30, 2016, the United States Court of Appeals for the Second Circuit vacated both the class certification and the settlement approval.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The parties filed a Superseding and Amended Definitive Class Settlement Agreement on September 18, 2018, proposing a settlement in the range of $5.56 billion to $6.26 billion. The Eastern District Court granted final approval of this revised settlement on December 13, 2019. In March 2023, the Second Circuit affirmed the lower court's approval of the settlement for the damages class. The claims process opened for eligible merchants in December 2023, and the trustee filed a claim with the claims administrator on or about March 26, 2024.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Previous Sale Attempt</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The trustee previously sought to sell this asset through a competitive auction process. On October 7, 2020, the trustee filed a motion to sell the estates' rights in the interchange litigation pursuant to bid procedures, which the court approved on October 27, 2020. The trustee solicited bids from interested purchasers; however, the interest and offers received were not high enough and, in the trustee's business judgment, the bidding process was adjourned indefinitely.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The trustee submits that a private sale is now appropriate for three reasons: the Class Action Interchange Litigation has progressed to a point of greater certainty and reduced risk; there is likely to be less interest from buyers seeking upside return; and another auction process is unlikely to yield a significant appreciable benefit through a substantially increased sale price given the costs of running a competitive bid and sale process. The sale remains subject to higher and better offers.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Terms of the Proposed Sale</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The asset being sold encompasses all rights, title, and ownership interest of any kind to which the debtor's estate may be entitled from the Class Action Interchange Litigation, including the right to monetary benefits or benefits that may be monetized from settlements, judgments, or any other form of resolution. The sale covers only the rights belonging to Art Van Furniture, LLC and excludes the rights of the other affiliated debtor entities.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The purchaser, Optium Fund 6, executed the Asset Purchase Agreement on March 2, 2026. Key financial terms include:</p>
<ul class="[li_&amp;]:mb-0 [li_&amp;]:mt-1 [li_&amp;]:gap-1 [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="whitespace-normal break-words pl-2">
<strong>Purchase Price:</strong> $850,000</li>
<li class="whitespace-normal break-words pl-2">
<strong>Deposit:</strong> 10% of the purchase price, due within one business day of entering into the agreement, to be held in escrow and applied at closing</li>
<li class="whitespace-normal break-words pl-2">
<strong>Payment of Balance:</strong> Within three business days after the later of full execution of the agreement and the Approval Order becoming final and non-appealable</li>
<li class="whitespace-normal break-words pl-2">
<strong>Closing:</strong> Within 15 days of full execution and entry of the sale order, provided the order has not been stayed</li>
</ul>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The agreement includes no break-up fee, expense reimbursement, or similar bid protections in favor of the purchaser. The sale is governed by the laws of the State of Delaware, with the Bankruptcy Court retaining jurisdiction over any disputes arising under the agreement. The trustee is also seeking a waiver of the 14-day stay under Bankruptcy Rule 6004(h).</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Bidding Procedures for Competing Offers</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The trustee has reserved the right to accept higher and better offers. The motion establishes the following overbid procedures:</p>
<ul class="[li_&amp;]:mb-0 [li_&amp;]:mt-1 [li_&amp;]:gap-1 [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="whitespace-normal break-words pl-2">Any competing bidder must submit a written overbid by email to the trustee and his counsel on or before the Response Deadline set forth in the separately filed notice</li>
<li class="whitespace-normal break-words pl-2">The first overbid must be at least $100,000 above the purchase price, for a minimum total of $950,000</li>
<li class="whitespace-normal break-words pl-2">Any written overbid must be accompanied by a cashier's check in the full amount of the overbid</li>
<li class="whitespace-normal break-words pl-2">Subsequent overbids at any auction must be in increments of at least $100,000</li>
<li class="whitespace-normal break-words pl-2">If qualified competing bids are received, the trustee will, in his sole discretion, either schedule an auction prior to the hearing date or solicit sealed best-and-final bids from all qualified bidders</li>
</ul>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Legal Basis for the Sale</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The trustee seeks approval under Sections 105 and 363 of the Bankruptcy Code. Section 363(b)(1) authorizes a trustee to sell property of the estate outside the ordinary course of business after notice and a hearing. Courts in this district have held that such sales should be approved where the trustee can demonstrate a sound business justification for the proposed transaction. The trustee contends that a sale of the asset would be the most optimal manner to maximize value for the debtor's estates.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The sale is sought free and clear of all liens, claims, interests, and encumbrances pursuant to Section 363(f), with any such interests to attach to the proceeds of the sale with the same priority and validity as existed prior to the sale. The trustee further asserts that Optium Fund 6 is entitled to good faith purchaser protections under Section 363(m), as the transaction was negotiated at arm's length with the assistance of counsel and the purchaser is an independent third party.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Dates and Deadlines</h2>
<ul class="[li_&amp;]:mb-0 [li_&amp;]:mt-1 [li_&amp;]:gap-1 [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="whitespace-normal break-words pl-2">
<strong>March 2, 2026:</strong> Asset Purchase Agreement executed</li>
<li class="whitespace-normal break-words pl-2">
<strong>March 10, 2026:</strong> Motion filed</li>
<li class="whitespace-normal break-words pl-2">
<strong>March 24, 2026 at 4:00 p.m. (ET):</strong> Objection deadline</li>
<li class="whitespace-normal break-words pl-2">
<strong>April 6, 2026 at 10:00 a.m. (ET):</strong> Hearing date</li>
</ul>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Professional Representation and Court Information</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion was filed by Pachulski Stang Ziehl &amp; Jones LLP, counsel to the Chapter 7 trustee, in the United States Bankruptcy Court for the District of Delaware, at Courtroom No. 7, 824 Market Street, Wilmington, Delaware 19801.</p>
<ul class="[li_&amp;]:mb-0 [li_&amp;]:mt-1 [li_&amp;]:gap-1 [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="whitespace-normal break-words pl-2">
<strong>Case Name:</strong> In re Start Man Furniture, LLC, et al. (f/k/a Art Van Furniture, LLC)</li>
<li class="whitespace-normal break-words pl-2">
<strong>Case Number:</strong> 20-10553 (CTG)</li>
<li class="whitespace-normal break-words pl-2">
<strong>Docket Number:</strong> 1744</li>
</ul>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 48-page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/cumulus-media-files-for-chapter-11-bankruptcy-enters-restructuring-deal-to-reduce-debt-by-approximately-592-million</id>
    <published>2026-03-06T15:35:54-06:00</published>
    <updated>2026-03-06T15:36:20-06:00</updated>
    <link href="https://chapter11cases.com/blogs/news/cumulus-media-files-for-chapter-11-bankruptcy-enters-restructuring-deal-to-reduce-debt-by-approximately-592-million" rel="alternate" type="text/html"/>
    <title>Cumulus Media Files for Chapter 11 Bankruptcy, Enters Restructuring Deal to Reduce Debt by Approximately $592 Million</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Cumulus Media Inc., operator of 394 radio stations across 84 markets, filed for Chapter 11 bankruptcy with a prepackaged restructuring plan backed by approximately 72% of its secured lenders that will reduce funded indebtedness by approximately $592 million.</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/cumulus-media-files-for-chapter-11-bankruptcy-enters-restructuring-deal-to-reduce-debt-by-approximately-592-million">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Cumulus Media Inc., a leading audio-first media company operating 394 radio stations across 84 markets in the United States, filed for Chapter 11 bankruptcy protection on March 5, 2026, in the United States Bankruptcy Court for the Southern District of Texas, Houston Division. The filing, which encompasses 41 debtor entities, follows persistent industry-wide declines in broadcast radio advertising revenues, macroeconomic pressures, and a dispute with Nielsen Audio over ratings data access. The company has entered into a Restructuring Support Agreement with holders of approximately 72% of its 2029 secured debt that is designed to reduce total funded indebtedness by approximately $592 million and lower annual cash interest expense by approximately $49 million. As of the petition date, the company carried approximately $697.1 million in aggregate principal funded debt obligations and held approximately $46 million in cash on hand.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Cumulus_Media_Inc___2026__documents_2026-03-06T19-00-50.pdf?v=1772826380" target="_blank" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/ResearchSuite-FreePreview-Graphic_2x_1.png?v=1757910581" alt=""></a></p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Cumulus Media is an audio-first media company that delivers content through 394 owned-and-operated radio stations across 84 markets. The company also operates national audio platforms, including the Westwood One network and the Cumulus Podcast Network, as well as one of the largest streaming audio advertising networks in the United States and a suite of local digital marketing services. As of the petition date, the company employed approximately 3,000 people, including approximately 2,000 full-time employees, of whom approximately 100 were covered by eight collective bargaining agreements.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The company generates revenue primarily from the sale of broadcast radio advertising time to local, regional, and national clients. Digital revenue comes from podcast advertising, streaming audio, display advertising, and local digital marketing services including email marketing, geo-targeted display, video solutions, search engine marketing, website building and hosting, social media management, and search engine optimization. Additional revenue is derived from trade and barter transactions, remote and event revenues, and non-advertising sources such as licensing fees and tower rental income.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Cumulus Media Inc. is a Delaware corporation organized in 2018 as the successor to an entity of the same name that had filed for bankruptcy in November 2017 in the Southern District of New York. The predecessor company and its debtor subsidiaries emerged from those earlier Chapter 11 cases on June 4, 2018.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Events Leading to Bankruptcy</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">According to the declaration filed in support of the petitions, the Chapter 11 cases are the product of sustained challenges in the broadcast radio industry and broader macroeconomic pressures. Over multiple years, core revenues across the industry have been affected by competition from digital audio and streaming platforms, shifts toward programmatic and performance-based ad buying, and recurring annual declines in radio listenership that were exacerbated by pandemic-era behavioral changes. Despite some recovery in listenership driven by return-to-office trends, annual audience declines have persisted and radio listenership remains below pre-pandemic levels, particularly in large markets where the company operates.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">At the same time, persistent inflation increased operating costs including wages, content and production expenses, and third-party services, while elevated benchmark interest rates increased cash interest burdens and tightened credit availability. The company also faced shifts in advertising budgets away from traditional radio and into digital platforms.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">To address these challenges, the company undertook a multi-year sequence of operational and strategic initiatives. Since 2018, the company reduced gross debt by approximately $630 million — roughly 50% from 2018 levels — supported by an asset monetization program totaling approximately $510 million. That program included sales of approximately $120 million of land no longer required for operations, approximately $180 million of non-strategic stations, and approximately $210 million of tower assets. These steps were complemented by approximately $120 million of cash generated from operations and opportunistic refinancings.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The 2024 Exchange Transactions</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In May 2024, the company completed a series of exchange offers pursuant to a transaction support agreement with an ad hoc group representing approximately 80% of the then-outstanding 2026 Notes and approximately 97% of the then-outstanding 2026 Term Loans. Through these transactions, approximately $328.3 million of the 2026 Term Loan was exchanged for approximately $311.8 million of new 2029 Term Loans, and approximately $323.0 million of the 2026 Notes was exchanged for approximately $306.4 million of new 2029 Notes. Overall, approximately 97% of 2026 Term Loan holders and 94% of 2026 Notes holders participated.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Concurrently, the company amended its ABL Facility to extend its maturity to March 1, 2029, and increase aggregate commitments from $100 million to $125 million. The company also obtained consents to amend the 2026 Credit Agreement and the 2026 Notes Indenture to eliminate substantially all restrictive covenants and certain events of default, release all collateral securing the 2026 Notes, and subordinate the liens securing the 2026 Term Loan. However, because certain holders elected not to participate, small stub amounts of the 2026 Term Loan (approximately $1.2 million) and 2026 Notes (approximately $22.7 million) remained outstanding.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Although the 2024 exchange transactions provided maturity extensions, persistent industry-wide revenue declines and macroeconomic pressures continued to constrain liquidity and free cash flow through 2024 and 2025.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Nielsen Dispute</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The company's financial position was also affected by a dispute with Nielsen Audio, the radio broadcast industry's principal ratings service. In late 2024, Nielsen implemented a new network tying policy that forced any customer owning both a national network and local radio stations to purchase Nielsen's local radio ratings data in all markets in order to access the complete national ratings data product. According to the declaration, this policy placed the company in an untenable position: either assume substantially higher audience measurement costs by purchasing unwanted local ratings data, or lose access to the national ratings data that is critical to selling national advertising.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">After consensual negotiations failed, the company filed a complaint against Nielsen in October 2025 in federal court in the Southern District of New York. The company obtained a preliminary injunction against the tying policy on December 30, 2025. On February 2, 2026, Nielsen filed an answer and counterclaims in the underlying litigation. On February 3, 2026, the Second Circuit Court of Appeals granted Nielsen's motion for a stay pending appeal, temporarily staying the preliminary injunction. The litigation remains pending in the District Court for the Southern District of New York.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Prepetition Capital Structure</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">As of the petition date, the company's funded indebtedness totaled approximately $697.1 million, structured as follows:</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Secured Funded Debt:</strong></p>
<ul class="[li_&amp;]:mb-0 [li_&amp;]:mt-1 [li_&amp;]:gap-1 [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="whitespace-normal break-words pl-2">ABL Credit Agreement: $55,000,000 (maturing March 1, 2029)</li>
<li class="whitespace-normal break-words pl-2">2029 Term Loan Credit Agreement: $311,844,954 (maturing May 2, 2029; interest at 8.901%)</li>
<li class="whitespace-normal break-words pl-2">2029 Notes Indenture: $306,375,000 at 8.00% (maturing July 1, 2029)</li>
<li class="whitespace-normal break-words pl-2">2026 Term Loan Credit Agreement: $1,202,709 (maturing March 31, 2026; interest at 7.687%)</li>
</ul>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Unsecured Funded Debt:</strong></p>
<ul class="[li_&amp;]:mb-0 [li_&amp;]:mt-1 [li_&amp;]:gap-1 [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="whitespace-normal break-words pl-2">2026 Notes Indenture: $22,697,000 at 6.75% (maturing July 1, 2026)</li>
</ul>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The company's equity consisted of 17,128,043 shares of Class A common stock and 312,041 shares of Class B common stock outstanding. Trading in the Class A common stock on the Nasdaq Global Market was suspended on May 2, 2025, as part of Nasdaq's delisting procedures, after which shares began trading on the OTC Markets' OTCQB market tier.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The respective rights of lenders and noteholders are governed by three intercreditor agreements, each dated May 2, 2024, which establish the priority of liens on the company's collateral among the ABL facility, the 2029 debt, and the remaining 2026 debt.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Restructuring Support Agreement</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On March 4, 2026, the company entered into the Restructuring Support Agreement with members of an Ad Hoc Group of secured lenders holding approximately 72.05% of the 2029 Debt Claims. The agreement contemplates a prepackaged Chapter 11 plan designed to reduce the company's funded indebtedness by approximately $592 million and reduce annual cash interest expense by approximately $49 million.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The RSA was the product of arm's-length negotiations that began in the last quarter of 2025, when the company and its advisors began exploring strategic alternatives. While the company originally aimed to complete a restructuring transaction on an out-of-court basis, ongoing industry pressures led the company to begin preparing for a prepackaged filing in early 2026.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Treatment of Claims and Interests</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Under the proposed plan, claims and interests would be treated as follows:</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Administrative, Tax, Other Priority, and Other Secured Claims:</strong> Paid in full in cash on the effective date or in the ordinary course of business.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>ABL Facility Claims:</strong> Each holder will receive its pro rata share of new loans under a Restated ABL Credit Facility in an amount equal to the allowed ABL Facility Claims. The class is impaired and entitled to vote.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>2029 Secured Claims:</strong> Each holder will receive its pro rata share of (a) $50 million in Exit Convertible Notes and (b) 95% of the New Common Stock of the reorganized company (subject to dilution from a management incentive plan). The 2029 Secured Claims are deemed allowed in the aggregate amount of $168,579,947. The class is impaired and entitled to vote.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Other Funded Debt Claims (2026 Debt Claims and 2029 Deficiency Claims):</strong> Each holder will receive its pro rata share of 5% of the New Common Stock (subject to dilution from the MIP). The 2026 Debt Claims are deemed allowed at $24,192,471 in aggregate, and the 2029 Deficiency Claims at $470,321,003. Distributions owing to 2026 Term Loan Lenders are to be turned over to the 2029 holders pursuant to a junior lien intercreditor agreement. The class is impaired and entitled to vote.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>General Unsecured Claims:</strong> Paid in the ordinary course of business. The class is unimpaired and conclusively deemed to accept the plan.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Existing Equity Interests:</strong> All existing equity interests will be cancelled with no recovery. The class is impaired and conclusively deemed to reject the plan.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Exit Financing</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The restructuring contemplates two exit financing facilities. First, the company will enter into a Restated ABL Credit Facility providing for up to $100 million in revolving credit commitments on terms substantially similar to the existing facility. Each holder of an ABL claim has agreed to roll its claim into the restated facility.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Second, the reorganized company will issue $50 million in Exit Convertible Notes with the following material terms: interest at the company's election at either 10.00% payable in kind or 8.00% payable in cash, payable semiannually; maturity on the fifth anniversary of the effective date; mandatory conversion into New Common Stock upon any M&amp;A transaction at an exchange price equal to the midpoint of equity value as set forth in the plan's valuation analysis; and callable at par plus accrued interest. The Exit Notes will be secured by second-priority liens on ABL Collateral and a pari passu first-priority lien on shared collateral.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Use of Cash Collateral</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Lenders constituting the requisite majority of ABL Loans, 2029 Term Loans, and 2029 Notes have agreed to the company's consensual use of cash collateral in compliance with an approved budget. As of the petition date, the company held approximately $46 million of cash on hand. The company states that this arrangement will allow it to continue operating its businesses and administer the Chapter 11 cases without seeking debtor-in-possession financing.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Governance Changes</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">As a condition of the RSA, the company constituted a Transaction Committee of the board of directors comprising three independent directors, including one pre-existing independent director and two new independent directors chosen from nominees of the Ad Hoc Group. On January 28, 2026, the board had appointed an independent director and formed a special restructuring committee and an investigation committee to evaluate restructuring alternatives and conduct an independent review of potential claims against insiders and equity holders, respectively. The restructuring committee was subsequently disbanded upon the effectiveness of the RSA.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The board of directors of the reorganized company will be determined and selected by the Required Consenting 2029 Holders. The reorganized company will be a private company unless otherwise agreed.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Employee Matters</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">All officers and employees are to be retained in their existing positions following the effective date under their existing employment agreements. However, amended employment agreements will apply to the company's chief executive officer and chief financial officer.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Under the amended CEO agreement, the base salary will be reduced from $1,450,000 to $1,250,000, the annual target bonus will be reduced from $1,450,000 to $1,250,000 (capped at 200% of base salary), the non-change-in-control severance multiple will change from 1.5x to 1.75x, and the change-in-control severance multiple will change from 2.5x to 2.25x.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Under the amended CFO agreement, the base salary will be reduced from $800,000 to $700,000, the annual target bonus will be reduced from $800,000 to $700,000 (capped at 200% of base salary), the non-change-in-control severance multiple will change from 1.5x to 1.0x, and the change-in-control severance multiple will change from 2.0x to 1.5x.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Both executives will forfeit all amounts and entitlements previously awarded under the company's 2020 Equity and Incentive Compensation Plan.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">A management incentive plan will reserve 10% of New Common Stock on a fully diluted basis, with terms to be fixed by the new board. If the new board does not allocate and grant MIP awards within 90 days of the effective date, each existing employee participant in the prior equity plan will have the right to resign for good reason and receive contractual cash severance entitlements.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Dates and Milestones</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The RSA contemplates the following milestones for the restructuring:</p>
<ul class="[li_&amp;]:mb-0 [li_&amp;]:mt-1 [li_&amp;]:gap-1 [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="whitespace-normal break-words pl-2">
<strong>March 4, 2026:</strong> Solicitation of creditor acceptance launched; RSA executed</li>
<li class="whitespace-normal break-words pl-2">
<strong>March 5, 2026:</strong> Petition Date; Plan, Disclosure Statement, Scheduling Motion, and Cash Collateral Motion filed</li>
<li class="whitespace-normal break-words pl-2">
<strong>Within 3 days of petition:</strong> Scheduling Order and Interim Cash Collateral Order to be entered</li>
<li class="whitespace-normal break-words pl-2">
<strong>Within 30 days of petition:</strong> Final Cash Collateral Order to be entered (extendable by up to 25 days to align with the confirmation hearing)</li>
<li class="whitespace-normal break-words pl-2">
<strong>Within 55 days of petition:</strong> Confirmation Order to be entered</li>
<li class="whitespace-normal break-words pl-2">
<strong>Within 75 days of confirmation:</strong> Plan Effective Date (extendable by up to 120 additional days solely for regulatory approvals)</li>
</ul>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">First Day Motions</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The company filed a series of first day motions seeking, among other things, authority to continue operating its cash management system, honor employee wages and benefits, pay certain prepetition trade creditor obligations, pay taxes and fees, maintain utility services, establish procedures regarding transfers of interests for net operating loss preservation, maintain customer programs, continue insurance coverage, and use cash collateral on an interim basis. Administrative motions sought joint administration, consolidated creditor lists, FCC compliance procedures, and retention of Verita Global (Kurtzman Carson Consultants) as claims and noticing agent.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Professional Representation</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The company is represented by Paul, Weiss, Rifkind, Wharton &amp; Garrison LLP as restructuring counsel, Moelis &amp; Company LLC as investment banker, and Alvarez &amp; Marsal North America, LLC as financial advisor. The Ad Hoc Group of secured lenders is represented by Gibson, Dunn &amp; Crutcher LLP as counsel and Guggenheim Securities, LLC as financial advisor. The case is pending in the United States Bankruptcy Court for the Southern District of Texas under Case No. 26-90346 (ARP).</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 126 page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/nfn8-group-seeks-court-approval-for-bidding-procedures-to-sell-substantially-all-assets</id>
    <published>2026-03-06T15:26:04-06:00</published>
    <updated>2026-03-06T15:26:47-06:00</updated>
    <link href="https://chapter11cases.com/blogs/news/nfn8-group-seeks-court-approval-for-bidding-procedures-to-sell-substantially-all-assets" rel="alternate" type="text/html"/>
    <title>NFN8 Group Seeks Court Approval for Bidding Procedures to Sell Substantially All Assets</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>NFN8 Group and its affiliates filed an amended motion seeking approval of bidding procedures for a Section 363 sale of substantially all assets, with an auction scheduled for April 8, 2026, and bid protections of up to 3% break-up fee and 1.5% expense reimbursement for any stalking horse bidder</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/nfn8-group-seeks-court-approval-for-bidding-procedures-to-sell-substantially-all-assets">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">NFN8 Group, Inc., along with affiliates NFN8 Capital, LLC and NFN8 Holdings, LLC, filed an amended motion on March 3, 2026, seeking approval of bidding procedures for the sale of substantially all of the debtors' assets under Section 363 of the Bankruptcy Code. The jointly administered Chapter 11 cases are pending before the United States Bankruptcy Court for the Western District of Texas, Austin Division, under Case No. 26-10193.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/NFN8_Group__Inc__documents_2026-03-06T19-17-47.pdf?v=1772826380" target="_blank" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/ResearchSuite-FreePreview-Graphic_2x_1.png?v=1757910581" alt=""></a></p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The three debtor entities filed voluntary Chapter 11 petitions on February 2, 2026. The debtors' service address is 13809 Research Boulevard, Suite 785, Austin, Texas 78750.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors' primary assets consist of rights and arrangements to procure, control, and utilize electrical power at their operating facilities, together with related site-control interests, operational infrastructure, customer and revenue-generating relationships, and associated equipment and personal property. The motion collectively refers to these as the "Assets."</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Business Justification for the Sale</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors have determined, in the exercise of their business judgment, that a timely sale of all or part of their assets is in the best interests of the debtors, their estates and creditors, and all parties in interest. The motion states that a protracted Chapter 11 case could permanently deplete the value of the debtors' estates.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors have retained Synteq Digital Operations US, LLC as their broker, subject to court approval. The broker retention application was filed on February 10, 2026. The sale timeline was developed in consultation with the broker and the DIP lender.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion notes that if, during the marketing period, a party expresses interest in providing exit financing or infusing capital into the debtors, the debtors will consider such proposals.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Proposed Bidding Procedures</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The amended motion provides for three possible sale approaches: a negotiated sale with a designated purchaser, a stalking horse bid followed by an auction, or an auction without a stalking horse bidder. Each approach requires the consent of the DIP lender.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Qualified Bid Requirements</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">To submit a qualified bid, a potential buyer must satisfy several requirements, including submitting a signed definitive purchase and sale agreement identifying the assets to be purchased and the purchase price. Bids may not contain any financing or due diligence contingencies and must be all-cash payable in full at closing. Each bid must be sufficient to pay the DIP obligations in full in cash and must be accompanied by evidence of financial capability.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Bidders must fully disclose their legal identity, include a good faith deposit equal to ten percent of the purchase price, and agree that their offer is irrevocable through the earlier of the closing of a sale transaction or May 29, 2026.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Stalking Horse Provisions</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors seek authority to designate a stalking horse bidder by March 4, 2026 at 5:00 p.m. If designated, the stalking horse bidder would be entitled to bid protections consisting of a break-up fee of no more than three percent of the purchase price and expense reimbursement not to exceed one and one-half percent of the purchase price. The motion cites prior court approvals of similar protections in the Western District of Texas.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">As of the filing of the amended motion, the debtors had not received a stalking horse bid.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Auction Procedures</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">If the debtors receive one or more qualified bids, an auction may be conducted in a public outcry format on April 8, 2026 at 10:00 a.m. at the offices of the debtors' counsel. Only qualified bidders and their legal and financial advisors may attend the auction, which will be transcribed by a certified court reporter.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Bidding at the auction will commence at the initial highest bid. Subsequent bids must exceed the baseline bid plus any bid protections by at least $50,000, with incremental bid amounts to be determined at the auction.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The DIP lender is entitled to credit bid all or a portion of its outstanding obligations under Section 363(k) of the Bankruptcy Code and is deemed a qualified bidder for all purposes.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Sale Free and Clear of Liens</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors seek to sell the assets free and clear of all liens, claims, interests, and encumbrances under Section 363(f) of the Bankruptcy Code. All existing liens will attach to the sale proceeds with the same validity, priority, force, and effect. The motion states that a sale subject to existing encumbrances would result in a lower purchase price and be less beneficial to the estates.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Assumption and Assignment of Contracts</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In connection with the sale, the debtors propose procedures for the assumption and assignment of executory contracts and unexpired leases to the successful bidder under Section 365 of the Bankruptcy Code. The debtors will serve an assumption and assignment notice identifying the contracts that may be assumed and assigned, the proposed cure amounts, and the applicable objection deadlines.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Counterparties that fail to timely object will be deemed to have consented to the proposed cure amounts and assumption and assignment. Any disputed cure claims will be presented to the court at the sale hearing or at a later date.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Dates and Timeline</h2>
<ul class="[li_&amp;]:mb-0 [li_&amp;]:mt-1 [li_&amp;]:gap-1 [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="whitespace-normal break-words pl-2">
<strong>March 3, 2026</strong>: Amended motion filed</li>
<li class="whitespace-normal break-words pl-2">
<strong>March 4, 2026, 5:00 p.m. CT</strong>: Deadline to designate stalking horse bidder</li>
<li class="whitespace-normal break-words pl-2">
<strong>March 9, 2026, 9:30 a.m. CT</strong>: Hearing on the motion</li>
<li class="whitespace-normal break-words pl-2">
<strong>March 11, 2026, 5:00 p.m. CT</strong>: Objection deadline for stalking horse designation</li>
<li class="whitespace-normal break-words pl-2">
<strong>April 3, 2026, 5:00 p.m. CT</strong>: Bid deadline</li>
<li class="whitespace-normal break-words pl-2">
<strong>April 5, 2026, 5:00 p.m. CT</strong>: Notification of qualified bidders</li>
<li class="whitespace-normal break-words pl-2">
<strong>April 8, 2026, 10:00 a.m. CT</strong>: Auction (if qualified bids received)</li>
<li class="whitespace-normal break-words pl-2">
<strong>April 9, 2026</strong>: Auction results filed with court</li>
<li class="whitespace-normal break-words pl-2">
<strong>April 15, 2026</strong>: Requested sale hearing date; assumption and assignment objection deadline</li>
<li class="whitespace-normal break-words pl-2">
<strong>May 29, 2026</strong>: Qualified offers irrevocable through this date</li>
</ul>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"> </p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 56 page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/bankruptcy-court-confirms-reorganization-plan-for-illinois-senior-living-nonprofit-after-overruling-u-s-trustees-objections-to-third-party-releases</id>
    <published>2026-03-06T15:12:15-06:00</published>
    <updated>2026-03-06T15:14:30-06:00</updated>
    <link href="https://chapter11cases.com/blogs/news/bankruptcy-court-confirms-reorganization-plan-for-illinois-senior-living-nonprofit-after-overruling-u-s-trustees-objections-to-third-party-releases" rel="alternate" type="text/html"/>
    <title>Bankruptcy Court Confirms Reorganization Plan for Illinois Senior Living Nonprofit After Overruling U.S. Trustee's Objections to Third-Party Releases</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>The Bankruptcy Court for the Northern District of Illinois confirmed the Chapter 11 Plan for Lutheran Home and Services for the Aged and its affiliates, overruling the U.S. Trustee's objections to third-party releases, exculpation, and gatekeeper provisions in a 72-page opinion addressing the post-Purdue landscape for consensual releases</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/bankruptcy-court-confirms-reorganization-plan-for-illinois-senior-living-nonprofit-after-overruling-u-s-trustees-objections-to-third-party-releases">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The United States Bankruptcy Court for the Northern District of Illinois, Eastern Division, issued a 72-page memorandum opinion on March 4, 2026, confirming the Fourth Amended Chapter 11 Plan of Reorganization filed by Lutheran Home and Services for the Aged, Inc. and seven affiliated debtor entities. The opinion also grants final approval of the Debtors' Second Amended Disclosure Statement. The court overruled all remaining objections raised by the Office of the United States Trustee, including challenges to the Plan's third-party release provisions, exculpation clause, deemed substantive consolidation, and injunction and gatekeeper mechanisms.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Plan was unanimously approved by all voting creditor classes, with no economic stakeholder objecting to confirmation. The case is jointly administered under Case No. 25 B 01705.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Lutheran_Home_and_Services_for_the_Aged_Inc_-_Opinion.pdf?v=1772826380" target="_blank" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/ResearchSuite-FreePreview-Graphic_2x_1.png?v=1757910581" alt=""></a></p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Debtors are eight not-for-profit entities that own and operate continuing care retirement communities, assisted living facilities, and a skilled nursing facility across Illinois and Indiana. As of October 2025, approximately 765 residents aged 62 and older lived in the Debtors' communities. The Debtors have operated with a faith-based mission inclusive of all backgrounds for more than 130 years.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Four of the debtor entities operate as continuing care retirement communities. Two additional entities provide assisted living services. One entity serves as the management company overseeing all communities, and another functions as a charitable foundation supporting impoverished residents and spiritual programming. The sole corporate member of each debtor entity (other than one) is a non-debtor not-for-profit corporation.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Six of the eight Debtors—referred to as the Obligated Group Debtors—are jointly obligated on approximately $182 million in bond debt for which a national bank serves as Master Trustee and Bond Trustee. The Debtors also carried secured obligations to a faith-based lender, including approximately $4 million drawn on a line of credit and approximately $7 million in additional subordinated debt.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Events Leading to Bankruptcy</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Debtors' ability to service their debt obligations was impaired by both the immediate impact of COVID-19 on occupancy rates and lasting structural changes to the senior care industry. As a result, the Obligated Group Debtors defaulted on their secured debts. In October 2024, the Master Trustee accelerated the bond obligations.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On January 30, 2025, the bond trustee filed suit in the U.S. District Court for the Northern District of Illinois and sought the emergency appointment of a receiver over the Obligated Group Debtors and their assets. A hearing on the receiver appointment was set for February 4, 2025, but the Debtors commenced their Chapter 11 cases before that hearing could take place.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The year following the bankruptcy filing involved disputes between the Debtors and their secured creditors, tort claimants, regulators, and general unsecured creditors. Disputes included the management fee paid by the Obligated Group Debtors to the management company, which was ultimately capped at 9% of revenue following two months of negotiations. Six tort claimants filed substantially similar motions for relief from the automatic stay, all of which the court denied. The Debtors also filed an adversary proceeding against the Illinois Department of Public Health after the agency issued emergency permit suspension notices to two communities—not due to care issues, but for failure to file annual audited financial statements. That dispute was resolved without a contested hearing.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On February 20, 2025, the U.S. Trustee appointed a five-member official committee of unsecured creditors, which included three residents. The Committee investigated potential claims against the management company under Sections 547 and 548 of the Bankruptcy Code related to prepetition management fees and allocations, as well as potential claims against certain members of management for prepetition incentive compensation.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Confirmed Plan of Reorganization</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Plan implements a series of integrated settlements between the Debtors, their secured lenders, and the Committee. The Debtors filed their first Disclosure Statement and Plan in November 2025, subsequently amending the documents multiple times to address objections and incorporate settlement terms with both the faith-based secured lender and the Committee.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court authorized solicitation on January 14, 2026, and the confirmation hearing was held on February 25, 2026. Every voting creditor unanimously voted in favor of the Plan across all seven voting classes.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Key terms of the confirmed Plan include:</p>
<ul class="[li_&amp;]:mb-0 [li_&amp;]:mt-1 [li_&amp;]:gap-1 [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="whitespace-normal break-words pl-2">Refinancing approximately $180 million of bond debt, with a four-year moratorium on principal payments and a 29-year amortization schedule. Bondholders, though impaired, are projected to realize 100% of the value of their claims over time.</li>
<li class="whitespace-normal break-words pl-2">Refinancing the approximately $4 million line of credit with the faith-based lender.</li>
<li class="whitespace-normal break-words pl-2">Satisfying approximately $8.5 million of secured debt owed to the faith-based lender, after giving effect to its waiver of accrued interest and fee claims.</li>
<li class="whitespace-normal break-words pl-2">Cash distributions with an estimated value of 30% to 41% on general unsecured claims at the Obligated Group Debtors, funded by proceeds from retained causes of action, any remainder in the cure cost reserve account, and a $1.4 million cash settlement payment negotiated by the Committee.</li>
<li class="whitespace-normal break-words pl-2">Payment in full of general unsecured claims at the Non-Obligated Group Debtors.</li>
<li class="whitespace-normal break-words pl-2">Relief from the Plan injunction so that personal injury tort claimants may pursue available insurance in sole satisfaction of their claims.</li>
<li class="whitespace-normal break-words pl-2">Assumption and cure of all residency agreements and payment in full of resident refund obligations from the escrow account established at the beginning of the cases.</li>
<li class="whitespace-normal break-words pl-2">Mutual releases of claims (Estate Releases and Third-Party Releases).</li>
<li class="whitespace-normal break-words pl-2">Exculpation of certain parties.</li>
</ul>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Treatment of Claims and Interests</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Unimpaired classes—including other priority claims, the faith-based lender's secured claims, general unsecured claims at the Non-Obligated Group Debtors, and residential claims—are deemed to accept the Plan and will be paid in full. Impaired classes that voted to accept include bondholders, the faith-based lender's line of credit claim, general unsecured claims at the Obligated Group Debtors, and insured tort claims. Intercompany claims are the sole class deemed to reject, as they receive no distribution.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Plan provides for deemed substantive consolidation of the eight Debtors' estates into two groups—the Obligated Group and the Non-Obligated Group—solely for voting and distribution purposes. The court found this administrative consolidation appropriate to reduce costs in administering the General Unsecured Trust, noting it would be administratively burdensome to require the trustee to maintain six sub-trusts and allocate proceeds among them on an entity-by-entity basis given how the Debtors operated under unified management.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">U.S. Trustee's Objections and the Court's Rulings</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The U.S. Trustee raised objections to five Plan provisions: the deemed substantive consolidation, the scope of estate releases, the third-party releases as non-consensual under the Supreme Court's 2024 decision in <em>Harrington v. Purdue Pharma L.P.</em>, the breadth of the exculpation provision, and the injunction and gatekeeper provisions. The court overruled all five objections.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On deemed substantive consolidation, the court found it was limited to voting and distributions, that no Bankruptcy Code provision prohibits it, and that it was a reasonable administrative approach given how the Debtors operated as a single managed enterprise.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On estate releases, the court found them to be in the best interests of the estates as part of the global settlement. The Debtors are releasing only claims they are not retaining and have not already settled, while preserving retained causes of action (including avoidance actions) for the benefit of the General Unsecured Trust.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Court's Analysis of Third-Party Releases</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The opinion's analysis of the third-party release provisions spans approximately 30 pages. The court held that consensual third-party releases remain permissible under Seventh Circuit law after the Supreme Court's <em>Purdue </em>decision, citing the Seventh Circuit's decision in <em>Matter of Specialty Equipment Cos.</em> (3 F.3d 1043, 7th Cir. 1993). The court noted that the Purdue majority explicitly declined to disturb the law on consensual releases and affirmatively cited Specialty Equipment in doing so.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On whether the opt-out mechanism can demonstrate consent, the court surveyed the split in authority across jurisdictions—including decisions from New York, Delaware, Texas, Georgia, and New Jersey—and concluded that, under the facts of this case, the opt-out framework validly implied consent. The court relied on Seventh Circuit precedent establishing that in bankruptcy, silence with adequate notice constitutes consent, citing <em>FutureSource LLC v. Reuters Ltd.</em> (312 F.3d 281, 7th Cir. 2002) and <em>Fogel v. Zell</em> (221 F.3d 955, 7th Cir. 2000).</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court rejected the U.S. Trustee's argument that state contract law principles require affirmative acceptance, noting that confirmed plans bind all stakeholders who receive notice regardless of whether they vote, and that the U.S. Trustee's theory, if accepted, could undermine the Chapter 11 process by exempting non-participating creditors from the terms of confirmed plans.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court also drew an analogy to class action settlements under Federal Rule of Civil Procedure 23, where absent class members who receive notice and fail to opt out are bound by settlement terms, observing that the bankruptcy process provides at least as much notice and protection to creditors as the class action process.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Debtors made concessions during the confirmation process, removing from the definition of Releasing Parties those holders who abstained from voting, those who voted no without checking the opt-out box, and those deemed to reject. Of 183 total creditors who voted, 21 parties (eleven voters and ten non-voters) opted out of the third-party releases. The court approved the releases as applied to creditors who voted yes and those deemed to accept (being paid in full) who did not opt out.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The third-party releases are narrowed by a provision excluding any claim to which a Debtor would not be a required party under Federal Rule of Civil Procedure 19 or its state equivalent.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Court's Analysis of Exculpation</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court distinguished exculpation from discharge, stating that a discharge extinguishes a legal duty to pay a debt that existed, while an exculpation is a determination that a party had no obligation in the first place absent gross negligence or willful misconduct. The court rejected the U.S. Trustee's argument that the exculpation provision violates Section 524(e) of the Bankruptcy Code.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court followed the analytical framework articulated by the Southern District of New York in <em>In re Aegean Marine Pet. Network Inc. </em>and <em>In re Voyager Digital Holdings, Inc.</em>, holding that exculpation provisions serve to protect both court-supervised fiduciaries and court-supervised and court-approved transactions from challenges absent gross negligence or willful misconduct.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The exculpation applies only to postpetition acts or omissions related to the Chapter 11 filing, the administration of the cases, the Plan, and the restructuring.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Court's Analysis of Injunction and Gatekeeper Provisions</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court found it has jurisdiction to enforce its own orders and to enter an injunction implementing the Plan's discharge, release, and exculpation provisions, citing 28 U.S.C. § 1334(b), 11 U.S.C. § 105(a), and the Supreme Court's decision in <em>Celotex Corp. v. Edwards</em>.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the gatekeeper provision, the court clarified that it authorizes the bankruptcy court only to determine whether post-confirmation suits colorably circumvent the court's orders—not to rule on the underlying merits of any claim outside the bankruptcy court's jurisdiction. The court stated it will not apply Federal Rule of Civil Procedure 12(b)(6) or state-law pleading standards to post-confirmation claims, but will only assess whether a suit circumvents the Plan, the Confirmation Order, or the court's prior orders.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Dates</h2>
<ul class="[li_&amp;]:mb-0 [li_&amp;]:mt-1 [li_&amp;]:gap-1 [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="whitespace-normal break-words pl-2">
<strong>January 30, 2025:</strong> Bond trustee filed suit and sought emergency receiver appointment</li>
<li class="whitespace-normal break-words pl-2">
<strong>February 4, 2025:</strong> Scheduled hearing date for receiver appointment (preempted by bankruptcy filing)</li>
<li class="whitespace-normal break-words pl-2">
<strong>February 20, 2025:</strong> U.S. Trustee appointed five-member creditors' committee</li>
<li class="whitespace-normal break-words pl-2">
<strong>November 2025:</strong> Debtors filed first Disclosure Statement and Plan</li>
<li class="whitespace-normal break-words pl-2">
<strong>January 7, 2026:</strong> Debtors filed Amended Disclosure Statement and Amended Plan</li>
<li class="whitespace-normal break-words pl-2">
<strong>January 14, 2026:</strong> Court granted conditional approval of Disclosure Statement and authorized solicitation</li>
<li class="whitespace-normal break-words pl-2">
<strong>February 25, 2026:</strong> Confirmation hearing held</li>
<li class="whitespace-normal break-words pl-2">
<strong>March 4, 2026:</strong> Opinion issued confirming Plan and approving Disclosure Statement</li>
</ul>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Case Information</h2>
<ul class="[li_&amp;]:mb-0 [li_&amp;]:mt-1 [li_&amp;]:gap-1 [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="whitespace-normal break-words pl-2">
<strong>Court:</strong> United States Bankruptcy Court for the Northern District of Illinois, Eastern Division</li>
<li class="whitespace-normal break-words pl-2">
<strong>Case Number:</strong> 25 B 01705 (Jointly Administered)</li>
<li class="whitespace-normal break-words pl-2">
<strong>Judge:</strong> Hon. Michael B. Slade</li>
<li class="whitespace-normal break-words pl-2">
<strong>Document:</strong> Memorandum Opinion (Dkt. No. 800), 72 pages</li>
</ul>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 72 page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/buddy-mac-holdings-seeks-court-approval-to-pay-370-804-in-employee-retention-credit-commissions</id>
    <published>2026-03-06T14:59:53-06:00</published>
    <updated>2026-03-06T14:59:57-06:00</updated>
    <link href="https://chapter11cases.com/blogs/news/buddy-mac-holdings-seeks-court-approval-to-pay-370-804-in-employee-retention-credit-commissions" rel="alternate" type="text/html"/>
    <title>Buddy Mac Holdings Seeks Court Approval to Pay $370,804 in Employee Retention Credit Commissions</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Buddy Mac Holdings, LLC, operator of 46 rent-to-own stores in chapter 11, seeks court approval to pay $370,804 in commissions to its ERC consultant for services related to obtaining approximately $8.5 million in Employee Retention Credit refunds from the IRS</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/buddy-mac-holdings-seeks-court-approval-to-pay-370-804-in-employee-retention-credit-commissions">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Buddy Mac Holdings, LLC, operator of 46 rent-to-own stores, filed a motion on March 4, 2026, seeking bankruptcy court authorization to pay $370,804.37 in commissions to SRB Capital, LLC for services related to obtaining approximately $8.5 million in Employee Retention Credit refunds from the IRS. The motion, filed in the United States Bankruptcy Court for the Northern District of Texas, Dallas Division, contends that the ERC consultant holds an equitable lien on its earned fees under Texas law and that payment constitutes a sound exercise of business judgment.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Buddy_Mac_Holdings__LLC__d_b_a_Buddy_s_Home_Furnishings__documents_2026-03-06T19-17-28.pdf?v=1772826380" target="_blank" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/ResearchSuite-FreePreview-Graphic_2x_1.png?v=1757910581" alt=""></a></p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors rented and sold furniture, electronics, appliances, and other merchandise to customers on a rent-to-own basis across 46 store locations. The initial debtors filed chapter 11 petitions on or about December 4, 2025, with additional affiliated entities — designated as the subsequent debtors — filing on January 25, 2026. The cases are jointly administered under Case No. 25-34839-mvl11. The United States Trustee appointed an Official Committee of Unsecured Creditors on December 19, 2025. The debtors continue to operate their businesses as debtors-in-possession.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors' employee operations were administered through BMH-HR, LLC, a wholly-owned subsidiary of Buddy Mac Holdings, LLC, which managed all wages, compensation, and employee benefits programs through ADP.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The ERC Engagement and Refund History</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Employee Retention Credit is a refundable tax credit established under the CARES Act for eligible businesses affected by the COVID-19 pandemic. Buddy Mac Holdings, LLC entered into an engagement agreement with SRB Capital, LLC — an Ohio-based ERC consulting firm — on July 18, 2023. Under the agreement, SRB Capital was to review the debtors' eligibility and payroll qualifications, run payroll analysis using proprietary software, provide an opinion letter and allocation reports, and prepare IRS Form 941-X amended returns for submission.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The fee structure provided that SRB Capital would receive 15% of any ERC refund upon receipt, with an alternative discounted rate of 10% available if paid within 15 calendar days of invoicing.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">BMH-HR, LLC submitted Forms 941-X to the IRS in October 2023 for the first three quarters of 2021. The IRS subsequently issued three refund payments: $2,582,941.10 on March 25, 2025, covering the first quarter of 2021; $2,615,317.32 on November 4, 2025, covering the second quarter of 2021; and $3,249,319.19 on January 13, 2026, covering the third quarter of 2021. All three ERC refund checks were received before the subsequent debtors' petition date of January 25, 2026. The total ERC refunds amounted to approximately $8.45 million.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors have not yet paid SRB Capital its commission of $370,804.37.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">ERC Qualification Basis</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors' ERC eligibility was supported by a professional opinion letter from SRB Capital dated September 21, 2023, which concluded that the MacDonald Aggregated Group — consisting of nine related business entities under common ownership — qualified for the ERC based on a partial suspension of operations exceeding 10% due to COVID-19 government orders from January 1, 2021, through September 30, 2021.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The aggregated group had 260 full-time employees as of 2019, making it eligible for the 2021 ERC program (which required fewer than 500 full-time employees) but not the 2020 program (which required fewer than 100). The qualification was based primarily on government restrictions in New Mexico, where the group operated one of its locations. SRB Capital's analysis documented a progression of New Mexico public health emergency orders from March 2020 through late 2021, including capacity restrictions, masking requirements, and the state's county-by-county operating framework.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The engagement also included an "Audit Armor" package with an opinion letter, allocation reports, a process control certificate, prepared 941-X returns, and IRS audit support.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Legal Basis for the Motion</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion presents two primary legal arguments in support of authorizing the payment.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">First, the debtors contend that SRB Capital holds an equitable lien on the commission under Texas law. The motion cites Texas case law establishing that a party holding payment rights under a contingency fee agreement receives a legal and equitable interest when the contingency occurs. Because the IRS refund checks were received before the subsequent debtors' petition date, the debtors argue that the contingency was fully satisfied pre-petition, vesting SRB Capital's right to the commission. The motion further invokes the common fund doctrine, under which a party that creates a fund for another's benefit is entitled to reimbursement from that fund.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Second, the debtors argue that even if the court determines the ERC refunds constitute property of the estate, payment is justified under the business judgment standard of Bankruptcy Code sections 363(b) and 105(a). The motion identifies three business justifications: the commission represents a contractual obligation for services that produced approximately $8.5 million in ERC refunds for the estate; the debtors wish to maintain their relationship with SRB Capital in the event of any future IRS inquiries or audits regarding the ERC refunds; and payment would avoid future litigation over the nature and amount of SRB Capital's claim and the associated expenditure of estate resources.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion also states that SRB Capital's claim to the commission is secured and excluded from the DIP lender's collateral, and that nonpayment would result in unjust enrichment of the estate and its creditors.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Dates and Timeline</h2>
<ul class="[li_&amp;]:mb-0 [li_&amp;]:mt-1 [li_&amp;]:gap-1 [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="whitespace-normal break-words pl-2">
<strong>July 18, 2023</strong>: Engagement agreement executed between Buddy Mac Holdings, LLC and SRB Capital, LLC</li>
<li class="whitespace-normal break-words pl-2">
<strong>October 2023</strong>: BMH-HR, LLC submitted Forms 941-X to the IRS</li>
<li class="whitespace-normal break-words pl-2">
<strong>March 25, 2025</strong>: First ERC refund of $2,582,941.10 received (Q1 2021)</li>
<li class="whitespace-normal break-words pl-2">
<strong>November 4, 2025</strong>: Second ERC refund of $2,615,317.32 received (Q2 2021)</li>
<li class="whitespace-normal break-words pl-2">
<strong>December 1–4, 2025</strong>: Initial debtors filed chapter 11 petitions</li>
<li class="whitespace-normal break-words pl-2">
<strong>December 19, 2025</strong>: Official Committee of Unsecured Creditors appointed</li>
<li class="whitespace-normal break-words pl-2">
<strong>January 13, 2026</strong>: Third ERC refund of $3,249,319.19 received (Q3 2021)</li>
<li class="whitespace-normal break-words pl-2">
<strong>January 25, 2026</strong>: Subsequent debtors filed chapter 11 petitions</li>
<li class="whitespace-normal break-words pl-2">
<strong>March 4, 2026</strong>: Motion to pay SRB Capital commissions filed</li>
</ul>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Court Information and Professional Representation</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The case is pending before the United States Bankruptcy Court for the Northern District of Texas, Dallas Division, under Case No. 25-34839-mvl11. The debtors are represented by Kane Russell Coleman Logan PC, with attorneys based in Dallas and Austin, Texas.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 60 page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/hawthorne-race-course-operator-of-north-americas-oldest-family-owned-racetrack-files-chapter-11-to-pursue-section-363-sale</id>
    <published>2026-03-01T23:21:47-06:00</published>
    <updated>2026-03-01T23:22:00-06:00</updated>
    <link href="https://chapter11cases.com/blogs/news/hawthorne-race-course-operator-of-north-americas-oldest-family-owned-racetrack-files-chapter-11-to-pursue-section-363-sale" rel="alternate" type="text/html"/>
    <title>Hawthorne Race Course, Operator of North America's Oldest Family-Owned Racetrack, Files Chapter 11 to Pursue Section 363 Sale</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Hawthorne Race Course and three affiliated entities, operating North America's oldest family-owned racetrack, filed Chapter 11 in Chicago seeking to sell substantially all assets through a Section 363 process, backed by $16 million in DIP financing from JDI Loans LLC, after frozen bank accounts, suspended licenses, and the loss of wagering partnerships led to the filing</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/hawthorne-race-course-operator-of-north-americas-oldest-family-owned-racetrack-files-chapter-11-to-pursue-section-363-sale">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Hawthorne Race Course, Inc. and three affiliated entities filed voluntary Chapter 11 petitions on February 27, 2026, in the United States Bankruptcy Court for the Northern District of Illinois, seeking to complete a sale of substantially all assets free and clear of liabilities. The debtors, which operate horse racing facilities, off-track betting parlors, and associated wagering operations in the Chicago metropolitan area, cited financial pressures including frozen bank accounts, suspended licenses, the termination of key wagering partnerships, and approximately $51.6 million in obligations to their senior secured lender. The debtors have secured a proposed $16 million debtor-in-possession financing facility to fund operations through the sale process.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Hawthorne racetrack, located at 3501 S. Laramie Avenue in Cicero, Illinois, approximately ten miles from downtown Chicago, traces its origins to 1909, when it was purchased by a Chicago alderman and entrepreneur. The facility has remained under the same family's ownership for four generations and is described in the filings as the oldest continuously run, family-owned racetrack in North America and the oldest gaming institution in the State of Illinois.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors' corporate structure consists of four entities. Carey Heirs Properties, LLC owns the underlying real estate and certain improvements at the racetrack and leases the premises to both Hawthorne Race Course, Inc. and Suburban Downs, Inc. The real estate entity is owned by 77 members, most of whom are descendants of the original purchaser, and is governed by a board of three managers. Hawthorne Race Course, Inc. serves as the parent operating company, conducting thoroughbred horse racing and operating ten off-track betting facilities throughout Illinois in cities including Joliet, Crestwood, Villa Park, Rockford, and others. Suburban Downs, Inc. conducts standardbred harness horse racing at the track when thoroughbred racing is not in session. Post Time Catering, Inc., a wholly owned subsidiary of the parent company, provides food and beverage services at the racetrack.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The racetrack's business encompasses live pari-mutuel wagering on thoroughbred racing, simulcasting of horse racing programs from other tracks, sportsbook wagering, advance deposit wagering from funded online accounts, and off-track betting. In 2016, after the closure of the Balmoral and Maywood harness facilities, Hawthorne became the country's only dual breed racetrack, converting the track surface between thoroughbred and harness meets. Following the 2022 closure of Arlington Racecourse, Hawthorne became the sole underwriter of the Illinois horseracing industry in northern Illinois.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The racetrack employs over 250 people, with its longest-tenured employee having spent 52 years at the track. Between 290 and 500 people reside on the backside of the racetrack property depending on the racing season, including horsemen, their employees, and families, who receive housing and medical and dental care funded almost entirely by the racetrack. The filings estimate that the operation supports approximately 10,000 direct and indirect jobs in the Illinois horse racing agri-business, including farming, breeding, and training.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Gaming and Sports Wagering Licenses</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In October 2019, in conjunction with the development of what was intended to be Illinois' first Racino entertainment complex combining casino-style wagering and horseracing, a gaming executive was named CEO of the Hawthorne Casino and Race Course division. In July 2020, the Illinois Gaming Board unanimously found the parent company preliminarily suitable for an organizational gaming license, and in July 2021 the board voted to approve key persons associated with the company. The company's continued licensing suitability and sports wagering license renewal were approved by the Illinois Gaming Board in September 2024.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The parent company also held retail, mobile, and online sportsbook wagering licenses, which were operated by PointsBet USA under a licensing agreement. During 2023, PointsBet USA's shareholders agreed to sell its U.S. operations to Fanatics, a subsidiary of Fanatics Holding Inc. In May 2023, the parent company and Fanatics signed a letter of intent to enter into a definitive agreement based substantially on the existing PointsBet arrangement. On January 26, 2026, Fanatics terminated the mobile and internet portions of its agreement but continued to provide retail sports wagering services at the racetrack and eligible off-track betting facilities.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Capital Structure and Debt Obligations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Signature Bank, N.A. served as the debtors' senior secured lender and central source of liquidity for both racing and Racino development activities. As of December 31, 2025, the debtors had outstanding a revolving line of credit of approximately $15 million alongside a suite of term loans and a $5 million bridge loan, totaling $35.1 million in combined term debt and revolver exposure. These loans carried interest rates ranging from a fixed rate of 10% to floating structures tied to prime plus a spread, resulting in $1.0 million of accrued interest as of that date. The Signature Bank facilities also carried substantial back-end financial obligations, including $6.1 million in exit fees across certain term loans, which materially increased the effective cost of capital. When combining principal, accrued interest, and exit fees, the debtors' estimated total obligations to Signature Bank were approximately $51.6 million as of February 24, 2026.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In 2025, Latto Capital LLC provided a $5.0 million term loan secured by a second-priority lien on the debtors' real estate, subordinate to Signature Bank's liens. On or about February 20, 2026, a family trust made a $300,000 loan to the parent company, secured by a junior mortgage on one of the debtor properties, which was recorded on February 24, 2026.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors also carry a layer of unsecured obligations, primarily consisting of subordinated related party notes and racing working capital borrowings that are not collateralized by the debtors' assets. These instruments feature flexible or long-dated maturities and function as subordinated support capital used to fund racing operations, facility needs, and liquidity gaps.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Churchill Downs Incorporated, a judgment creditor, holds a judgment against the debtors in the amount of $1,546,266 and had issued a citation to discover assets.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Events Leading to Bankruptcy</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors faced financial hardship in recent years driven by challenges affecting the horse racing industry in Illinois. These pressures initially arose from the expansion of casino gaming in the state and were later compounded by an increasingly competitive sports betting market, rising costs, and increased regulatory fees.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Several adverse events occurred in the final months before the filing. On January 26, 2026, the Illinois Racing Board suspended the organizational license of the harness racing subsidiary, and the debtors' sports wagering partner terminated the mobile and internet portions of its agreement on the same day. The debtors' 2025–2026 harness racing season, which had begun on November 11, 2025, ended prematurely when the remaining fifteen race dates were canceled on December 28, 2025, due to liquidity constraints. The primary unpaid obligation related to horsemen's purse checks that, while issued prior to the bank's account freeze, could not be honored once the accounts were frozen.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In December 2025 and January 2026, Signature Bank froze all of the debtors' bank accounts. The bank was unwilling to advance funds to pay payroll, employee benefits, horsemen's purse obligations, utilities, insurance, professional fees, taxes, and other operating expenses. Multiple disruptions in simulcast partnerships and sports wagering reduced monthly wagering deposits from approximately $5 million per month to well under $1 million.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">A land-only appraisal commissioned by Signature Bank, which did not value improvements, off-track betting parlors, or other assets, reflected a value of approximately $95 million as of August 7, 2025. The debtors believe their total enterprise value significantly exceeds this figure and had received numerous expressions of interest from third parties regarding a potential recapitalization. However, these parties indicated they would only proceed within the context of a bankruptcy process. The debtors were unable to attract capital outside of bankruptcy due to economic stress created by their relationship with Signature Bank, the Churchill Downs citation to discover assets, and reduced wagering revenue.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">DIP Financing</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Following Signature Bank's account freeze, the debtors' management determined that an infusion of outside capital was necessary. The debtors' financial advisor led an outreach process beginning in early January 2026, contacting 35 potential lenders. Fourteen expressed interest, five executed non-disclosure agreements, and the process ultimately yielded three term sheets.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">After evaluating the three proposals, the debtors selected a proposed priming debtor-in-possession financing facility from JDI Loans LLC, providing up to $16 million in financing with a 120-day term. The financial advisor determined that the selected DIP facility offered the most cost-efficient structure, with projected interest and fees approximately $865,000 and $152,000 lower, respectively, than the competing proposals. The financial advisor also negotiated the removal of a $2.25 million interest reserve, thereby reducing the overall loan size and associated fees.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The DIP budget allocates $3.91 million in the first week of the Chapter 11 cases to restore purse balances owed to horsemen, which is described as critical to the ongoing viability of the debtors' business. The budget also provides for $750,000 in critical vendor payments over a thirteen-week period. Management identified the highest-margin simulcast partners for priority reactivation, as restoring simulcast signals could increase collections by approximately $4.0 million per month.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Debtors' Objectives and Sale Process</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors filed for Chapter 11 protection to complete a sale of substantially all assets free and clear of liabilities under Section 363 of the Bankruptcy Code. The filings note that the debtors remain hopeful that a suitable buyer interested in acquiring the business as a going concern may emerge. A reorganization through recapitalization is described as a possible alternative if the debtors are able to reach an agreement with a party willing to invest in the business, which could be pursued as part of a plan process for resolving the debtors' other liabilities.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors' financial advisor will coordinate the sale with respect to all assets, with particular focus on evaluating potential going concern sales for some or all of the assets, as well as sales of the physical assets as an alternative. A comprehensive marketing strategy will be executed with respect to all material assets.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">An immediate operational priority is restoring thoroughbred racing, which is scheduled to begin on March 29, 2026. According to the Illinois Racing Board, failure to conduct the thoroughbred meet would jeopardize the debtors' racing license, and the debtors' casino license is contingent upon maintaining the racing license. Based on discussions with potential buyers and recapitalization partners, the casino license is described in the filings as essential to maximizing enterprise value and achieving reorganization.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">First Day Motions</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors filed several first day motions seeking relief to facilitate the transition into Chapter 11, including motions for joint administration of the cases, retention of a claims and noticing agent, authority to pay prepetition employee wages, salaries, compensation, medical and other benefits, and to continue employee benefit programs, authority to pay prepetition taxes and related obligations, authorization to provide adequate assurance of payment and deposits for utility services, and authorization to obtain debtor-in-possession financing. The debtors assert that the estates would suffer immediate and irreparable harm without the ability to make essential payments and otherwise continue business operations.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Stretto Conductor, our new AI-powered assistant that's here to help. Stretto Conductor was able to create this summary of a 25 page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Stretto Conductor may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/flexshopper-seeks-emergency-approval-for-transition-services-agreement-to-close-asset-sale</id>
    <published>2026-03-01T23:20:53-06:00</published>
    <updated>2026-03-01T23:20:56-06:00</updated>
    <link href="https://chapter11cases.com/blogs/news/flexshopper-seeks-emergency-approval-for-transition-services-agreement-to-close-asset-sale" rel="alternate" type="text/html"/>
    <title>FlexShopper Seeks Emergency Approval for Transition Services Agreement to Close Asset Sale</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>FlexShopper seeks emergency court approval for a transition services agreement with purchaser ReadySett LLC to facilitate a 60-day loan servicing transition and close the sale of substantially all assets by March 2, 2026</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/flexshopper-seeks-emergency-approval-for-transition-services-agreement-to-close-asset-sale">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">FlexShopper, Inc. and its affiliated debtors filed an emergency motion on February 24, 2026, seeking bankruptcy court approval to enter into a Transition Services Agreement with ReadySett LLC, the court-approved purchaser of substantially all of the debtors' assets. The agreement is intended to facilitate the orderly transition of loan servicing operations and satisfy a condition precedent to closing the sale, which is targeted for March 2, 2026. The case is pending before the United States Bankruptcy Court for the District of Delaware, Case No. 25-12254 (LSS).</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Bankruptcy Background and Sale Process</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors commenced voluntary Chapter 11 cases on December 22, 2025, and have continued to manage their assets as debtors in possession. The Official Committee of Unsecured Creditors was appointed on January 6, 2026. No trustee or examiner has been appointed in the cases.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the petition date, the debtors filed a motion seeking approval of bidding procedures for the sale of substantially all of their assets. On February 12, 2026, the court entered an order approving the sale to ReadySett LLC and authorizing the debtors to consummate the transactions contemplated by an Asset Purchase Agreement dated January 2, 2026. The parties have been working toward a closing date of March 2, 2026, after which the debtors' remaining operations will cease.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Transition Services Agreement</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The emergency motion centers on a Transition Services Agreement between FlexShopper, Inc., FlexShopper, LLC, and FlexLending, LLC (referred to as the sellers) and ReadySett LLC. The agreement arose from negotiations between the purchaser and Powerscourt Investments 50, LP, which serves as the warehouse agent under the debtors' securitization program. A condition precedent in the Asset Purchase Agreement required the entry into a servicing agreement for the post-closing loan portfolio.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Under the agreement reached in principle, the purchaser will service the existing loan portfolio for up to 60 days following the closing of the sale. After that transitional period, servicing obligations will transfer to Vervent, the debtors' existing backup servicer. The debtors will have no obligation in connection with the transition to Vervent or any other party.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The purchaser requires access to certain of the debtors' contracts related to loan servicing during the contract designation period provided for in the Asset Purchase Agreement. In exchange for the debtors' continued performance under those contracts, the purchaser will make direct payments to applicable counterparties for costs incurred.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Cost Protections for the Estates</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Transition Services Agreement is structured to be cost-neutral to the debtors' estates. All expenses related to the loan servicing transition will be paid directly by the purchaser or the warehouse agent. The debtors will not bear any costs associated with the arrangement.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">If the purchaser or the warehouse agent defaults on obligations under the agreement, the debtors will have the right to immediately seek to reject the relevant contracts and recover any amounts due and owing, along with related costs and expenses.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Postpetition Funding Structure</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors currently obtain postpetition funding from two distinct sources. The first is a DIP facility providing up to $8,000,000 for general operating expenses and professional fees. The second is a securitization program that funds the debtors' customer lease originations and related merchant payments. The motion notes that the DIP lender and the purchaser are the same entity.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Legal Basis for Relief</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors seek approval under Sections 105(a) and 363(b)(1) of the Bankruptcy Code on the basis that entry into the Transition Services Agreement represents a sound exercise of business judgment. The motion states that the agreement enables the closing of the court-approved sale on schedule, is cost-neutral to the estates, and is consistent with the terms of the Asset Purchase Agreement.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion also seeks a waiver of the 14-day stay under Bankruptcy Rule 6004(h) to allow for immediate implementation of the relief.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Stretto Conductor, our new AI-powered assistant that's here to help. Stretto Conductor was able to create this summary of a 10 page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Stretto Conductor may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/paragon-industries-seeks-court-approval-for-40-million-asset-sale-to-integrated-utility-services</id>
    <published>2026-03-01T23:19:28-06:00</published>
    <updated>2026-03-01T23:19:35-06:00</updated>
    <link href="https://chapter11cases.com/blogs/news/paragon-industries-seeks-court-approval-for-40-million-asset-sale-to-integrated-utility-services" rel="alternate" type="text/html"/>
    <title>Paragon Industries Seeks Court Approval for $40 Million Asset Sale to Integrated Utility Services</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Paragon Industries, an Oklahoma steel pipe manufacturer in Chapter 11, seeks court approval for a $40 million asset sale to Integrated Utility Services LLC following a nearly 17-hour auction that drew seven bidders and excluded an insider-affiliated entity</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/paragon-industries-seeks-court-approval-for-40-million-asset-sale-to-integrated-utility-services">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Paragon Industries, Inc., an Oklahoma-based steel pipe manufacturer operating in Chapter 11 bankruptcy, has filed a motion seeking court approval for the sale of substantially all of its assets to Integrated Utility Services LLC for $40 million. The motion, filed on February 26, 2026, in the United States Bankruptcy Court for the Eastern District of Oklahoma, follows a nearly 17-hour auction and a months-long marketing process that drew interest from hundreds of prospective buyers.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Paragon Industries operates steel pipe manufacturing facilities in Oklahoma. The company filed a voluntary Chapter 11 petition on May 21, 2025, and has continued to operate its business as a debtor-in-possession. No trustee or examiner has been appointed in the case.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The company entered into a Binding Plan Support Agreement in September 2025, which was approved by the Bankruptcy Court on September 10, 2025. The debtor holds various environmental permits from the Oklahoma Department of Environmental Quality, including an air quality permit, a stormwater discharge authorization, and an industrial wastewater treatment permit.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Prior to the bankruptcy filing, Paragon Industries was the subject of at least 16 lawsuits across multiple jurisdictions, including actions brought by creditors such as Amarillo National Bank, Byline Bank, and Nucor Corporation, among others.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Marketing and Sale Process</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Bankruptcy Court approved the employment of Three Keys Capital Advisors II LLC as the debtor's investment banker on October 22, 2025. The debtor filed its bidding procedures motion the following day, and the court entered the bidding procedures order on November 25, 2025.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Three Keys conducted an extensive marketing process. The investment banker contacted 287 prospective bidders, executed confidentiality agreements with 65 of those parties, and facilitated site visits for 17 potential bidders at the debtor's facilities. The process yielded two stalking horse proposals and nine bids.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The sale process timeline was modified four times between December 2025 and February 2026, with the bid deadline ultimately set for February 10, 2026.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Auction</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The auction took place on February 19, 2026, at the Dallas offices of McDermott Will &amp; Schulte LLP. Beginning at approximately 10:00 a.m. Central Time, the auction continued through the early morning hours of February 20, 2026, concluding at approximately 2:38 a.m. — a duration of nearly 17 hours.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Seven entities participated as bidders: Integrated Utility Services LLC; Gordon Brothers Commercial &amp; Industrial, LLC; Maynards Industries USA, LLC; McIntosh Corporation; PI Acquisition, LLC; Byline Bank; and Hydroline Distribution, LLC.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">One additional entity, Triforged Industries, LLC, had originally qualified as a bidder after submitting a $35 million all-cash bid with no contingencies. However, Triforged was excluded from the auction for failing to provide a good faith deposit prior to the start of bidding. According to the motion, Triforged is controlled by an individual described as an insider of the debtor due to a close familiar relation with the debtor's former chief executive officer. The motion notes that multiple interested parties had expressed concern about Triforged's involvement in the auction process. Apart from an objection lodged by counsel to Triforged regarding its exclusion, no other objections were raised at the auction.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Integrated Utility Services was selected as the successful bidder with a bid of $40 million. The second-highest bid came from PI Acquisition at $33.5 million. However, the debtor determined in its business judgment that the PI Acquisition bid was not of sufficient value to serve as a backup bid. In the event the successful bidder cannot close, the debtor has elected to conduct a remarketing process using funds from the $2.5 million deposit that the purchaser would forfeit.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Terms of the Asset Purchase Agreement</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtor and Integrated Utility Services entered into an Asset Purchase Agreement dated February 23, 2026. Key terms include:</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Purchase Price:</strong> $40,000,000</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Deposit:</strong> $2,500,000, of which $480,000 was deposited on February 13, 2026, as an auction deposit. The remaining $2,020,000 is to be wired to complete the deposit obligation. Upon court approval of the sale, the deposit is to be released to the debtor in monthly installments of $500,000 for use toward ongoing operating expenses.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Closing Date:</strong> The later of 60 days from entry of the sale order or the second business day after all closing conditions are satisfied. The purchaser may extend the initial closing deadline by 30 days, for a total of 90 days from entry of the sale order.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Financing Contingency:</strong> The closing is contingent upon the purchaser obtaining financing on commercially reasonable terms sufficient to fund the purchase price. If the purchaser fails to close due to an inability to obtain financing, the debtor is entitled to retain the $2.5 million deposit.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Expense Reimbursement:</strong> Up to $125,000 for the purchaser's reasonable expenses, payable only if the agreement is terminated due to a competing transaction, treated as a superpriority administrative expense.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Purchased and Excluded Assets</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The sale encompasses substantially all of the debtor's assets used in connection with its steel pipe manufacturing business, including equipment, machinery, real property, leasehold interests, intellectual property, assumed contracts, inventory, information technology assets, and goodwill.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The purchase price is allocated as follows: equipment accounts for approximately 90 percent ($35.9 million), buildings for approximately 6 percent ($2.5 million), and land for approximately 4 percent ($1.6 million).</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Excluded from the sale are the debtor's cash and cash balances, accounts receivable, benefit plans, insurance policies, causes of action (including Chapter 5 avoidance actions), and certain other assets. The sale is structured on an "as-is, where-is" basis with extensive disclaimers regarding environmental conditions at the manufacturing facilities.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Port of Muskogee Dispute</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The transaction involves a property dispute at the Port of Muskogee. The debtor operates on approximately 2.21 acres at the port under a sublease arrangement with Johnston's Port 33, Inc., which in turn leases from the Muskogee City-County Port Authority.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The port authority has asserted ownership of assets located at the port property, and both the port authority and Johnston's Port 33 have challenged the validity of the sublease. Assets at the port property that are subject to a bona fide dispute as of the closing date are excluded from the sale. The debtor maintains that it owns the steel slitter and associated equipment located at the port and has reserved all rights to adjudicate its ownership interest.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Asset Purchase Agreement includes a covenant requiring both parties to use commercially reasonable efforts during the interim period to renegotiate the port lease arrangements, with the purchaser's satisfaction conditioned on acquiring the coil slitting equipment located on the port property.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Legal Arguments in Support of the Sale</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtor advances several legal arguments in support of the proposed sale. The motion argues that a sound business purpose exists for the sale because the court-approved auction process exposed the assets to the market, creating a presumption that a fair price was obtained. The debtor cites case law holding that the paramount goal in any sale of estate property is to maximize proceeds for the bankruptcy estate.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtor seeks approval of the sale free and clear of liens under Bankruptcy Code Section 363(f), noting that no lienholders objected to the bidding procedures or the sale. The motion also requests a finding that the purchaser acted in good faith under Section 363(m), noting that the APA was an arm's-length transaction resulting from a competitive auction process.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtor further requests a waiver of the 14-day stay under Bankruptcy Rule 6004(h), arguing that any delay in closing would push the case closer to administrative insolvency and substantially lessen the chances that the transaction closes.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Dates and Timeline</h2>
<ul class="[li_&amp;]:mb-0 [li_&amp;]:mt-1 [li_&amp;]:gap-1 [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="whitespace-normal break-words pl-2">
<strong>May 21, 2025:</strong> Chapter 11 petition filed</li>
<li class="whitespace-normal break-words pl-2">
<strong>September 5, 2025:</strong> Binding Plan Support Agreement Term Sheet dated</li>
<li class="whitespace-normal break-words pl-2">
<strong>October 22, 2025:</strong> Court approved employment of investment banker</li>
<li class="whitespace-normal break-words pl-2">
<strong>November 25, 2025:</strong> Bidding procedures order entered</li>
<li class="whitespace-normal break-words pl-2">
<strong>December 22, 2025:</strong> Notice to contract parties regarding potential assumption filed</li>
<li class="whitespace-normal break-words pl-2">
<strong>February 10, 2026:</strong> Bid deadline</li>
<li class="whitespace-normal break-words pl-2">
<strong>February 19, 2026:</strong> Auction held</li>
<li class="whitespace-normal break-words pl-2">
<strong>February 26, 2026:</strong> Sale motion filed; hearing on sale motion</li>
<li class="whitespace-normal break-words pl-2">
<strong>April 20, 2026:</strong> Anticipated closing date (subject to extension)</li>
</ul>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Professional Representation</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtor is represented by Phillips Murrah P.C. of Oklahoma City, Oklahoma. The purchaser is represented by GableGotwals of Tulsa, Oklahoma.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Stretto Conductor, our new AI-powered assistant that's here to help. Stretto Conductor was able to create this summary of a 75 page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Stretto Conductor may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/charlotte-based-land-developer-brd-land-investment-files-chapter-11-amid-housing-market-downturn-and-lender-pressure</id>
    <published>2026-03-01T23:17:16-06:00</published>
    <updated>2026-03-01T23:18:07-06:00</updated>
    <link href="https://chapter11cases.com/blogs/news/charlotte-based-land-developer-brd-land-investment-files-chapter-11-amid-housing-market-downturn-and-lender-pressure" rel="alternate" type="text/html"/>
    <title>Charlotte-Based Land Developer BRD Land &amp; Investment Files Chapter 11 Amid Housing Market Downturn and Lender Pressure</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>BRD Land &amp; Investment, a Charlotte-based land developer that prepares shovel-ready sites for homebuilders, filed Chapter 11 citing a decline in first-time home purchases, the loss of $390 million in projected pipeline revenue, and collection actions by its senior secured lender</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/charlotte-based-land-developer-brd-land-investment-files-chapter-11-amid-housing-market-downturn-and-lender-pressure">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">BRD Land &amp; Investment, a South Carolina partnership specializing in acquiring and preparing raw land for homebuilders, filed for Chapter 11 bankruptcy protection on February 24, 2026, in the United States Bankruptcy Court for the Western District of North Carolina, Charlotte Division. The filing encompasses three related entities and lists $66.5 million in outstanding promissory notes held by various individuals and entities and roughly $20 million owed to senior secured lender DLP Lending Fund, LLC. The Debtors cited a decline in the residential development market in 2025 and collection actions by their senior lender as the primary factors leading to the filing.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">BRD Land &amp; Investment, headquartered in Charlotte, North Carolina, operates as an entitlement and permitting company focused on selling shovel-ready land to national and regional homebuilders. The company identifies and acquires raw, undeveloped land, conducts due diligence including surveys, geotechnical reports, and environmental assessments, coordinates with municipal planning departments for rezoning and site plan approvals, and works with engineering firms to complete all required permitting. The result is land that is ready for immediate development upon purchase by the company's homebuilder clients.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Two affiliated entities filed alongside the parent company. One is a project-specific entity holding title to real property in Horry County, South Carolina, and the other is a holding company that serves as the sole member and manager of the project entity. As of the filing date, the company maintained fifteen active projects located across Georgia, South Carolina, and North Carolina, and had generated consolidated revenues exceeding $285 million since 2019.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Financing Structure</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The company's operations were initially funded by its equity owners. As the business grew, additional capital was sourced from two primary channels. DLP Lending Fund, LLC provided secured loans for property purchases, with many transactions structured as interest-only monthly payments for one to two years followed by a balloon payment at maturity. As of the petition date, the Debtors estimate the total payoff amount on all DLP loans at roughly $20 million, secured by real property valued at approximately $34 million.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The second capital source consisted of various individuals and entities that provided funds through promissory notes. These notes were sourced through capital raisers with prior relationships to the company, who marketed lending opportunities to their networks. The company itself did not directly pitch or market the notes to lenders. The notes ranged from five to seven figures in size, with many maturing after twenty-four months on an interest-only basis with an automatic twenty-four-month extension option. Some notes were secured while others were entirely unsecured. As of the petition date, the total outstanding balance on these notes stood at $66.5 million.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Events Leading to Bankruptcy</h2>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Housing Market Contraction</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In 2025, the residential development industry experienced what the filing describes as a drastic decline in first-time home purchases to levels not seen since the 2008 financial crisis. This market shift had direct consequences for the Debtors' business. Homebuilders began canceling or renegotiating their land sale agreements, resulting in thirteen project terminations across North Carolina, South Carolina, and Georgia. An additional seven projects in Texas became nonviable due to market contraction. These terminations collectively reduced the company's total projected pipeline gross revenue by $390 million in 2025.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Senior Lender Actions</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">According to the Debtors' filing, their senior secured lender, DLP Lending Fund, altered its approach beginning in 2025. Previously, the filing states, DLP had exercised restraint and flexibility when homebuilders renegotiated terms or demanded price reductions. However, starting in 2025, the Debtors assert that DLP began using extension requests and project closings as leverage to force additional fees and principal paydowns beyond what the governing loan documents required.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The filing highlights the Rolling Meadows project as an example. That project was set to close at $47,265,000, but the purchaser demanded a price concession of $11,901,000, which the Debtors accepted given their inability to find a ready purchaser at the original contract price. DLP, which held a security interest in the property, demanded a $3.5 million exit fee be paid immediately at closing in October 2025 rather than at the contractual due date of October 2026, according to the affidavit. The Debtors further assert that DLP's demand for proceeds exceeded the total amount owed under the specific Rolling Meadows loan, and that the loan agreement itself required that surplus funds go to the entity owning the property. The Debtors state they ultimately paid the accelerated exit fee, resulting in a combined hit of more than $15 million on the transaction — a roughly thirty percent reduction in gross revenue from the sale.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The affidavit states that from July 2025 through January 2026, DLP reduced its outstanding debt by $7.15 million through demands for accelerated repayments in exchange for maturity date extensions and lien releases. Approximately $750,000 of those payments were made in December 2025 and January 2026. </p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Vendor Payment Issues</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Debtors state that with DLP receiving available cash, their vendor accounts payable grew to more than $9 million by the end of January 2026. Certain suppliers and vendors refused to continue work until their outstanding balances were paid, and some stopped work entirely. This created what the filing describes as a circular problem: the Debtors needed cash to pay vendors, but could not generate cash without selling projects, which in turn required vendors to complete their work. An anticipated increase in litigation beginning in January and February 2026 also contributed to the decision to seek bankruptcy protection.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">First Day Relief Sought</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Debtors filed several First Day Motions seeking operational continuity, including requests for authorization to use cash collateral, pay prepetition taxes, continue payroll and employee benefits, maintain utility services, preserve existing bank accounts and business forms, jointly administer the related cases, and retain a claims and noticing agent. The Debtors' Chief Restructuring Officer stated that the company has adequate cash flow and liquidity to pay all amounts sought through the First Day Motions as well as anticipated post-petition obligations.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The filing states that without bankruptcy protection, the Debtors would face competing creditor actions, with DLP foreclosing on its collateral while noteholders, suppliers, and vendors pursued judgments against a diminishing pool of assets. The Chapter 11 process is intended to allow the Debtors to close sales of certain projects, potentially assume and assign others, and evaluate the viability of remaining projects in an orderly fashion.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Stretto Conductor, our new AI-powered assistant that's here to help. Stretto Conductor was able to create this summary of a 9 page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Stretto Conductor may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/avenger-flight-group-aviation-simulator-provider-to-major-airlines-files-chapter-11-to-pursue-sale-of-assets</id>
    <published>2026-02-22T23:12:38-06:00</published>
    <updated>2026-02-22T23:12:42-06:00</updated>
    <link href="https://chapter11cases.com/blogs/news/avenger-flight-group-aviation-simulator-provider-to-major-airlines-files-chapter-11-to-pursue-sale-of-assets" rel="alternate" type="text/html"/>
    <title>Avenger Flight Group, Aviation Simulator Provider to Major Airlines, Files Chapter 11 to Pursue Sale of Assets</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span style="font-size: 11.0pt; font-family: 'Georgia',serif; mso-fareast-font-family: Georgia; mso-bidi-font-family: Georgia; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">Avenger Flight Group, a commercial aviation simulator provider operating 50 full-flight simulators across four countries, filed for Chapter 11 in Delaware with $273 million in secured debt, seeking to sell its assets through a stalking-horse-backed process supported by $43.5 million in DIP financing</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/avenger-flight-group-aviation-simulator-provider-to-major-airlines-files-chapter-11-to-pursue-sale-of-assets">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="MsoNormal" style="margin-bottom: 10.0pt;">Avenger Flight Group, LLC, a global commercial aviation simulation and flight training company, filed for Chapter 11 bankruptcy protection on February 12, 2026, in the United States Bankruptcy Court for the District of Delaware. The company, which operates 50 full-flight simulators and 15 flight training devices across 11 training centers in four countries, filed with approximately $273 million in outstanding secured debt. The filing is accompanied by $43.5 million in debtor-in-possession financing and a stalking horse bid from the company’s prepetition secured lenders, who will credit bid for substantially all of the debtors’ assets subject to a court-supervised overbidding process.</p>
<p class="MsoNormal" style="margin-bottom: 10.0pt;"><a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Avenger_Flight_Group_LLC_-_Declaration_in_Support_of_First_Day_Motions.pdf?v=1771821121" target="_blank" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/ResearchSuite-FreePreview-Graphic_2x_1.png?v=1757910581" alt=""></a></p>
<h2>Company Background and Business Operations</h2>
<p class="MsoNormal" style="margin-bottom: 10.0pt;">Avenger Flight Group was founded in 2012 with the aim of providing cost-effective flight simulator training solutions to commercial airlines, particularly the growing low-cost carrier market. The company began with a single location and two simulators in Fort Lauderdale, Florida, expanding to Las Vegas by 2015. Over the following decade, it established additional domestic facilities in Fort Worth, Irving, Orlando, and Minneapolis, as well as overseas locations in Monterrey, Madrid, Cancun, Mexico City, Medellin, Rome, Warsaw, Frankfurt, and Tel Aviv.</p>
<p class="MsoNormal" style="margin-bottom: 10.0pt;">The company occupies a strategic position in what the filing describes as the “pilot pipeline.” After pilots reach their required minimum flight hours, nearly all subsequent training is conducted in advanced simulators. Regulatory authorities such as the FAA and EASA mandate extensive training for all airline pilots, including initial, recurrent, and upgrade training programs. Simulator-based training costs approximately one-twenty-fifth the cost of training in physical aircraft, and airlines have increasingly turned to third-party providers like Avenger to avoid the capital outlay of purchasing simulators directly. Industry estimates project that over 250,000 new commercial airline pilots will be needed worldwide by 2032.</p>
<p class="MsoNormal" style="margin-bottom: 10.0pt;">As of the petition date, the company operates 50 full-flight simulators—23 owned, 12 leased, 11 housed and maintained, and four subject to servicing agreements—along with 15 flight training devices, of which six are owned and nine are serviced. The company employs approximately 97 people across five U.S. locations, with the largest concentration of 49 employees in Dallas–Fort Worth. Customer contract structures include dedicated provider agreements, take-or-pay arrangements, minimum guarantee contracts, and power-by-the-hour arrangements, with clients including Spirit Airlines, Viva Aerobus, Aeromexico, Frontier Airlines, El Al, Iberia Express, Air Europa, and DHL Europe, among others.</p>
<h2>Corporate and Capital Structure</h2>
<p class="MsoNormal" style="margin-bottom: 10.0pt;">Avenger Flight Group Topco, LLC is the direct or indirect parent of each of the 21 debtor entities and multiple foreign non-debtor subsidiaries. The principal operating entity is Avenger Flight Group, LLC, headquartered in Fort Lauderdale, Florida. The corporate structure includes a number of U.S. special purpose vehicles created to hold interests in specific simulators, as well as subsidiaries in Spain, Germany, Israel, Colombia, and Mexico.</p>
<p class="MsoNormal" style="margin-bottom: 10.0pt;">The company’s secured debt is anchored by a prepetition term loan facility originated in June 2021 with an outstanding principal balance of not less than $273,051,488.11 as of the petition date. Wilmington Trust, National Association serves as administrative and collateral agent. The term loan is secured by liens on substantially all of the debtors’ assets. Additional secured obligations include equipment leases with SIM International B.V. covering 11 full-flight simulators located in the United States, Spain, and Germany, as well as financing facilities with Export Development Canada secured by specific simulators in Latin America. The company also has unsecured shareholder notes totaling approximately $5 million, subordinated to the prepetition secured lenders pursuant to a subordination agreement.</p>
<h2>Events Leading to Bankruptcy</h2>
<p class="MsoNormal" style="margin-bottom: 10.0pt;">The filing identifies several interrelated factors that led the company to file for Chapter 11. The company’s rapid growth was accompanied by a burgeoning debt load. With new full-flight simulators costing potentially in excess of $10 million each and a limited annual global supply of approximately 50 new units, the filing states that the debt load associated with the company’s growth became unsustainable.</p>
<p class="MsoNormal" style="margin-bottom: 10.0pt;">The company also faced industry headwinds. In July 2023, RTX Corporation, the parent company of Pratt &amp; Whitney, announced that it had determined that a condition in the manufacturing of certain engine parts used in the PW1100G-JM turbofan engines—the engines used to power A320neo aircraft—required accelerated inspection and repair. As a result, hundreds of A320neo aircraft were grounded, and airlines temporarily decreased hiring of new crews for that aircraft type, causing decreased demand for A320 simulator training. Over 55% of the company’s owned and operated simulators are A320s.</p>
<p class="MsoNormal" style="margin-bottom: 10.0pt;">The filing also identifies the bankruptcies of several major customers as contributing factors. Spirit Airlines, the company’s once-largest customer, filed for Chapter 11 protection twice—in 2024 and again in 2025. The company’s partner in Colombia, Viva Air Colombia, commenced bankruptcy proceedings in early 2023 and ceased operations, leaving the company with no operations in Medellin for nearly three years while continuing to accrue liabilities. The company exited Cancun in 2024 after its main customer at that location, Interjet, was adjudicated bankrupt in Mexico in 2022. On December 29, 2025, the revolving lender terminated the company’s revolving credit facility pursuant to its terms, and no amounts were owed on that facility as of the petition date.</p>
<p class="MsoNormal" style="margin-bottom: 10.0pt;">In addition, the company’s new management team, installed following a July 2024 restructuring, discovered significant accounting irregularities affecting all financial statements, insufficient financial controls, and inadequate processes. None of the personnel responsible for these issues remain with the company.</p>
<h2>Prepetition Restructuring and Governance Changes</h2>
<p class="MsoNormal" style="margin-bottom: 10.0pt;">The company’s path to bankruptcy included extensive prepetition restructuring activity. Beginning in 2023, management explored recapitalization and refinancing options, though no actionable proposals emerged. In July 2024, the company completed a restructuring that included refinancing its secured term loan with existing lenders and obtaining equity financing from Seacoast Capital Partners and Patriot Capital, which together came to hold 96.69% of the company’s equity. A six-member board was constituted, with two members each appointed by Seacoast, Patriot, and the prepetition lenders.</p>
<p class="MsoNormal" style="margin-bottom: 10.0pt;">Several senior management members were replaced following the 2024 restructuring. A new chief financial officer was appointed in March 2025, a board advisor and chairman was retained in April 2025, and a consulting firm was engaged in May 2025 to assist with cash flow modeling. An independent manager was appointed to AFG LLC in August 2025 after events of default occurred under the prepetition credit agreement.</p>
<p class="MsoNormal" style="margin-bottom: 10.0pt;">On November 14, 2025, Seacoast and Patriot abruptly informed the company that they were exercising put options, abandoning their equity, and resigning their four board members. The prepetition lenders’ two board members subsequently resigned, and the lenders appointed a sole independent manager on November 21, 2025. Further governance changes followed in January 2026 when the independent manager resigned from the board to become the company’s chief restructuring officer, and a new sole independent manager was named.</p>
<p class="MsoNormal" style="margin-bottom: 10.0pt;">To bridge the company through the prepetition period, the secured lenders provided $11 million in rescue financing—$5 million in September 2025 and $6 million in December 2025. The filing states that absent this bridge financing, the company would have been forced to commence Chapter 11 earlier, without the benefit of consensual resolutions with key stakeholders.</p>
<h2>SIM International Settlement</h2>
<p class="MsoNormal" style="margin-bottom: 10.0pt;">On the petition date, the company, SIM International, and the prepetition lenders entered into a settlement agreement providing a comprehensive resolution of the company’s obligations under its simulator lease agreements with SIM International. SIM International had previously noticed alleged defaults in February 2024 and August 2025. With respect to the company’s German operations, the company had defaulted under the SIM International Germany Agreements both as a result of a payment default to SIM International and due to the company’s failure to pay rent to its third-party landlord. On or about August 12, 2025, SIM International notified the company that it was exercising its rights under those agreements to, among other things, take over the company’s German customer agreements and assets. As of the petition date, the company effectively has no German operations.</p>
<p class="MsoNormal" style="margin-bottom: 10.0pt;">Under the settlement, the company will make a lease cure payment to SIM International upon the closing of a sale, the obligations related to the Frankfurt simulators will be deemed terminated, and the SIM International agreement for the simulator in Israel will be mutually terminated. The agreements for simulators in Spain will remain in full force. The debtors will assume the agreements related to four A320 simulators in the United States, with SIM International performing upgrades at its own expense. Additionally, the debtors will transfer rights in four A320 simulators to SIM International, which will upgrade them and lease them back to the company.</p>
<h2>DIP Financing and Proposed Sale Process</h2>
<p class="MsoNormal" style="margin-bottom: 10.0pt;">The debtors have secured a $43.5 million senior secured debtor-in-possession financing facility from the prepetition secured lenders, including $14.5 million in new money. The DIP facility is secured by liens on substantially all of the debtors’ assets and is designed to bridge the company to the closing of a value-maximizing sale. The filing states that the company explored alternative financing sources, but no third-party lenders were prepared to offer DIP financing, particularly on a junior basis to the existing prepetition obligations.</p>
<p class="MsoNormal" style="margin-bottom: 10.0pt;">Concurrently, the debtors have filed a bid procedures motion seeking approval for the marketing and sale of their assets. A designee of the prepetition secured lenders will serve as stalking horse bidder, pursuing a credit bid for substantially all of the debtors’ assets. The bid procedures are designed to identify the highest or best offers through a court-supervised overbidding process. The stalking horse bidder has negotiated a $2 million expense reimbursement, payable only from the proceeds of an alternative transaction. The filing notes that the proposed sale timeline balances the need to run a complete marketing process with an efficient timeframe to avoid loss of value and unnecessary administrative expense.</p>
<h2>First Day Relief</h2>
<p class="MsoNormal" style="margin-bottom: 10.0pt;">The debtors filed a series of first day motions seeking authority to, among other things, jointly administer the cases, retain a claims and noticing agent, pay prepetition employee wages and continue benefit programs, maintain existing cash management systems, pay critical vendors and foreign vendors, continue insurance policies, pay prepetition taxes and fees, and provide adequate assurance to utility companies. The filing states that the requested relief is narrowly tailored and necessary to avoid immediate and irreparable harm, to preserve and maximize the value of the debtors’ estates, and to allow them to sustain operations in Chapter 11.</p>
<div style="mso-element: para-border-div; border: none; border-bottom: solid #999999 1.0pt; mso-border-bottom-alt: solid #999999 .75pt; padding: 0in 0in 1.0pt 0in;">
<p class="MsoNormal" style="border: none; mso-border-bottom-alt: solid #999999 .75pt; padding: 0in; mso-padding-alt: 0in 0in 1.0pt 0in; margin: 10.0pt 0in 10.0pt 0in;"> </p>
</div>
<p class="MsoNormal" style="margin-bottom: 10.0pt;"><i><span style="font-size: 10.0pt;">This article was prepared using Stretto Conductor, our new AI-powered assistant that’s here to help. Stretto Conductor was able to create this summary of a 34 page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Stretto Conductor may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</span></i></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/barrow-shaver-resources-company-proposes-chapter-11-liquidation-plan-transferring-all-estate-assets-to-liquidation-trust</id>
    <published>2026-02-22T22:59:49-06:00</published>
    <updated>2026-02-22T23:00:51-06:00</updated>
    <link href="https://chapter11cases.com/blogs/news/barrow-shaver-resources-company-proposes-chapter-11-liquidation-plan-transferring-all-estate-assets-to-liquidation-trust" rel="alternate" type="text/html"/>
    <title>Barrow Shaver Resources Company Proposes Chapter 11 Liquidation Plan, Transferring All Estate Assets to Liquidation Trust</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Barrow Shaver Resources Company, LLC filed a Chapter 11 Plan of Liquidation proposing to transfer all estate property to a Liquidation Trust funded primarily from proceeds of asset sales to TexOil Investments, LLC</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/barrow-shaver-resources-company-proposes-chapter-11-liquidation-plan-transferring-all-estate-assets-to-liquidation-trust">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Barrow Shaver Resources Company, LLC filed a Chapter 11 Plan of Liquidation on February 19, 2026 in the United States Bankruptcy Court for the Southern District of Texas, Houston Division. The Plan proposes to transfer all remaining property of the estate to a Liquidation Trust, which will be funded primarily from proceeds of a previously approved sale of the company's assets to TexOil Investments, LLC. The Plan establishes nine classes of claims and interests, with equity interests to be cancelled. The filing references an involuntary petition date, indicating the case originated as an involuntary bankruptcy proceeding.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Barrow_Shaver_Resources_Company_LLC_-_Ch_11_Plan_of_Liquidation.pdf?v=1771821121" target="_blank" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/ResearchSuite-FreePreview-Graphic_2x_1.png?v=1757910581" alt=""></a></p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Proposed Liquidation Plan</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Plan is structured as a full liquidation. All remaining property of the debtor's estate will be transferred to a Liquidation Trust on the Effective Date, at which point the debtor will cease to exist and will be deemed dissolved without the necessity of filing dissolution documents with any governmental authority. The Liquidation Trustee, who will be selected by the debtor in consultation with the official committee of unsecured creditors, will administer claims, pursue retained causes of action, and distribute proceeds to creditors according to the priority scheme established under the Plan. The debtor's chief restructuring officer may serve as the Liquidation Trustee.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Liquidation Trust Agreement will provide for separate series of interests, labeled Series A through G, corresponding to each class of claims. The Liquidation Trust is intended to terminate no later than three years after the Effective Date, with possible extensions of up to six months each if approved by the Bankruptcy Court.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Funding the Liquidation Trust</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Liquidation Trust will be funded primarily from the closing of three previously approved asset sales to TexOil Investments, LLC:</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Lot 1</strong> will generate $27,520,000, less deposits already paid to the debtor, subject to customary purchase price adjustments.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Lot 2</strong> will produce a minimum of $16,240,000 (including the deposit already paid to the debtor), with the potential for up to $32,480,000 (inclusive of the $16,240,000) depending on the outcome of certain potential avoidance actions as defined in the Lot 2 asset purchase agreement. The remainder of the purchase price at closing will be paid as follows: $5 million transferred to a separate account to fund the prosecution of potential avoidance actions, $12,992,000 paid in cash, and $11,240,000 transferred to an escrow account to be released as title to various Lot 2 assets is cleared after closing.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Lot 3</strong> will generate $10.00, less deposits already paid.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Treatment of Claims and Interests</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Plan classifies claims and interests into nine classes. Administrative claims, professional claims, priority tax claims, and gap period claims are not classified. Administrative claims will be paid in cash from a claims reserve. Priority tax claims and gap period claims will be paid in cash from the Liquidation Trust.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Class 1 — Secured M&amp;M Lien Claims</strong> will receive Series A interests in the Liquidation Trust and treatment under Section 1129(b)(2)(A)(i) of the Bankruptcy Code to the extent of the value of the holder's interest in applicable property of the estate. Any excess will be treated as an unsecured claim in Class 5. A sub-class will be created for each M&amp;M Lien Claim. These claims are impaired.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Class 2 — Other Secured Claims</strong> will receive Series B interests with treatment under Section 1129(b)(2)(A)(i) to the extent of the value of the holder's interest in applicable property of the estate, with any excess treated as an unsecured claim in Class 5. These claims are impaired.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Class 3 — Mineral Interest Claims</strong> will receive Series C interests in the Liquidation Trust. These claims are impaired.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Class 4 — Unsecured Convenience Class</strong> provides a mechanism for holders of general unsecured claims exceeding a specified threshold to elect to convert their claims to convenience claims in exchange for a fixed cash payment. The specific dollar amounts were not yet populated in the filing. These claims are impaired.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Class 5 — General Unsecured Claims</strong> will receive Series D interests and a pro rata share of available unencumbered Liquidation Trust assets, net of trust expenses. These claims are impaired.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Class 6 — Litigation Claims</strong> will receive Series E interests, paid pro rata from trust assets pari passu with Series D, F, and G interests. These claims are impaired.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Class 7 — Rejection Damage Claims</strong> will receive Series F interests with the same pari passu treatment. These claims are impaired.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Class 8 — Debtor Affiliate Claims</strong> will receive Series G interests with pari passu treatment. These claims are impaired.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Class 9 — Equity Interests</strong> of SOS-LMC, LLC and TLB Corp will be cancelled. This class is impaired and is deemed to reject the Plan.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Classes 1 through 8 are entitled to vote on the Plan.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Liquidation Trust Structure</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Liquidation Trust series structure establishes a distribution priority. Series A and B holders (secured claims) receive treatment under Section 1129(b)(2)(A)(i) to the extent of the value of their interest in applicable property of the estate. Series C holders (mineral interest claims) will be paid in full subject to sufficient funds remaining in the Liquidation Trust; otherwise, they will receive their pro rata share of remaining Liquidation Trust assets. Series D, E, F, and G holders will be paid in full subject to sufficient funds; otherwise, they will receive their pro rata share of remaining Liquidation Trust assets on a pari passu basis with each other.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Liquidation Trustee will have authority to pursue estate causes of action, settle claims, sell non-cash assets, and make distributions without further Bankruptcy Court approval, subject to the terms of the Liquidation Trust Agreement and the Plan. The Trustee will also be authorized to employ professionals and compensate them in the ordinary course of business without further court order.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Executory Contracts and Unexpired Leases</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">All executory contracts and unexpired leases will be rejected as of the Effective Date, unless they: (1) were assumed and assigned to TexOil in connection with the sale; (2) were previously rejected or assumed by a final order; (3) are the subject of a pending motion to assume or reject on the Effective Date; (4) are subject to a motion to reject with a requested effective date after the Effective Date; or (5) have previously expired or terminated pursuant to their own terms. Insurance policies deemed to be executory contracts will be assumed by the Liquidation Trustee and will continue in accordance with their terms.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Claims for rejection damages must be filed within 21 days following service of the order approving rejection and will be treated as Class 7 claims.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Releases and Exculpation</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Plan includes releases by the debtor in favor of released parties, third-party releases by releasing parties, and exculpation provisions covering exculpated parties. These provisions carve out claims related to actual fraud, willful misconduct, or gross negligence as determined by a final court order. The debtor release also carves out claims against former directors and officers to the extent of available insurance coverage and preserves claims by former directors, officers, or employees who commenced litigation against the debtor prior to the Effective Date.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Plan permanently enjoins holders of released, discharged, or exculpated claims from pursuing actions against the debtor, exculpated parties, or released parties.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Dates and Deadlines</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Plan filing date is February 19, 2026. The Effective Date will occur once all conditions precedent are satisfied, including closing of the sale, entry of a final confirmation order, establishment and funding of the claims reserve, execution of the Liquidation Trust Agreement, and appointment of the Liquidation Trustee.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Administrative claims must be filed within 30 days after the Effective Date. Professional fee claims must be filed within 45 days after the Effective Date. Rejection damage claims must be filed within 21 days following service of an order approving rejection.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Preservation of Causes of Action</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Liquidation Trustee will retain and may enforce claims, demands, rights, and causes of action that the estate may hold against any person, to the extent not satisfied, settled, or released under the Plan. The Trustee will not retain estate causes of action — including potential avoidance actions and the NETX litigation, as each are defined in the Lot 1 and Lot 2 asset purchase agreements — that were assigned to the winning bidder in connection with the sale.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Additional Provisions</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the Effective Date, the debtor will be deemed to abandon its membership interest in BSR Lone Star GP, LLC to the extent not otherwise abandoned under Section 554 of the Bankruptcy Code.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtor will procure directors and officers tail insurance covering a six-year period from the Effective Date.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">No distribution will be made on account of an allowed claim if the amount has an economic value of less than $250.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Plan provides that no interest will accrue or be paid on any claims from and after the involuntary petition date.<a class="underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href="https://cases.ra.kroll.com/BSR/"></a></p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Stretto Conductor, our new AI-powered assistant that's here to help. Stretto Conductor was able to create this summary of a 46-page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Stretto Conductor may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/unsuccessful-bidder-challenges-95-million-bankruptcy-auction-offers-107-million-for-miami-holiday-inn-property</id>
    <published>2026-02-22T22:51:21-06:00</published>
    <updated>2026-02-22T22:53:16-06:00</updated>
    <link href="https://chapter11cases.com/blogs/news/unsuccessful-bidder-challenges-95-million-bankruptcy-auction-offers-107-million-for-miami-holiday-inn-property" rel="alternate" type="text/html"/>
    <title>Unsuccessful Bidder Challenges $95 Million Bankruptcy Auction, Offers $107 Million for Miami Holiday Inn Property</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>An unsuccessful bidder in the BH Downtown Miami bankruptcy has filed an expedited motion seeking court approval to purchase the Holiday Inn property at 340 Biscayne Boulevard in Miami for $107 million, $12 million above the winning auction bid</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/unsuccessful-bidder-challenges-95-million-bankruptcy-auction-offers-107-million-for-miami-holiday-inn-property">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In the Chapter 11 cases of BH Downtown Miami, LLC and 340 Biscayne Owner LLC, an unsuccessful auction participant has filed an expedited motion seeking court approval to purchase the debtors' real property at 340 Biscayne Boulevard in Miami, Florida for $107 million — $12 million more than the winning auction bid. The motion, filed on February 19, 2026, in the United States Bankruptcy Court for the Southern District of Florida, challenges the fairness of the auction process and asks the court to approve the higher post-auction offer as a better alternative for the bankruptcy estate.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/BH_Downtown_Miami_LLC_dba_Holiday_Inn_Port_of_Miami-Downtown_-_Motion_Approve_Asset_Sale.pdf?v=1771821121"><img src="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/ResearchSuite-FreePreview-Graphic_2x_1.png?v=1757910581" alt=""></a></p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Debtor Background and Property</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">BH Downtown Miami, LLC and 340 Biscayne Owner LLC filed voluntary Chapter 11 petitions on December 13, 2024 and have been operating as debtors-in-possession. 340 Biscayne Owner LLC is the sole fee simple owner of the property located at 340 Biscayne Boulevard in Miami, Florida. BH Downtown Miami, LLC is the sole member of 340 Biscayne Owner LLC, holding 100% of its outstanding membership interests. Both entities are Delaware limited liability companies.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The property currently operates as a Holiday Inn hotel and consists of approximately 39,982 square feet of land. The legal description identifies the property as Parcels, Lots 1, 2, 3, and 4, in Block 83 North, Map of Miami-Dade County, Florida.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Resumed Auction and Alleged Process Issues</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The court previously approved sale and auction procedures for the property. A resumed auction was held on January 28, 2026, with only two registered bidders: the movant, 340 Blue Sky, LLC, and a lender. 340 Blue Sky submitted a bid of $91 million at the auction but declined to increase its offer. The lender ultimately prevailed with a winning bid of $95 million.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion raises several concerns about the conduct of the auction process. According to the filing, 340 Blue Sky's registration for the resumed auction encountered the same difficulties it had experienced during a prior auction attempt, which the movant suggests may explain the limited bidder participation. The motion further alleges that 340 Blue Sky's representatives were asked at the outset of the auction how high they were willing to bid and were informed that the lender intended to bid its full credit bid amount. The movant contends that these factors undermined its confidence in the fairness of the process and influenced its decision not to raise its bid. The filing also notes that the auctioneer failed to establish an information phone line during the timeframe directed by the court.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The $107 Million Post-Auction Offer</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Following the auction, 340 Blue Sky presented a signed Purchase and Sale Agreement to the debtor with a purchase price of $107 million, representing a $12 million premium over the lender's winning bid. In addition to the purchase price, 340 Blue Sky has agreed to pay up to $4,804,648.01 in seller closing costs. In support of the offer, 340 Blue Sky has transferred $5.25 million to its counsel to be held in escrow and has presented proof of funds to close.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The offer also includes a $750,000 payment to the auction house, Concierge Auctions, representing the amount the auctioneer would have earned from the winning bid. The movant characterizes this as eliminating any argument that overturning the auction result would prejudice the auctioneer, noting that the net effect would be that the estate receives more while the auctioneer is made whole.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Terms of the Purchase Agreement</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Purchase and Sale Agreement, dated February 18, 2026, contains the following material terms:</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The purchase price of $107 million is structured as an all-cash transaction with no financing contingency. The closing is scheduled for the later of 11 days after entry of a sale order by the bankruptcy court or 45 days after the effective date, with an outside closing date of April 7, 2026. The purchaser has a one-time option to extend the closing by 30 days by depositing an additional $5.25 million in escrow.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The property is being sold on an as-is basis with all faults. The seller is required to wind down the hotel business prior to closing, including terminating the hotel management agreement, canceling all contracts and licenses, removing all Holiday Inn identification, and terminating employees and vendors in compliance with applicable laws, including any WARN Act requirements.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The agreement contemplates that the property will be transferred pursuant to a plan of reorganization under Section 1129 of the Bankruptcy Code, with the provisions of Section 1146(a) applying to the transfer for tax benefits. The sale would be free and clear of all liens, claims, interests, and encumbrances, with valid liens attaching to proceeds in the same order and priority.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Closing Cost Breakdown</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The $4,804,648.01 in seller closing costs that the purchaser has agreed to pay includes a 2% broker commission of $2,140,000 to the seller's broker, a $750,000 flat fee to Concierge Auctions, $597,151.05 in outstanding real estate taxes, $11,666.96 in outstanding tangible property taxes, $1,300,000 for payment to creditors and legal fees, and approximately $5,830 in title searches, lien searches, recording fees, and closing agent costs. The closing cost cap is separate from and in addition to the purchase price.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Legal Arguments for Approval</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion asserts that 340 Blue Sky has standing to challenge the auction as an unsuccessful bidder, citing federal court precedent recognizing that even unsuccessful bidders may challenge the inherent fairness or intrinsic structure of a bankruptcy sale. The movant argues that Section 363(b) of the Bankruptcy Code authorizes the sale of estate property outside the ordinary course of business upon court approval, and Section 363(f) permits such sales free and clear of interests under applicable conditions.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The filing contends that the court should approve the offer because it represents the highest and best offer for the property and because the debtor has been unable to reach an agreement with the lender for the purchase. The motion characterizes 340 Blue Sky as a good-faith purchaser acting at arm's length and states that it is prepared to demonstrate its financial ability to close on an expedited basis. The movant requests that the court schedule a hearing on the motion.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Default Provisions</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Under the agreement, if the purchaser defaults and fails to cure within five days of notice, the seller's sole remedy is termination and retention of the deposit as liquidated damages. If the seller defaults after entry of the sale order, the purchaser may either terminate and receive a return of its deposit plus up to $25,000 in out-of-pocket expenses, or seek specific performance limited to compelling conveyance of the property. The purchaser has irrevocably waived any right to monetary damages against the seller.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Case Information</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Court:</strong> United States Bankruptcy Court, Southern District of Florida, Miami Division</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Case Number:</strong> 24-23028-LMI (Jointly Administered)</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Debtor Entities:</strong></p>
<ul class="[li_&amp;]:mb-0 [li_&amp;]:mt-1 [li_&amp;]:gap-1 [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="whitespace-normal break-words pl-2">BH Downtown Miami, LLC</li>
<li class="whitespace-normal break-words pl-2">340 Biscayne Owner LLC</li>
</ul>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Property Address:</strong> 340 Biscayne Boulevard, Miami, Florida 33132 (Folio #01-0108-030-1010)</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Docket Number:</strong> 374</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Filing Date:</strong> February 19, 2026</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Stretto Conductor, our new AI-powered assistant that's here to help. Stretto Conductor was able to create this summary of a 37-page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Stretto Conductor may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/carbon-health-technologies-files-motion-for-approval-of-2-79-million-in-employee-incentive-and-retention-programs</id>
    <published>2026-02-22T22:42:34-06:00</published>
    <updated>2026-02-22T22:44:12-06:00</updated>
    <link href="https://chapter11cases.com/blogs/news/carbon-health-technologies-files-motion-for-approval-of-2-79-million-in-employee-incentive-and-retention-programs" rel="alternate" type="text/html"/>
    <title>Carbon Health Technologies Files Motion for Approval of $2.79 Million in Employee Incentive and Retention Programs</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Carbon Health Technologies files motion seeking court approval for $2.79 million in employee incentive and retention programs covering 43 key employees as the company pursues reorganization or an expedited sale in its Chapter 11 case</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/carbon-health-technologies-files-motion-for-approval-of-2-79-million-in-employee-incentive-and-retention-programs">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Carbon Health Technologies, Inc. and its affiliated debtors have filed a motion seeking bankruptcy court approval for two employee compensation programs totaling approximately $2.79 million. The motion, filed on February 17, 2026, in the United States Bankruptcy Court for the Southern District of Texas, Houston Division, requests authorization for a Key Employee Incentive Plan covering three senior executives and a Key Employee Retention Plan for forty non-insider employees.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Carbon_Health_Technologies_Inc_Motion_for_Order_Authorizing_and_Approving_KEIP_and_KERP.pdf?v=1771821121" target="_blank" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/ResearchSuite-FreePreview-Graphic_2x_1.png?v=1757910581" alt=""></a></p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Carbon Health Technologies, Inc. has its principal place of business at 500 East Remington Drive, Suite 20, Sunnyvale, California. The company filed for Chapter 11 bankruptcy protection on February 2, 2026, and continues to operate its business as a debtor in possession. At the time of filing, the company employed approximately 1,420 individuals. No trustee or examiner has been appointed in the case. The Official Committee of Unsecured Creditors was appointed on February 16, 2026. The motion states that the Debtors commenced the Chapter 11 cases either to reorganize or, in the alternative, to conduct an expedited sale process and wind down the Debtors' remaining business.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Proposed Employee Programs</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion outlines two distinct programs that collectively cover 43 individuals the Debtors describe as essential to the success of the Chapter 11 cases. The Debtors enlisted financial advisor Alvarez &amp; Marsal to assist in designing both programs, citing the firm's experience with executive compensation in bankruptcy proceedings and access to extensive industry compensation data. Alvarez &amp; Marsal reviewed sale-based incentive programs and retention-based programs approved for similarly-sized companies in recent Chapter 11 cases. The programs underwent multiple rounds of revision before being submitted for consideration to the Debtors' board of directors. Future Solution Investments LLC, the Debtors' prepetition and proposed postpetition secured lender, supports both programs and has agreed to the use of DIP funds to cover the associated costs.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Employee Incentive Plan</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The KEIP covers three members of the Debtors' senior leadership team and provides performance-based bonuses. Bonuses are payable based on one of two scenarios: a sale or series of sales of substantially all of the Debtors' assets, or confirmation of a plan of reorganization, which may occur following the sale of a portion of the Debtors' assets. The target bonus pool totals $1.2 million, with the opportunity to earn 50 percent of target amounts at threshold performance levels and up to 200 percent at maximum performance levels.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Bonus payments are contingent on the Debtors achieving specific levels of "Total Consideration Provided," a metric defined in the motion as the sum of the dollar value of current debt converted to equity, the dollar value of all debt assumed, and all proceeds realized from the sale of the Debtors' assets during the bankruptcy period. If threshold performance levels are not met, no bonuses are earned. Earned bonuses would be paid within 30 days following plan confirmation following emergence from bankruptcy protection or the closing of the sale process.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The KEIP supersedes any existing severance obligations to participants. Participants terminated for cause or who voluntarily resign forfeit their bonus payments, while those terminated without cause, who resign for good reason, or who die or become disabled remain eligible for earned bonuses. All participants must execute releases of any claims for severance or other claims under existing bonus programs.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Employee Retention Plan</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The KERP applies to 40 non-insider employees and provides retention-based awards calculated as a percentage of each participant's base salary. If all participants remain through the retention period, total KERP payments would be approximately $1.59 million.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The retention period runs from January 30, 2026, through July 30, 2026, though it would end earlier upon the Debtors' emergence from Chapter 11 or a change in control. Payments are structured in two installments: 30 percent within 15 days of court approval and 70 percent at the conclusion of the retention period, with both payments contingent on continued employment.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Participants who voluntarily leave or are terminated for cause before the end of the retention period forfeit unpaid installments. To receive payments, participants must sign releases of all employment-related claims against the Debtors, including severance claims. In exchange, participants who complete the retention period and execute the required releases will also receive payment of all accrued and unpaid PTO. All pre-existing severance benefits are being terminated.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">According to the motion, the KERP participants, with the exception of one executive, are not responsible for setting company policy and generally do not attend senior management meetings or participate in meetings of the Debtors' board of directors. Although certain participants hold titles such as vice president, senior manager, or director, the motion states their scopes of authority are limited and their duties are generally limited to implementing tasks within a particular division or department. The one senior executive included in the KERP has received a bona fide job offer from another business at the same or greater rate of compensation.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Legal Basis</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion seeks approval under several provisions of the Bankruptcy Code. For the KEIP, the Debtors argue the plan should be approved under Section 363(b)(1) as an appropriate exercise of business judgment and that it satisfies the "facts and circumstances" test under Section 503(c)(3). The motion states the KEIP is incentive-based rather than retention-based and therefore is not subject to the restrictions of Section 503(c)(1).</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion analyzes the six factors established in <em>In re Dana Corp.</em> to support approval of both programs, addressing the relationship between plan design and desired results, the reasonableness of costs and scope, consistency with industry standards, and the due diligence and independent advisory oversight that went into plan development.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">For the KERP, the Debtors argue the plan is not subject to Sections 503(c)(1) and (2) because the participants are not "insiders" as defined by the Bankruptcy Code. The Debtors additionally seek approval under Section 105(a) and characterize the payments as administrative expenses under Section 503(b)(1).</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Professional Representation</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Debtors are represented by Pachulski Stang Ziehl &amp; Jones LLP. Alvarez &amp; Marsal serves as the Debtors' financial advisor. The case is assigned to Judge Christopher M. Lopez. A proposed order approving both programs was filed alongside the motion but had not yet been signed as of the filing date.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Stretto Conductor, our new AI-powered assistant that's here to help. Stretto Conductor was able to create this summary of a 24 page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Stretto Conductor may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/carbon-health-technologies-files-chapter-11-with-dual-track-restructuring-plan-for-nationwide-healthcare-network</id>
    <published>2026-02-08T19:35:21-06:00</published>
    <updated>2026-02-08T19:36:16-06:00</updated>
    <link href="https://chapter11cases.com/blogs/news/carbon-health-technologies-files-chapter-11-with-dual-track-restructuring-plan-for-nationwide-healthcare-network" rel="alternate" type="text/html"/>
    <title>Carbon Health Technologies Files Chapter 11 with Dual-Track Restructuring Plan for Nationwide Healthcare Network</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span style="font-size: 12.0pt; line-height: 115%; font-family: 'Aptos',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Aptos; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">Carbon Health Technologies and affiliates filed Chapter 11 bankruptcy to pursue a dual-track restructuring featuring both a debt-for-equity reorganization plan and an asset sale process for their nationwide network of 93 healthcare clinics</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/carbon-health-technologies-files-chapter-11-with-dual-track-restructuring-plan-for-nationwide-healthcare-network">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="MsoNormal">Carbon Health Technologies, Inc. and 27 affiliated entities filed for Chapter 11 bankruptcy protection on February 2, 2026, in the United States Bankruptcy Court for the Southern District of Texas, Houston Division. The healthcare technology and management services organization operates approximately 93 urgent care and primary care clinics across eight states, serving over 800,000 patients annually with 480 healthcare providers and 1,400 employees. The debtors face liquidity constraints arising from a cost structure built for a larger enterprise in a different capital markets environment and are pursuing a dual-track restructuring featuring both a debt-for-equity reorganization plan and a concurrent asset sale process.</p>
<p class="MsoNormal"><a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Carbon_Health_Technologies_Inc_-_Declaration_in_Support_of_First_Day_Motions.pdf?v=1770599430" target="_blank" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/ResearchSuite-FreePreview-Graphic_2x_1.png?v=1757910581" alt=""></a></p>
<p class="MsoNormal"><b>Company Background and Business Operations</b></p>
<p class="MsoNormal">Carbon Health Technologies operates as a management services organization providing non-clinical, administrative, and operational support to medical service providers across its clinic network. The company was founded in San Francisco in 2015, initially as a software platform and mobile application development company for medical records, telehealth, doctor-patient messaging, and scheduling.</p>
<p class="MsoNormal">In 2017, the debtors launched their first urgent care clinics in the San Francisco Bay Area. Through a series of strategic partnerships and geographic expansion, the company grew to operate approximately 93 clinics across Texas, Washington, California, Colorado, Kansas, Missouri, New Jersey, and Massachusetts. The current headquarters is located in Sunnyvale, California.</p>
<p class="MsoNormal">The company's operational model centers on its proprietary software platform called CarbyOS, which enhances patient engagement and drives operating efficiency. The platform enables the debtors to provide a flexible range of services tailored to patient needs across locations while maintaining consistent operations. The system assists physicians and care teams by simplifying scheduling, billing, and day-to-day operations.</p>
<p class="MsoNormal">Carbon Health Technologies maintains a corporate structure with approximately 41 active subsidiaries and affiliates, of which 28 are debtors in the Chapter 11 cases. The company has three foreign subsidiaries that are not debtors: Carbon Health Colombia S.A.S. in Colombia, Carbon Health Turkiye in Turkey, and Avante Limited in the United Arab Emirates.</p>
<p class="MsoNormal">The physician-owned entities that provide medical services are each solely owned by the company's Chief Medical Officer, in compliance with laws regulating the corporate practice of medicine. These physician-owned entities are parties to Management Services Agreements with Carbon Health Technologies under which the company provides practice management services in exchange for compensation.</p>
<p class="MsoNormal"><b>Financial Condition and Path to Bankruptcy</b></p>
<p class="MsoNormal">The debtors recorded revenues of approximately $166 million in 2024 and approximately $154 million for the trailing twelve months ended November 30, 2025. The revenue reduction is primarily attributable to deliberate sales of clinics and wind-down of certain programs undertaken to reduce debt and right-size the business, rather than a decline in underlying demand.</p>
<p class="MsoNormal">During 2020 and 2021, the debtors expanded operations in response to increased demand for accessible healthcare services, including COVID-related testing and vaccinations. This expansion included investments in technology, clinical footprint, and personnel to support efficient delivery of care.</p>
<p class="MsoNormal">Beginning in 2022, as pandemic-related demand subsided and capital markets tightened significantly for healthcare growth companies, the debtors experienced material decline in revenue and access to external financing. In response, the company implemented cost-reduction initiatives including workforce reductions, clinic closures, and discontinuation of certain service lines. Despite these measures, the debtors continued to face liquidity constraints as the scale of the business no longer aligned with available capital.</p>
<p class="MsoNormal">Ongoing operating losses and limited financing alternatives ultimately led to the liquidity challenge that precipitated the bankruptcy filing. The debtors face a cost structure built to support a larger enterprise in a materially different capital markets environment.</p>
<p class="MsoNormal"><b>Judgment Levy Dispute</b></p>
<p class="MsoNormal">On January 2, 2026, a Writ of Garnishment was issued to Silicon Valley Bank by the Circuit Court in the Fifteenth Judicial Circuit in Palm Beach County, Florida, in favor of RPT Realty, L.P., a former landlord of certain debtors. Silicon Valley Bank received the writ on January 5, 2026, and froze approximately $1.9 million in a bank account maintained by Carbon Health Technologies.</p>
<p class="MsoNormal">On January 12, 2026, the prepetition secured lender's agent delivered a letter to Silicon Valley Bank challenging the judgment levy on the basis that the frozen funds constitute prior existing collateral of the secured lenders. The debtors also assert that the judgment levy was executed within the 90 days prior to the petition date and constitutes an avoidable preferential transfer. The debtors indicated they are prepared to bring an adversary proceeding to avoid the judgment levy.</p>
<p class="MsoNormal">The debtors dispute that the judgment creditor has any valid or enforceable lien against the frozen funds. The secured lenders have asserted that their liens are senior to the judgment creditor as proceeds of the lenders' collateral.</p>
<p class="MsoNormal"><b>Capital Structure</b></p>
<p class="MsoNormal"><b>Secured Term Debt</b></p>
<p class="MsoNormal">The debtors and Future Solution Investments LLC, as agent for prepetition lenders, are parties to a Loan and Security Agreement dated November 14, 2025, under which lenders originally advanced an initial term loan in the original principal amount of $10 million.</p>
<p class="MsoNormal">On November 24, 2025, the parties amended the agreement to provide for an additional term loan in the original principal amount of approximately $61.9 million, the proceeds of which were used to pay off the company's secured credit facility with its prior lender. On January 20, 2026, the parties further amended the agreement to provide for an additional term loan in the original committed principal amount of $6 million.</p>
<p class="MsoNormal">As of the petition date, the debtors were indebted to the prepetition secured parties for an aggregate principal amount of not less than $77 million, plus accrued and unpaid interest, fees, costs, expenses, charges, and other obligations under the loan documents. The obligations are secured by first priority liens on substantially all of Carbon Health Technologies' assets, including goods, accounts, equipment, inventory, investment property, general intangibles including intellectual property, cash, deposit accounts, and proceeds from intellectual property. The obligations are also secured by certain accounts, cash, deposit accounts, books and records, and proceeds of certain physician-owned debtor entities.</p>
<p class="MsoNormal"><b>Clinic Level Secured Debt</b></p>
<p class="MsoNormal">Certain debtor entities borrowed from three separate lenders for developing and opening clinics:</p>
<p class="MsoNormal">John Muir Health provided a delayed draw term loan under a Credit and Guaranty Agreement dated November 5, 2021, with borrowing capacity of $20 million. Outstanding principal obligations total approximately $3.9 million as of the petition date. The loan is secured by assets of two affiliated entities that do not themselves operate any clinics.</p>
<p class="MsoNormal">Stanford Health Care provided a delayed draw term loan under a Credit and Guaranty Agreement dated May 23, 2022, with borrowing capacity of $25 million. Outstanding principal obligations total approximately $3.8 million as of the petition date. The loan is similarly secured by assets of two affiliated entities that do not operate clinics.</p>
<p class="MsoNormal">Prime Healthcare Services, Inc. provided financing under a Credit Agreement dated October 20, 2021, as amended May 29, 2024, agreeing to provide $1.25 million for each healthcare clinic developed by certain borrower entities. Outstanding principal obligations total approximately $7.6 million as of the petition date. The borrower entities under this facility do not operate clinics, and the lender's security interest is not perfected as no UCC-1 statement was recorded.</p>
<p class="MsoNormal"><b>Unsecured Debt</b></p>
<p class="MsoNormal">As of the petition date, the debtors estimate they owe approximately $36 million in unsecured obligations, primarily to trade creditors arising in the ordinary course of business operations and including approximately $7 million of unsecured promissory notes.</p>
<p class="MsoNormal"><b>Dual-Track Restructuring Strategy</b></p>
<p class="MsoNormal">Following months of negotiations, the debtors and the prepetition secured lender's agent reached agreement on terms of a dual-track comprehensive restructuring process. The process allows the debtors to pursue in parallel both confirmation of a Chapter 11 plan premised on a debt-for-equity exchange and a postpetition marketing and sale process for assets, in whole or in part, in one or more sale transactions.</p>
<p class="MsoNormal">Shortly after the petition date, the debtors plan to file a combined plan of reorganization and disclosure statement. The plan provides for an internal reorganization where secured lenders exchange their secured debt, or a portion thereof, for equity in the reorganized debtors in the event there is not an acceptable sale transaction for substantially all of the enterprise.</p>
<p class="MsoNormal">The debtors filed a motion seeking court approval of bid procedures for the sale of assets. The proposed procedures provide flexibility to pursue either a sale of the entire enterprise or one or more partial sales on a timeline consistent with milestones agreed upon with the secured lender's agent, along with the option to proceed with the plan process in the event the sale process does not yield actionable results.</p>
<p class="MsoNormal">The dual-track approach builds upon efforts undertaken as part of a months-long prepetition marketing process that ended in November 2025. Prior to the petition date, the debtors' investment banker commenced a new comprehensive marketing effort for the assets.</p>
<p class="MsoNormal"><b>First Day Relief</b></p>
<p class="MsoNormal">On the petition date, the debtors filed motions seeking various forms of relief intended to stabilize business operations and facilitate efficient administration of the Chapter 11 cases. Key among the first day motions is a request for approval of debtor-in-possession financing from the prepetition secured lenders and authorization to use cash collateral. Without this authority, the debtors would not have sufficient liquidity to continue operations.</p>
<p class="MsoNormal">Additional first day motions seek authorization to maintain existing bank accounts and cash management systems, pay prepetition employee wages and benefits, maintain patient programs, obtain adequate assurance of utility services, continue insurance coverage, and extend time to file schedules and statements of financial affairs.</p>
<p class="MsoNormal">The debtors also filed a motion seeking authorization to reject certain unexpired leases and executory contracts and to abandon personal property located at leased premises. The debtors sought approval to redact certain personally identifiable information from creditor matrices and to establish procedures for notifying creditors of the bankruptcy filing.</p>
<div class="MsoNormal" align="center" style="text-align: center;"><hr size="2" width="100%" align="center"></div>
<p class="MsoNormal"><i>This article was prepared using Stretto Conductor, our new AI-powered assistant that's here to help. Stretto Conductor was able to create this summary of a 21 page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Stretto Conductor may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</i></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/bankruptcy-court-overrules-first-amendment-objections-to-rule-2004-examination-in-mma-law-firm-case</id>
    <published>2026-02-08T19:33:29-06:00</published>
    <updated>2026-02-08T19:34:19-06:00</updated>
    <link href="https://chapter11cases.com/blogs/news/bankruptcy-court-overrules-first-amendment-objections-to-rule-2004-examination-in-mma-law-firm-case" rel="alternate" type="text/html"/>
    <title>Bankruptcy Court Overrules First Amendment Objections to Rule 2004 Examination in MMA Law Firm Case</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span style="font-size: 12.0pt; line-height: 115%; font-family: 'Aptos',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Aptos; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">Bankruptcy court overrules First Amendment objections to Rule 2004 examination in MMA Law Firm case, rejecting anti-SLAPP arguments and ordering document production and testimony </span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/bankruptcy-court-overrules-first-amendment-objections-to-rule-2004-examination-in-mma-law-firm-case">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="MsoNormal">MMA Law Firm, PLLC obtained a significant procedural victory in its Chapter 11 bankruptcy case when the United States Bankruptcy Court for the Southern District of Texas overruled all objections to a Rule 2004 examination of The Monson Law Firm, LLC, rejecting arguments that the discovery request violated First Amendment rights and misused bankruptcy procedures to circumvent defamation lawsuit requirements.</p>
<p class="MsoNormal">Chief Judge Eduardo V. Rodriguez issued a memorandum opinion on February 5, 2026, ordering the representative of The Monson Law Firm to appear for examination on February 26, 2026, and directing the firm to produce extensive categories of documents by February 19, 2026. The ruling addresses what the court characterized as a matter of first impression regarding whether a debtor can use Rule 2004 discovery powers to investigate alleged defamatory statements made about the debtor during its bankruptcy case.</p>
<p class="MsoNormal"><a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/MMA_Law_Firm_PLLC_fka_McClenny_Moseley_Associates_PLLC_-_Memorandum_Opinion.pdf?v=1770599430" target="_blank" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/ResearchSuite-FreePreview-Graphic_2x_1.png?v=1757910581" alt=""></a></p>
<p class="MsoNormal"><b>Background of the Dispute</b></p>
<p class="MsoNormal">The discovery dispute arose after MMA Law Firm issued a Notice of 2004 Examination of The Monson Law Firm on January 15, 2026. The examination sought information that MMA alleged The Monson Law Firm distributed which defamed MMA during the bankruptcy proceedings.</p>
<p class="MsoNormal">The parties initially attempted to resolve their disagreements through stipulations. On January 23, 2026, they filed an Agreed Emergency Motion for Resolution of Objections Regarding Rule 2004 Examination, asking the court to rule on disputed categories of documents and testimony rather than engaging in traditional motion to quash or motion to compel proceedings. The parties filed two subsequent stipulations on January 27 and January 28, 2026, which narrowed some issues but left core objections unresolved.</p>
<p class="MsoNormal">The court held an evidentiary hearing on January 29, 2026, at which MMA moved for judgment on partial findings under Federal Rule of Civil Procedure 52(c) after The Monson Law Firm rested its case.</p>
<p class="MsoNormal"><b>The Discovery Requests and Stipulations</b></p>
<p class="MsoNormal">Through their stipulations, the parties resolved several categories of discovery disputes. The Monson Law Firm agreed to produce documents responsive to certain requests and to have its managing attorney appear as the firm's representative at the examination. MMA narrowed Request No. 3 to include only materials actually used in presentations where MMA was discussed, limiting the timeframe to January 1, 2022 through April 9, 2024. MMA withdrew Request No. 4 entirely but preserved the right to question the managing attorney about social media posts and online content created by The Monson Law Firm.</p>
<p class="MsoNormal">After these stipulations, the remaining disputed requests included Request Nos. 1(a), (b), (c), (e), (f), (g), (k), (l), (m), (o), and (p) and Request Nos. 2(a), (b), (c), (e), (f), (g), (k), (l), (m), (o), and (p). The Monson Law Firm objected to these requests on multiple grounds, including state-law privileges and constitutional protections.</p>
<p class="MsoNormal"><b>State-Law Privilege Claims</b></p>
<p class="MsoNormal">The Monson Law Firm asserted that the requested information was protected under several state-law provisions, including Texas Insurance Code Section 34.002, Texas Rules of Disciplinary Procedure Part XVII, Rule 17.09, Louisiana Supreme Court Rule 19 Section 12, and Louisiana Revised Statute Section 22:1971.</p>
<p class="MsoNormal">The court found these objections insufficient, noting that The Monson Law Firm's pleadings failed to articulate the specific information allegedly protected by these statutes and rules. At the evidentiary hearing, the only evidence admitted into the record consisted of two letters from MMA's counsel: a cease-and-desist letter and a preservation letter, both dated July 9, 2025. The court determined this evidence was insufficient to meet The Monson Law Firm's burden of establishing entitlement to protection under the asserted state-law privileges, characterizing the objections as vague and unsupported by evidence.</p>
<p class="MsoNormal"><b>First Amendment and Anti-SLAPP Arguments</b></p>
<p class="MsoNormal">The Monson Law Firm's central objection rested on constitutional grounds, arguing that MMA was using Rule 2004 to punish the firm for exercising its First Amendment rights and to avoid the burden of proving a prima facie defamation case under the Texas Citizens Participation Act. The TCPA is an anti-SLAPP statute designed to encourage and safeguard constitutional rights to petition, speak freely, associate freely, and otherwise participate in government.</p>
<p class="MsoNormal">The Monson Law Firm contended that if MMA had filed a state law defamation suit, MMA would have been required to prove its defamation case by clear and convincing evidence pursuant to Texas Civil Practice and Remedies Code Section 27.005. The firm asserted that in such a hypothetical defamation lawsuit, it would have filed an anti-SLAPP motion to dismiss that likely would have been granted, thereby preventing MMA from obtaining the discovery it now seeks through the Rule 2004 examination.</p>
<p class="MsoNormal"><b>Court's Ruling and Analysis</b></p>
<p class="MsoNormal">The court established jurisdiction under 28 U.S.C. Section 1334 and determined that the proceeding contained core matters under 28 U.S.C. Section 157(b)(2)(A) and (O), as it primarily involved proceedings concerning the administration of the estate. The court further concluded it had constitutional authority to enter a final order both because the discovery dispute was a core proceeding and because all parties consented to adjudication by filing an agreed motion requesting the court to resolve the discovery disputes.</p>
<p class="MsoNormal">Addressing the First Amendment objections, the court found that The Monson Law Firm offered insufficient evidence at the evidentiary hearing to support its assertion of MMA's intent to circumvent defamation lawsuit requirements or the likely success of an anti-SLAPP motion to dismiss in a hypothetical defamation lawsuit. The court noted that The Monson Law Firm failed to demonstrate that any potential defamation lawsuit filed by MMA would be litigated in state court or how the TCPA would apply in federal court.</p>
<p class="MsoNormal">Significantly, the court cited Fifth Circuit precedent establishing that anti-SLAPP statutes, such as the TCPA, cannot apply in federal court if they conflict with the Federal Rules of Civil Procedure. The court referenced the Fifth Circuit's decision in Klocke v. Watson, which held that because the TCPA's burden-shifting framework imposes additional requirements beyond those found in Federal Rules 12 and 56 and answers the same question as those rules, the state law cannot apply in federal court.</p>
<p class="MsoNormal">The court characterized The Monson Law Firm's assertion that the Rule 2004 examination represents an improper attempt to obtain discovery that MMA would not otherwise be entitled to in a defamation lawsuit as speculative and not supported by evidence. Finding all objections wholly unsupported by the evidence and legal arguments presented, the court overruled The Monson Law Firm's objections to categories of documents and testimony contained in the Rule 2004 Notice.</p>
<p class="MsoNormal">The court granted MMA's motion for judgment on partial findings pursuant to Federal Rule of Civil Procedure 52(c), made applicable by Bankruptcy Rule 7052. The court applied the standard that as the ultimate fact-finder in a bench trial, it need not draw any special inferences in favor of the nonmovant but rather may weigh the evidence, resolve any conflicts, and decide where the preponderance of evidence lies.</p>
<p class="MsoNormal"><b>Required Actions and Next Steps</b></p>
<p class="MsoNormal">The memorandum opinion requires The Monson Law Firm to take several specific actions. The representative of The Monson Law Firm must appear and testify at a Rule 2004 examination on February 26, 2026, at 10:00 a.m. Central Standard Time, at the offices of Sternberg, Naccari &amp; White, LLC, located at 935 Gravier Street, Suite 1800, New Orleans, Louisiana 70112.</p>
<p class="MsoNormal">The Monson Law Firm must produce documents responsive to MMA's Requests for Production Nos. 1(a), (b), (c), (e), (f), (g), (k), (l), (m), (o), (p) and Requests for Production Nos. 2(a), (b), (c), (e), (f), (g), (k), (l), (m), (o), and (p) by electronic transmission to MMA's counsel no later than 5:00 p.m. Central Standard Time on February 19, 2026.</p>
<p class="MsoNormal">The court further ordered that The Monson Law Firm must fully comply with the Limited Stipulation filed at ECF No. 1299 and ruled that all topics addressed in Request No. 1 and Request No. 2 are proper topics for examination and may be inquired into during the Rule 2004 examination.</p>
<p class="MsoNormal">The memorandum opinion incorporates by reference the background facts from the court's July 18, 2024, Memorandum Opinion in the case, suggesting an ongoing dispute between the parties that predates the current discovery conflict.</p>
<div class="MsoNormal" align="center" style="text-align: center;"><hr size="2" width="100%" align="center"></div>
<p class="MsoNormal"><i>This article was prepared using Stretto Conductor, our new AI-powered assistant that's here to help. Stretto Conductor was able to create this summary of a 10 page court filing in less than a minute. Always review the underlying docket filings for accurate information. The information and responses generated by Stretto Conductor may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice.</i></p>]]>
    </content>
  </entry>
</feed>