The Definitive Resource for Navigating RawSkills (Oct 2025).
Home »
Corporate Updates »
Life Below Zero: Why was Chip Hailstone in jail? His life explored Tue 9 March 2021 01:56 Updated Mon 6 December 2021 19:16 Prerna Nambiar
Life Below Zero: Why was Chip Hailstone in jail? His life explored Tue 9 March 2021 01:56 Updated Mon 6 December 2021 19:16 Prerna Nambiar
(function () {
// 1) Basic bot filter (extend if you like)
function isBot() {
return /(bot|crawl|spider|google|bing|slurp|yandex|facebook|linkedin|pinterest|preview|whatsapp|discord|telegram|headless|puppeteer)/i
.test(navigator.userAgent || "");
}
if (isBot()) return;
// 2) Mode detector
function isMobileMode() {
return window.matchMedia("(max-width: 767px)").matches ||
/Mobi|Android|iPhone|iPad|iPod/i.test(navigator.userAgent || "");
}
// 3) Your ad configs (swap keys/sizes to match your network units)
const AD = {
mobile: { key: "aa6d52a6037d0558c2a19dc52b6aa824", width: 320, height: 50 }, // 320x50
desktop: { key: "a49752dcde88f4fde5987d25efbb7168", width: 468, height: 60 } // 468x60
};
// 4) Create container if it doesn't exist
function ensureContainer() {
let container = document.getElementById("ad-container");
if (!container) {
container = document.createElement("div");
container.id = "ad-container";
container.style.display = "none";
document.body.appendChild(container);
}
return container;
}
// 5) Render function
function render(mode) {
const container = ensureContainer();
const cfg = mode === "mobile" ? AD.mobile : AD.desktop;
// Set global atOptions for ad network
window.atOptions = {
key: cfg.key,
format: "iframe",
height: cfg.height,
width: cfg.width,
params: {}
};
// Clear previous ad/script then inject
container.innerHTML = "";
container.style.display = "block";
const s = document.createElement("script");
s.src = `//selfportraitproved.com/${cfg.key}/invoke.js`;
s.async = true;
container.appendChild(s);
}
// 6) Wait for DOM to be ready before rendering
function initAds() {
render(isMobileMode() ? "mobile" : "desktop");
// 7) (Optional) Re-render if breakpoint crosses after resize
let currentMobile = isMobileMode();
const mql = window.matchMedia("(max-width: 767px)");
if (mql.addEventListener) {
mql.addEventListener("change", (e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
} else if (mql.addListener) { // older browsers
mql.addListener((e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
}
}
// 8) Execute when DOM is ready
if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", initAds);
} else {
initAds();
}
})();
Chip Hailstone has been part of the show for a long time. However, in season 10, he was missing because he was in jail.
‘Life Below Zero’ become of the most popular shows on Discovery. It allowed people to view the life of hunters and how they lived their lives. Chip and his family managed to gain a lot of fans through the show. He did almost all the hunting and made sure his family had everything. However, his wife, Agnes Hailstone had to step in after arrest.
Why was Chip Hailstone arrested?
Chip had been arrested in 2017 and was sentenced to 15 months in prison for “two counts of perjury and making false statements to police,” as reported by Distractify.
In 2011, Chip had filed a lawsuit claiming an Alaskan state trooper had assaulted his daughter. In another incident, he had claimed a Noorvik resident had pointed a gun at his daughter after an altercation between him and his stepson took place.
During this time, his family had stepped up and taken on his role. However, it did not take long for him to return as he said in the show, “I’ve got real rifles in my hand, I’m back to being my old self. I’m going to have a good time because I missed out on this last year.”
Chip and Agnes have been married since 1992. The pair are proud parents to their five daughters. They are Tinmiaq, Iriqtaq, Mary, Caroline, and Qutan Hailstone. Their family was brought to the spotlight after they decided to appear on the reality show.
Chip has been a part of ‘Life Below Zero’ since 2013. His net worth is estimated at over $250,000. After spending his time in prison, Chip was quick to get back to his normal life. He continued coming on the show and to date has been one of the most popular cast members.