CXM LoansCXM Loans

Complete the sections on the left below then click "See Funding Options" to get your anonymous fundability assessment, funding options, and estimated terms

Growth
Manufacturing

Funds Needed

Select...
Select...

Company Metrics

Total revenue for the past 12 months

Profits before financing and accounting costs (EBITDA)

Total profit after all expenses and taxes for the past year

Estimated value of inventory. Use the second slider to set the value already pledged as collateral.

Estimated value of real estate. Use the second slider to set the value already pledged as collateral.

Estimated value of equipment. Use the second slider to set the value already pledged as collateral.

Total amount of all business debt

Total monthly payments on all debt obligations

Money owed to your business by customers, averaged over the past 12 months

Average monthly purchase orders, averaged over the past 12 months

Company Fundability Score and Funding Choices

These results illustrate potential options based on your inputs.

---Your fundability score will appear after you calculate results.

Indicative Loan Options and Terms

Funding Options---
Loan Type---
Estimated Rate---
Estimated Monthly Payment---
Estimated Term---
Max Potential---
Matched Lenders---
Timeline---
Build info
Release
c8d-260901-5867
Version
1.5.0-dev.5867
Environment
sandbox
Branch
cxmsandbox
Commit
858fd182
Built
Change
feat: make the walkthrough borrower default env-driven, and harden the gate
Details
The walkthrough needs the archived borrower application to be what a reviewer lands on rather than something they have to go and find, but which application is the right default is exactly the question the founders have not answered yet. So it is driven by NEXT_PUBLIC_WALKTHROUGH_BORROWER_DEFAULT instead of being changed outright: with the variable unset the switch behaves exactly as it did before, which means shipping the capability commits us to nothing and the decision can be made by setting a variable on one deployment. The resolver re-checks the environment gate rather than trusting the variable, because the variable is a preference and not permission. It also honours an explicit opt-out, so turning the default on cannot trap a reviewer in the archived flow. That required a tri-state