Life Insurance – SEM/DR
LIFE INSURANCE
Life insurance
made easy.
Powered by

SoFi has teamed up with Ladder to bring you term life insurance that’s affordable, quick to set up, and easy to understand. Get your quote for coverage that ranges from $100K to $8M.
Why Ladder?
Apply for life insurance coverage in minutes and get a decision instantly. As your life changes, you can always decrease or cancel your coverage with a couple of clicks. No fees, no hassle.
Flexible coverage
Get coverage that ranges from $100K to $8M and 10 to 30 years. Adjust at any time.
Great rates
Ladder offers competitive insurance rates for the coverage that’s right for you.
Quick application
Get your quote and apply in minutes. Medical tests are not required for eligible applicants.1
Easy estate planning
Drafting your will is simple-and free for SoFi members.
How it works:
1
Get started
Select your coverage
amount and term.
3
Instant Decision
We value your time.
Check it off your list.
Draft your will for free.
In times of uncertainty, it never hurts to have a plan in place for you and your family. No matter what your financial situation is, Ladder makes drafting your will easy-and free for all SoFi members.
The service provides forms for your use, not legal advice. Using these documents is not a substitute for obtaining legal advice.
Ladder FAQs
Ready to get started?
Apply for a policy in minutes.
SoFi has teamed up with Ladder, our life insurance partner, to make drafting your will simple-and free for all SoFi members.
Please register or log in with SoFi.com. We will then direct you to our partner, Ladder, to start the estate planning process.
SoFi will not be your host while there and is not responsible for content provided by third-party sites, including Ladder.
Please note that you are subject to the destination site’s Privacy Policy and Terms & Conditions.
SoFi has teamed up with Ladder to bring you term life insurance that’s affordable, quick to set up, and easy to understand.
We are now directing you to our partner, Ladder, to complete your application.
SoFi will not be your host while there and is not responsible for content provided by third-party sites, including Ladder.
Please note that you are subject to the destination site’s Privacy Policy and Terms & Conditions.
SoFi has teamed up with Ladder to make insurance easy.
By clicking below, you will leave SoFi.com to visit Ladder’s website.
SoFi will not be your host while there and is not responsible for content provided by third-party sites, including Ladder. Please note that you are subject to the destination site’s Privacy Policy and Terms & Conditions.
function triggerModal(modal) { triggerModalById('m-sp-modal', document.querySelector('sp-modal'), {isSpModal: 1, spModalId: modal}); }
triggerModalById = function (modalId, elem, opts) { // Defaults if (!modalId) modalId = 'm-product-category'; var tempModalId = null; var pageYOffset = window.pageYOffset;
// Lock background to no scrolling when modal is open document.body.classList.add('is-open-modal'); document.documentElement.style.scrollBehavior = 'auto'; document.body.style.top = '-' + pageYOffset + 'px';
if (opts && opts.isSpModal && opts.spModalId) { var closeModalCTA = document.querySelector('sp-modal').shadowRoot.getElementById('modal-anchor').children[0].getElementsByClassName('modal-close'); // Open the sp-modal modal document.body.querySelector('sp-modal[modal-id="' + opts.spModalId + '"]').shadowRoot.querySelector('#' + opts.spModalId).open();
$(closeModalCTA).unbind("click").on('click', function() { // Reset body position to initial document.body.classList.remove('is-open-modal'); document.body.style.top = ''; window.scroll(0, pageYOffset); document.documentElement.style.scrollBehavior = ''; }); } else { // Open the regular modals that come with the config (radio buttons) // 1. Exit modal specific hack (Exit modals need a spcific link on the OK cta. The value comes from data-link attribute) if (modalId === 'm-exit-sofi') { if (!elem) $('#exit-cta-okay').attr('href', '/'); else $('#exit-cta-okay').attr('href', elem.getAttribute('data-link')); modalId = 'm-exit-sofi'; }
// 2. Insurance modal hacks if (modalId.indexOf('m-insurance') >= 0) { var insuranceObj = insuranceModalData(modalId); var insurance_company = insuranceObj['insurance_company']; var insurance_url = insuranceObj['insurance_url']; var stringifiedModal = $('#m-insurance')[0].outerHTML // convert modal code to string .replace(/{{insurance_company}}/g, insurance_company) .replace(/{{insurance_url}}/g, insurance_url) .replace(/m-insurance/, 'm-insurance-temp'); // replace placeholders to actual values & create a temp modal var htmlModal = $.parseHTML(stringifiedModal); $('#modals-container').append(htmlModal); // attach the temp modal to the dom. preserve original modal for placeholders modalId = 'm-insurance-temp'; tempModalId = 'm-insurance-temp'; }
// DM Confirmation Modal iOS 11.* bug hack where cursor drops if (modalId.indexOf('m-confirmation') >= 0 && /(iPhone|iPod) OS 11_/.test(navigator.userAgent)) { var dmModalPosition = $document.scrollTop(); $body.css({'position': 'fixed'}); }
// Show/Hide the modal determined above $('#' + modalId + ' .modal__fade-screen').css({'opacity': 1, 'visibility': 'visible', 'overflow': 'hidden'}); $('#' + modalId + ' .m-close').unbind("click").on('click', function(e) { e.preventDefault(); // Reset body position to initial document.body.classList.remove('is-open-modal'); document.body.style.top = ''; window.scroll(0, pageYOffset); document.documentElement.style.scrollBehavior = '';
$('#' + modalId + ' .modal__fade-screen').css({'opacity': 0, 'visibility': 'hidden', 'overflow': 'visible'}); // DM Confirmation Modal iOS 11.* bug hack remove on close if (dmModalPosition) { $body.css({'position': ''}); $document.scrollTop(dmModalPosition); }
if (tempModalId && tempModalId.length) { // remove the temp modal from DOM when closed & reset $('#' + tempModalId).remove(); tempModalId = null; } }); } };
Read more