Public-domain · open source
OpenJurist

30 ILCS 550/3

Builder or developer cash bond or other surety

Known as the Public Construction Bond Act

The act spans §§ 30-550-0-01 to 30-550-3 (7 sections).

P.A. 96-1000, eff. 7-2-10.

(a) A county or municipality may not require a cash bond, irrevocable letter of credit, surety bond, or letter of commitment issued by a bank, savings and loan association, surety, or insurance company from a builder or developer to guarantee completion of a project improvement when the builder or developer has filed with the county or municipal clerk a current, irrevocable letter of credit, surety bond, or letter of commitment issued by a bank, savings and loan association, surety, or insurance company, deemed good and sufficient by the county or municipality accepting such security, in an amount equal to or greater than 110% of the amount of the bid on each project improvement. A builder or developer has the option to utilize a cash bond, irrevocable letter of credit, surety bond, or letter of commitment, issued by a bank, savings and loan association, surety, or insurance company, deemed good and sufficient by the county or municipality, to satisfy any cash bond requirement established by a county or municipality. Except for a municipality or county with a population of 1,000,000 or more, the county or municipality must approve and deem a surety or insurance company good and sufficient for the purposes set forth in this Section if the surety or insurance company is authorized by the Illinois Department of Insurance to sell and issue sureties in the State of Illinois. (b) If a county or municipality receives a cash bond, irrevocable letter of credit, or surety bond from a builder or developer to guarantee completion of a project improvement, the county or municipality shall (i) register the bond under the address of the project and the construction permit number and (ii) give the builder or developer a receipt for the bond. The county or municipality shall establish and maintain a separate account for all cash bonds received from builders and developers to guarantee completion of a project improvement. (c) The county or municipality shall refund a cash bond to a builder or developer, or release the irrevocable letter of credit or surety bond, within 60 days after the builder or developer notifies the county or municipality in writing of the completion of the project improvement for which the bond was required. For these purposes, "completion" means that the county or municipality has determined that the project improvement for which the bond was required is complete or a licensed engineer or licensed architect has certified to the builder or developer and the county or municipality that the project improvement has been completed to the applicable codes and ordinances. The county or municipality shall pay interest to the builder or developer, beginning 60 days after the builder or developer notifies the county or municipality in writing of the completion of the project improvement, on any bond not refunded to a builder or developer, at the rate of 1% per month. (d) A home rule county or municipality may not require or maintain cash bonds, irrevocable letters of credit, surety bonds, or letters of commitment issued by a bank, savings and loan association, surety, or insurance company from builders or developers in a manner inconsistent with this Section. This Section supersedes and controls over other provisions of the Counties Code or Illinois Municipal Code as they apply to and guarantee completion of a project improvement that is required by the county or municipality, regardless of whether the project improvement is a condition of annexation agreements. This Section is a denial and limitation under subsection (i) of Section 6 of Article VII of the Illinois Constitution on the concurrent exercise by a home rule county or municipality of powers and functions exercised by the State. This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn .fade-out { opacity: 0; transition: opacity 1.0s; /* Adjust the duration as needed */ } .cookies { position: fixed; bottom: 0; margin-bottom: 0; /* Ensure no margin at the bottom */ width: 100%; border-radius: 0; /* Remove rounded borders */ opacity: 0.98; z-index: 100; } @media (max-width: 576px) { .cookies { height: auto; /* Allow the height to adjust based on content */ padding-bottom: 80px !important; /* Add extra padding to push buttons above UserWay widget */ } } ILGA.gov is better with cookies. ILGA.gov uses cookies to ensure you get the best experience on our website. By continuing to browse ILGA.gov you consent to our use of cookies. Read About Cookies Accept & Continue document.getElementById('about-cookies-btn').addEventListener('click', function () { window.location.href = '/Cookies'; }); (function () { var button = document.querySelector("#cookieConsent button[data-cookie-string]"); button.addEventListener("click", function (event) { document.cookie = button.dataset.cookieString; var cookieContainer = document.querySelector("#cookieConsent"); cookieContainer.remove() }, false); })(); enableWordFriendlyCopy({ selector: '#copyable-content', baseUrl: 'https://ilga.gov/' }); (function () { const BASE_WIDTH = 578; const isDev = location.hostname === 'localhost' || location.hostname === 'dev.ilga.gov'; const log = (...args) => { if (isDev) { console.log(...args); } }; function applyBillScale() { log('--- applyBillScale called ---'); const host = document.querySelector('#billtextanchor .billtext-host'); const scaleEl = document.querySelector('#billtextanchor .billtext-scale'); log('host element:', host); log('scaleEl element:', scaleEl); if (!host || !scaleEl) { log('Missing host or scaleEl, exiting'); return; } const available = window.innerWidth; log('available viewport width:', available); let scale = 1; log('initial scale:', scale); if (available = 850 (desktop)'); } log('calculated scale:', scale); scaleEl.style.transformOrigin = 'top left'; scaleEl.style.transform = `scale(${scale})`; log('transform:', scaleEl.style.transform); const calculatedWidth = BASE_WIDTH * scale; scaleEl.style.width = `${calculatedWidth}px`; log('calculated width:', calculatedWidth); } log('Bill scaling script loaded. isDev =', isDev); window.addEventListener('orientationchange', () => { log('orientationchange event fired'); applyBillScale(); }); document.addEventListener('DOMContentLoaded', () => { log('DOMContentLoaded event fired'); applyBillScale(); }); })(); (function () { var s = document.createElement('script'); var h = document.querySelector('head') || document.body; s.src = 'https://acsbapp.com/apps/app/dist/js/app.js'; s.async = true; s.onload = function () { acsbJS.init({ statementLink: '', footerHtml: '', hideMobile: false, hideTrigger: false, disableBgProcess: false, language: 'en', position: 'left', leadColor: '#070D0D', triggerColor: '#03396c', triggerRadius: '50%', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerIcon: 'people', triggerSize: 'medium', triggerOffsetX: 20, triggerOffsetY: 20, mobile: { triggerSize: 'small', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerOffsetX: 10, triggerOffsetY: 10, triggerRadius: '50%' } }); }; h.appendChild(s); })(); document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('button[onclick]').forEach(button => { // Extract the href from the inline onclick const onclick = button.getAttribute('onclick'); const match = onclick.match(/location\.href\s*=\s*['"]([^'"]+)['"]/); if (!match) return; const url = match[1]; // Remove the inline onclick to prevent auto navigation button.removeAttribute('onclick'); // Add our controlled event listener button.addEventListener('click', function (e) { if (e.ctrlKey || e.metaKey) { window.open(url, '_blank'); } else { window.location.href = url; } }); }); });

Official source: Illinois General Assembly. Reproduced from public-domain Illinois statutes; confirm against the official source for the current text. Not legal advice.