Investor Relations

Investor Side Letter Generator

Generate side letters granting special investor rights. Include pro-rata rights, MFN clauses, information rights, and board observer seats.

Live Preview - Click highlighted text to edit
Investor Side Letter Live
`; const b=new Blob([h],{type:'text/html'}); const u=URL.createObjectURL(b); const a=document.createElement('a'); a.href=u; a.download='Side-Letter.html'; a.click(); URL.revokeObjectURL(u); showToast('Downloaded!','success'); }