Contact Us

Our team is happy to answer your questions. Fill out the form and we’ll be in touch as soon as possible.

With Nth Round you can:

  • Streamline shareholder communication
  • Increase shareholder satisfaction
  • Track and report on cap table changes

General Communications

For general queries, including partnership opportunities, please email info@nthround.com.

Technical Support

We’re here to help! If you have technical issues, contact support.

var blockedDomains = ['gmail.com', 'yahoo.com']; var form = document.getElementById('mc_embed_signup'); form.addEventListener('submit', function(event) { var emailInput = form.querySelector('[name="email"]'); var email = emailInput.value; var domain = email.split('@')[1]; if (blockedDomains.includes(domain)) { emailInput.setCustomValidity('This email domain is not allowed.'); event.preventDefault(); return false; } });