ADVERTISEMENT

A rare copy of the US Constitution went missing for centuries. Now it's being auctioned for millions

Published Sep 8, 2024 12:56 am

ASHEVILLE, N.C. (AP) — Historical document appraiser and collector Seth Kaller spreads a broad sheet of paper across a desk. It's in good enough condition that he can handle it, carefully, with clean, bare hands. There are just a few creases and tiny discolorations, even though it's just a few weeks shy of 237 years old and has spent who knows how long inside a filing cabinet in North Carolina.

AP24250598754466.jpg
A 1787 copy of the U.S. Constitution that will be put up for auction on Sept. 28 at Bruck Auctions in Asheville, N.C., is seen in this photo. (Brunk Auctions via AP)

At the top of the first page are familiar words but in regular type instead of the sweeping Gothic script we're used to seeing: "WE, the People ..."

And the people will get a chance to bid for this copy of the U.S. Constitution — the only of its type thought to be in private hands — at a sale by Brunk Auctions on Sept. 28 in Asheville, North Carolina.

The minimum bid for the auction of $1 million has already been made. There is no minimum price that must be reached.

This copy was printed after the Constitutional Convention finished drafting the proposed framework of the nation's government in 1787 and sent it to the Congress of the ineffective first American government under the Articles of Confederation, requesting they send it to the states to be ratified by the people.

It's one of about 100 copies printed by the secretary of that Congress, Charles Thomson. Just eight are known to still exist and the other seven are publicly owned.

Thomson likely signed two copies for each of the original 13 states, essentially certifying them. They were sent to special ratifying conventions, where representatives, all white and male, wrangled for months before accepting the structure of the United States government that continues today.

"This is the point of connection between the government and the people. The Preamble — 'we the people' — this is the moment the government is asking the people to empower them," auctioneer Andrew Brunk said.

What happened to the document up for auction between Thomson's signature and 2022 isn't known.

Two years ago, a property was being cleared out in Edenton in eastern North Carolina that was once owned by Samuel Johnston. He was the governor of North Carolina from 1787 to 1789 and he oversaw the state convention during his last year in office that ratified the Constitution.

The copy was found inside a squat, two-drawer metal filing cabinet with a can of stain on top, in a long-neglected room piled high with old chairs and a dusty book case, before the old Johnston house was preserved. The document was a broad sheet that could be folded one time like a book.

"I get calls every week from people who think they have a Declaration of Independence or a Gettysburg Address and most of the time it is just a replica, but every so often something important gets found," said Kaller, who appraises, buys and sells historic documents.

"This is a whole other level of importance," he added.

Along with the Constitution on the broad sheet printed front and back is a letter from George Washington asking for ratification. He acknowledged there will have to be compromise and that rights the states enjoyed will have to be given up for the nation's long-term health.

"To secure all rights of independent sovereignty to each and yet provide for the interest and safety for all — individuals entering into society must give up a share of liberty to preserve the rest," wrote the man who would become the first U.S. president.

Brunk isn't sure what the document might go for because there is so little to compare it to. The last time a copy of the Constitution like this sold was for $400 in 1891. In 2021, Sotheby's of New York sold one of only 14 remaining copies of the Constitution printed for the Continental Congress and delegates to the Constitutional Convention for $43.2 million, a record for a book or document.

But that document was meant to be distributed to the Founding Fathers as delegates to the Constitutional Convention. The signed copy being sold later this month was one meant to be sent to leaders in every state so people all around the country could review and decide if that's how they wanted to be governed, connecting the writers of the Constitution to the people in the states who would provide its power and legitimacy.

The auction listing doesn't identify the seller, saying its part of a collection that is in private hands.

Other items up for auction in Asheville including a 1776 first draft of the Articles of Confederation and a 1788 Journal of the Convention of North Carolina at Hillsborough where representatives spent two weeks debating if ratifying the Constitution would put too much power with the nation instead of the states.

 

Related Tags

world news
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.