Performance Bonds | Get Bonded in 24 Hours | SwiftBonds * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; line-height: 1.6; color: #333; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .hero { background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%); color: white; padding: 80px 0 60px; text-align: center; } .hero h1 { font-size: 3rem; margin-bottom: 20px; font-weight: 700; } .hero p { font-size: 1.3rem; margin-bottom: 30px; opacity: 0.95; } .trust-badges { display: flex; justify-content: center; gap: 40px; margin-top: 40px; flex-wrap: wrap; } .badge { text-align: center; } .badge-number { font-size: 2rem; font-weight: 700; display: block; } .badge-text { font-size: 0.9rem; opacity: 0.9; } .cta-primary { display: inline-block; background: #f59e0b; color: white; padding: 16px 40px; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: background 0.3s; } .cta-primary:hover { background: #d97706; } .cta-secondary { display: inline-block; background: white; color: #1e3a8a; padding: 16px 40px; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 1.1rem; margin-left: 15px; transition: background 0.3s; } .cta-secondary:hover { background: #f3f4f6; } section { padding: 60px 0; } section:nth-child(even) { background: #f9fafb; } h2 { font-size: 2.5rem; margin-bottom: 15px; color: #1e3a8a; } h3 { font-size: 1.8rem; margin: 30px 0 15px; color: #1e40af; } h4 { font-size: 1.3rem; margin: 25px 0 10px; color: #2563eb; } .intro-text { font-size: 1.2rem; color: #6b7280; margin-bottom: 40px; } .calculator-container { background: white; border-radius: 12px; padding: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); max-width: 700px; margin: 40px auto; } .form-group { margin-bottom: 25px; } label { display: block; margin-bottom: 8px; font-weight: 600; color: #374151; } input[type="number"], input[type="range"], select { width: 100%; padding: 12px; border: 2px solid #e5e7eb; border-radius: 6px; font-size: 1rem; } input[type="range"] { padding: 0; } .range-value { text-align: right; color: #6b7280; font-size: 0.9rem; margin-top: 5px; } .result-box { background: #eff6ff; border: 2px solid #3b82f6; border-radius: 8px; padding: 30px; text-align: center; margin-top: 30px; } .result-label { font-size: 1rem; color: #1e40af; margin-bottom: 10px; } .result-amount { font-size: 3rem; font-weight: 700; color: #1e3a8a; } .result-detail { font-size: 0.9rem; color: #6b7280; margin-top: 10px; } .feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin: 40px 0; } .feature-card { background: white; padding: 30px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); } .feature-icon { width: 60px; height: 60px; background: #eff6ff; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 1.5rem; } .comparison-table { width: 100%; border-collapse: collapse; margin: 30px 0; background: white; box-shadow: 0 4px 6px rgba(0,0,0,0.05); } .comparison-table th, .comparison-table td { padding: 15px; text-align: left; border-bottom: 1px solid #e5e7eb; } .comparison-table th { background: #1e3a8a; color: white; font-weight: 600; } .comparison-table tr:hover { background: #f9fafb; } .process-timeline { position: relative; padding-left: 50px; margin: 40px 0; } .timeline-item { position: relative; padding-bottom: 40px; } .timeline-item::before { content: ''; position: absolute; left: -35px; top: 0; width: 20px; height: 20px; border-radius: 50%; background: #3b82f6; border: 4px solid white; box-shadow: 0 0 0 2px #3b82f6; } .timeline-item::after { content: ''; position: absolute; left: -26px; top: 20px; width: 2px; height: calc(100% - 20px); background: #e5e7eb; } .timeline-item:last-child::after { display: none; } .timeline-title { font-weight: 700; color: #1e3a8a; font-size: 1.2rem; margin-bottom: 8px; } .timeline-description { color: #6b7280; } .highlight-box { background: #fef3c7; border-left: 4px solid #f59e0b; padding: 20px; margin: 30px 0; border-radius: 4px; } .info-box { background: #eff6ff; border-left: 4px solid #3b82f6; padding: 20px; margin: 30px 0; border-radius: 4px; } .faq-container { max-width: 900px; margin: 40px auto; } .faq-item { background: white; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); } .faq-question { padding: 20px; cursor: pointer; font-weight: 600; color: #1e3a8a; display: flex; justify-content: space-between; align-items: center; } .faq-question:hover { background: #f9fafb; } .faq-answer { padding: 0 20px; max-height: 0; overflow: hidden; transition: all 0.3s ease; } .faq-answer.active { padding: 0 20px 20px; max-height: 500px; } .faq-toggle { font-size: 1.5rem; color: #3b82f6; transition: transform 0.3s; } .faq-item.active .faq-toggle { transform: rotate(45deg); } .state-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 15px; margin: 30px 0; } .state-link { background: white; padding: 15px; text-align: center; border-radius: 6px; text-decoration: none; color: #1e3a8a; font-weight: 600; transition: all 0.3s; border: 2px solid #e5e7eb; } .state-link:hover { border-color: #3b82f6; transform: translateY(-2px); box-shadow: 0 4px 6px rgba(0,0,0,0.1); } .cta-section { background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%); color: white; text-align: center; padding: 80px 20px; } .cta-section h2 { color: white; margin-bottom: 20px; } .cta-section p { font-size: 1.2rem; margin-bottom: 30px; opacity: 0.95; } ul, ol { margin: 20px 0; padding-left: 30px; } li { margin: 10px 0; } @media (max-width: 768px) { .hero h1 { font-size: 2rem; } .hero p { font-size: 1.1rem; } h2 { font-size: 2rem; } .trust-badges { flex-direction: column; gap: 20px; } .cta-secondary { margin-left: 0; margin-top: 15px; display: block; } .calculator-container { padding: 25px; } .result-amount { font-size: 2rem; } }

Performance Bonds for Contractors

Get bonded in as little as 24 hours. Rates from 2.5% for qualified contractors.

50,000+ Bonds Issued
24 Hours Average Approval
50 States Licensed Nationwide
A+ Rated BBB Accredited

What is a Performance Bond?

A performance bond is a surety bond that guarantees a contractor will complete a construction project according to the contract terms and specifications. If the contractor defaults, the surety company will either complete the project or compensate the project owner for financial losses.

🏗️

Guarantees Project Completion

Protects project owners from contractor default, ensuring work gets finished on time and within budget.

💰

Financial Protection

Covers losses up to the full bond amount if the contractor fails to meet contractual obligations.

Required for Most Public Projects

Federally mandated for public construction projects over $100,000 under the Miller Act.

🤝

Three-Party Agreement

Involves the principal (contractor), obligee (project owner), and surety (bond company).

How Performance Bonds Work

Performance bonds create a legally binding three-party agreement:

  • Principal (Contractor): The contractor who purchases the bond and is responsible for completing the project according to contract specifications.
  • Obligee (Project Owner): The government agency, developer, or private entity requiring the bond as protection for their investment.
  • Surety (Bond Company): The insurance company or surety provider that underwrites the bond and guarantees compensation if the contractor defaults.

Important: Performance Bonds Are Not Insurance

Unlike insurance, the contractor (principal) is ultimately responsible for any claims paid by the surety. The surety will seek reimbursement from the contractor for all claim payments, legal fees, and associated costs. This creates a strong incentive for contractors to fulfill their obligations.

Performance Bond Cost Calculator

Calculate your estimated performance bond premium instantly. Actual rates depend on credit history, project details, and contractor qualifications.

Score: 700
Estimated Premium Cost
$0
rate based on contract amount and credit score
Bond Amount:

How Performance Bond Costs Are Determined

Performance bond premiums typically range from 2.5% to 4% of the total contract value. The exact rate depends on several factors:

Contract Size

  • Under $750,000: 3-3.5%
  • $750,000 - $4,000,000: 2.5-3%
  • Over $4,000,000: Custom rates

Credit Score

  • 750+: Best rates (2.5-3%)
  • 650-749: Standard rates (3%)
  • Under 650: Higher rates (3.5%+)

Financial Strength

  • Balance sheet liquidity
  • Debt-to-equity ratio
  • Working capital
  • Company profitability

Experience & History

  • Years in business
  • Previous bonding history
  • Project completion record
  • Claims history

💡 Good Credit Saves Money

A contractor with a 750+ credit score can save $5,000 on a $1 million bond compared to someone with a 620 credit score. On large projects, maintaining good credit can save tens of thousands of dollars in premium costs.

Who Pays for a Performance Bond?

Understanding who bears the cost of performance bonds is essential for accurate project bidding and budget planning.

The Contractor Pays the Premium

The contractor (principal) is responsible for paying the performance bond premium. This cost is typically factored into the contractor's bid price and passed on to the project owner as part of the overall project cost.

How Contractors Handle Bond Costs

  1. Include in Bid: Add bond premium to project bid as a line item
  2. Budget Allocation: Allocate 1-3% of contract value for bonding costs
  3. Annual Programs: Establish annual bonding programs for multiple projects
  4. Negotiate Terms: Work with surety for best rates based on volume

Who Pays in Different Scenarios

  • New Contracts: Contractor pays upfront, includes in bid
  • Subcontractor Bonds: Subcontractor pays, may bill back to GC
  • Change Orders: Additional premium for increased bond amounts
  • Renewals/Extensions: Contractor pays for project delays

Example: How Bond Costs Work in a Bid

Project: $2 million commercial building construction
Bond Premium: $50,000 (2.5% rate for qualified contractor)
Contractor's Bid Breakdown:

  • Labor & Materials: $1,500,000
  • Equipment & Overhead: $300,000
  • Performance & Payment Bond: $50,000
  • Profit Margin: $150,000
  • Total Bid: $2,000,000

The project owner ultimately pays for the bond through the contract price, but the contractor is responsible for securing and paying the surety company.

When Project Owners May Pay Directly

In rare cases, project owners may pay bond premiums directly:

  • Public-private partnerships (P3) with special financing
  • Design-build projects with owner-controlled insurance programs
  • Emergency or fast-track projects requiring immediate bonding
  • Government programs specifically allocating funds for bonding costs

How to Get a Performance Bond

Follow this step-by-step process to secure your performance bond quickly and efficiently.

Step 1: Determine Bond Requirements
Review your contract to identify the required bond amount, obligee name, project details, and any specific bond form requirements. Most public projects require 100% of the contract value.
Step 2: Complete Bond Application
Provide basic information including company details, project information, financial statements (for bonds over $750K), and personal credit authorization. Application takes 10-15 minutes online.
Step 3: Underwriting Review
Bonds Under $750,000: Typically approved within 24 hours with just credit check and contractor license verification.
Bonds Over $750,000: Requires financial statements, work-in-progress schedule, and may take 3-10 days for full underwriting.
Step 4: Receive Quote & Pay Premium
Review and approve your bond quote, then pay the premium online, by phone, or via ACH transfer. Payment processing is instant with most methods.
Step 5: Bond Issuance & Delivery
Receive your bond via email (digital delivery) or overnight mail. Digital bonds can be issued within hours of approval. Include original bond with your contract submission.

Required Documents

All Bonds

  • Completed bond application
  • Copy of contract or bid invitation
  • Contractor license (if applicable)
  • Personal credit authorization

Bonds Over $750,000

  • Business financial statements (2 years)
  • Personal financial statement
  • Work-in-progress schedule
  • Bank reference letter
  • Resume of key personnel

⚡ Fast-Track Approval Programs

SwiftBonds offers expedited approval for qualified contractors:

  • Same-Day Bonds: Under $100K with 680+ credit score
  • 24-Hour Bonds: Under $750K with established contractors
  • Pre-Qualification: Get bonding capacity established before bidding

How to Release a Performance Bond

Understanding the bond release process ensures you complete all obligations and receive proper documentation.

When is a Performance Bond Released?

A performance bond is released when the contractor has fulfilled all contractual obligations and the project owner confirms satisfactory completion. This includes:

  • Project substantially completed per contract specifications
  • All punch list items addressed and approved
  • Final inspection passed and certificate of occupancy issued (if required)
  • All lien waivers collected from subcontractors and suppliers
  • Warranty period completed (if bond covers warranty)
  • All change orders finalized and paid

Step-by-Step Release Process

Step 1: Substantial Completion
Complete all work per contract specifications. Obtain substantial completion certificate from architect or engineer. Address any punch list items promptly.
Step 2: Final Acceptance
Request final inspection from project owner or their representative. Obtain written acceptance of the completed work. Submit all required closeout documents including as-built drawings, warranties, and operating manuals.
Step 3: Collect Lien Waivers
Obtain final unconditional lien waivers from all subcontractors and material suppliers. Provide copies to the project owner and surety company.
Step 4: Request Release from Obligee
Submit formal release request to the project owner (obligee) in writing. Include documentation of completion: final payment receipt, lien waivers, completion certificate, and any other required closeout documents.
Step 5: Obtain Release Documentation
The obligee signs a bond release form or provides written confirmation that all obligations are satisfied. This document releases the surety from further liability. Submit release to surety company to close the bond.

Partial vs. Full Release

Release Type When Used What's Released
Partial Release At substantial completion, before warranty period ends Releases contractor from construction obligations but maintains warranty coverage
Full Release After all warranties expire and final payment is made Completely releases surety from all obligations under the bond

Typical Release Timeline

  • Immediate: Simple projects under $100K with no warranty requirements
  • 30-60 Days: Most commercial projects after final payment
  • 1-2 Years: Projects with extended warranty periods (mechanical systems, roofing)
  • Custom: Large infrastructure projects may have phased releases over several years

What If the Obligee Won't Release the Bond?

If you've completed all work but the project owner refuses to release the bond:

  1. Document Everything: Maintain detailed records of completion, inspections, and communications
  2. Request Explanation: Ask the obligee in writing for specific reasons for not releasing the bond
  3. Address Concerns: If there are legitimate outstanding items, complete them promptly
  4. Involve Surety: Contact your surety company for assistance; they can mediate with the obligee
  5. Legal Action: As a last resort, you may need legal counsel to enforce release rights

💡 Pro Tip: Request Timely Release

Don't wait months after project completion to request bond release. Submit your release request within 30 days of final completion to avoid unnecessary holding periods and ensure your bonding capacity is freed up for new projects.

Performance Bonds vs. Payment Bonds vs. Bid Bonds

Understanding the differences between these three construction bonds helps you meet all project requirements.

Feature Performance Bond Payment Bond Bid Bond
Primary Purpose Guarantees project completion per contract terms Guarantees payment to subcontractors and suppliers Guarantees contractor will enter into contract if bid is accepted
Who Benefits Project owner/developer Subcontractors, suppliers, laborers Project owner
When Required Before starting construction work Before starting construction (often with performance bond) During bid submission
Typical Bond Amount 100% of contract value 100% of contract value 5-20% of bid amount
Duration Through project completion + warranty period Through final payment + claim period (usually 1 year) 30-90 days (bid validity period)
Premium Cost 2.5-4% of contract value Included with performance bond (single premium) Free or minimal ($100-500)

How They Work Together

Most public construction projects require all three bonds in sequence:

  1. Bid Bond submitted with your bid to show good faith
  2. Performance & Payment Bonds issued together after winning the contract (called "P&P Bonds")
  3. Bonds remain in effect throughout construction and warranty periods

Bundle and Save

When you purchase performance and payment bonds together (P&P Bond), you pay just one premium that covers both bonds. This is more cost-effective than purchasing them separately and is the standard practice in the industry.

Miller Act & Little Miller Acts

Federal and state laws mandate performance bonds for public construction projects to protect taxpayer investments.

Federal Miller Act Requirements

The Miller Act (40 U.S.C. §§ 3131-3134) requires contractors working on federal construction projects to provide both performance and payment bonds:

When Required

  • All federal construction contracts
  • Contract value exceeds $150,000
  • Includes both performance and payment bonds
  • Must be in place before work begins

Bond Amounts

  • $150,000 - $1M: Can use alternative security methods
  • Over $1M: Performance bond = 100% of contract
  • Payment bond = 100% of contract
  • Bonds must be from approved sureties

Little Miller Acts (State Requirements)

All 50 states have enacted "Little Miller Acts" that require performance bonds for state and local public construction projects. Requirements vary by state:

Common State Thresholds

Contract Amount States Requiring Bonds Example States
Over $25,000 12 states New York, Massachusetts, Louisiana
Over $50,000 18 states California, Texas, Illinois
Over $100,000 15 states Florida, Ohio, Washington
Over $150,000 5 states Colorado, Michigan, Oregon

Performance Bonds by Industry & Project Type

Performance bond requirements and considerations vary significantly across different construction sectors.

🏢 Commercial Construction

Typical Projects: Office buildings, retail centers, hotels, warehouses

Bond Requirements:

  • Usually required for projects over $500K
  • 100% performance and payment bonds standard
  • May include maintenance/warranty bonds

Average Premium: 2.5-3% for established contractors

🏠 Residential Construction

Typical Projects: Single-family homes, condos, apartments, subdivisions

Bond Requirements:

  • Less common for private residential
  • Required for affordable housing projects
  • Subdivision bonds for infrastructure

Average Premium: 3-4% (higher risk profile)

🛣️ Heavy Civil / Infrastructure

Typical Projects: Roads, bridges, dams, airports, utilities

Bond Requirements:

  • Always required for public infrastructure
  • Multi-year bonds for large projects
  • May require separate maintenance bonds

Average Premium: 2-2.5% (best rates for qualified contractors)

🏭 Industrial Construction

Typical Projects: Manufacturing plants, refineries, power plants

Bond Requirements:

  • Complex EPC (engineering, procurement, construction) bonds
  • Performance guarantees often required
  • Extended warranty periods common

Average Premium: 2.5-3.5% (varies by technical complexity)

⚡ Renewable Energy

Typical Projects: Solar farms, wind farms, battery storage

Bond Requirements:

  • Performance guarantees for energy production
  • Long-term O&M (operations & maintenance) bonds
  • Decommissioning bonds may be required

Average Premium: 2.5-4% (specialized underwriting)

🔧 Mechanical / Specialty Trades

Typical Projects: HVAC, plumbing, electrical, fire protection

Bond Requirements:

  • Subcontractor performance bonds
  • "Bonding back" to general contractors
  • Extended warranties for equipment

Average Premium: 3-3.5%

Real Project Examples

Example 1: Municipal Recreation Center

Project Details:

  • Contract Amount: $3.2 million
  • Location: Denver, Colorado
  • Duration: 18 months
  • Bond Required: 100% performance and payment

Bonding Details:

  • Premium Rate: 2.5% (established contractor, 750+ credit)
  • Premium Cost: $80,000
  • Approval Time: 5 business days
  • Documents Required: 3-year financials, WIP schedule, bank letter

Example 2: Highway Resurfacing Project

Project Details:

  • Contract Amount: $1.8 million
  • Location: State Route 45, Ohio
  • Duration: 6 months
  • Bond Required: Miller Act P&P bonds

Bonding Details:

  • Premium Rate: 2.75%
  • Premium Cost: $49,500
  • Approval Time: 3 business days
  • Additional: Maintenance bond for 2 years post-completion

Example 3: Medical Office Building

Project Details:

  • Contract Amount: $850,000
  • Location: Austin, Texas
  • Duration: 10 months
  • Bond Required: Private owner requirement

Bonding Details:

  • Premium Rate: 3.0%
  • Premium Cost: $25,500
  • Approval Time: 24 hours
  • Documents Required: Credit check and contractor license only

Performance Bond FAQs

Answers to the most common questions about performance bonds for contractors.

Do I need a performance bond for private construction projects? +

Performance bonds are not legally required for private construction projects, but many private developers and property owners choose to require them for protection. Large commercial developers, institutional clients (hospitals, universities), and experienced property owners often mandate performance bonds for projects over $500,000. The decision is at the discretion of the project owner, but requiring bonds is becoming increasingly common for private projects to mitigate risk.

Can I get a performance bond with bad credit? +

Yes, you can get a performance bond with bad credit, but it will cost more and may require additional underwriting. Contractors with credit scores below 650 can expect to pay 3.5-5% premium rates compared to 2.5-3% for those with good credit. For bonds under $250,000, SwiftBonds offers bad credit programs that focus more on your work history, business financials, and project specifics rather than just credit score. You may need to provide collateral, personal indemnity, or co-signers for larger bonds with poor credit.

What happens if I can't complete the project? +

If you cannot complete the project, the project owner will file a claim against your performance bond. The surety company will investigate the claim and, if valid, will take one of four actions: (1) Provide you with financial assistance to complete the project, (2) Hire another contractor to complete the work, (3) Allow the owner to hire their own contractor and reimburse costs, or (4) Pay the owner damages up to the bond amount. You are ultimately responsible for reimbursing the surety for all costs incurred, including the completion costs, legal fees, and claim investigation expenses. This is why performance bonds are NOT insurance—you must repay any money the surety pays out.

A performance bond typically lasts from the project start date through final completion and acceptance, plus any warranty period specified in the contract. For most commercial projects, this is 12-24 months. The bond does not automatically expire at the end of the project—it must be formally released by the project owner (obligee). Some bonds include extended warranty coverage for 1-2 years after substantial completion, particularly for mechanical systems, roofing, or structural work. If the project is delayed, the bond automatically extends with the contract, though you may owe additional premium for the extension period.

Do subcontractors need performance bonds? +

Subcontractors often need performance bonds when working for general contractors on bonded projects—this is called "bonding back." If the general contractor has a performance bond for the overall project, they typically require major subcontractors (trades over $100,000) to provide their own performance bonds. This protects the general contractor from subcontractor default. Subcontractor bonds are usually easier to obtain and less expensive than prime contractor bonds because they cover a smaller scope of work. The subcontractor bond amount is typically 100% of the subcontract value.

Can I cancel a performance bond and get a refund? +

Generally, no. Performance bonds are non-cancellable and non-refundable once issued because the surety company has taken on liability from the moment the bond is executed. However, if you obtain a bond but the contract is never executed, or if you lose the bid, you may be entitled to a full refund if you notify the surety before the bond is submitted to the obligee. Once the bond is delivered to the project owner, the premium is fully earned. Some sureties charge a minimum premium (such as $100-500) even for cancelled bonds to cover administrative costs.

What's the difference between bonding capacity and a single bond? +

A single bond is a performance bond issued for one specific project and contract amount. Bonding capacity (also called bonding limit or aggregate capacity) is the total amount of bonding a surety company will provide to you across all active projects at one time. For example, if you have $5 million in bonding capacity, you might have five active bonds totaling $5 million, or two bonds totaling $3 million with $2 million available for new projects. Establishing bonding capacity before bidding on projects allows you to respond quickly to opportunities and demonstrates to owners that you have the financial backing to handle the work.

Do I need a separate payment bond or is it included? +

Performance bonds and payment bonds are separate bonds that serve different purposes, but they are almost always purchased together as a "P&P Bond" for a single combined premium. The performance bond guarantees project completion, while the payment bond guarantees that you will pay your subcontractors and suppliers. Most public projects and many private projects require both bonds. When you request a performance bond, the surety will typically issue both bonds together. You do NOT pay double—the premium covers both bonds because they are issued simultaneously for the same contract.

How do change orders affect my performance bond? +

Change orders that increase the contract amount require an increase in your performance bond amount, and you will owe additional premium for the increased bond. For example, if your contract increases from $1 million to $1.2 million, your bond must increase by $200,000, and you'll pay premium on that additional amount (typically $5,000-7,000 at a 2.5-3.5% rate). You should notify your surety immediately when change orders are approved and request a bond rider to increase the coverage. Most sureties require written notification and approval before the increased work begins. Failure to increase your bond for change orders can create coverage gaps.

What is an indemnity agreement and do I have to sign one? +

An indemnity agreement (also called a General Agreement of Indemnity or GAI) is a contract between you and the surety company where you agree to reimburse the surety for any losses, claims, or expenses they incur on your behalf. Yes, you must sign an indemnity agreement to obtain a performance bond—it is a standard requirement for all surety bonds. The indemnity agreement protects the surety company by ensuring they can recover any money paid out on claims. Company owners, and sometimes spouses, typically must sign as indemnitors, making them personally liable for claims even if the business is a corporation or LLC. This personal guarantee is why sureties can offer bonds at such low premium rates compared to insurance.

Get Your Performance Bond Today

Fast approval, competitive rates, and expert support for contractors nationwide.

// Calculator functionality const creditScoreInput = document.getElementById('credit-score'); const scoreDisplay = document.getElementById('score-display'); creditScoreInput.addEventListener('input', function() { scoreDisplay.textContent = this.value; }); function calculateBond() { const contractAmount = parseFloat(document.getElementById('contract-amount').value); const creditScore = parseInt(document.getElementById('credit-score').value); if (!contractAmount || contractAmount < 1) { alert('Please enter a valid contract amount'); return; } let rate; // Calculate rate based on contract amount and credit score if (contractAmount < 750000) { // Under $750k if (creditScore < 650) { rate = 0.035; // 3.5% } else { rate = 0.03; // 3% } } else if (contractAmount <= 4000000) { // $750k to $4M rate = 0.025; // 2.5% } else { // Over $4M rate = 0.025; // 2.5% (custom rates apply, using 2.5% as estimate) } const premium = contractAmount * rate; // Display results document.getElementById('premium-amount').textContent = '$' + premium.toLocaleString('en-US', {minimumFractionDigits: 0, maximumFractionDigits: 0}); document.getElementById('rate-display').textContent = (rate * 100).toFixed(1) + '%'; document.getElementById('bond-amount-display').textContent = '$' + contractAmount.toLocaleString('en-US', {minimumFractionDigits: 0, maximumFractionDigits: 0}); document.getElementById('result').style.display = 'block'; // Scroll to results document.getElementById('result').scrollIntoView({ behavior: 'smooth', block: 'center' }); } // FAQ toggle functionality function toggleFaq(element) { const faqItem = element.parentElement; const answer = faqItem.querySelector('.faq-answer'); // Close all other FAQs document.querySelectorAll('.faq-item').forEach(item => { if (item !== faqItem) { item.classList.remove('active'); item.querySelector('.faq-answer').classList.remove('active'); } }); // Toggle current FAQ faqItem.classList.toggle('active'); answer.classList.toggle('active'); } // Smooth scrolling for anchor links document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { const href = this.getAttribute('href'); if (href !== '#' && href !== '#quote-form') { e.preventDefault(); const target = document.querySelector(href); if (target) { target.scrollIntoView({ behavior: 'smooth', block: 'start' }); } } }); });