Get in Touch

Questions,
Research,
Dialogue.

Whether you are just beginning to investigate these concepts or have been studying sovereignty law for years — reach out. We read every message.

Response time
Typically within 3–5 days
Topics we welcome
Research questions, document corrections, source suggestions, community connections
Site
thesoulvault.org

Your information is never shared or sold.

Your message has been received. We will be in touch.

<' + 'script> function submitForm(e) { e.preventDefault(); var btn = document.querySelector('.submit-btn'); btn.textContent = 'Sending...'; btn.disabled = true; var data = { name: document.getElementById('name').value, email: document.getElementById('email').value, subject: document.getElementById('subject').value, message: document.getElementById('message').value, site: 'thesoulvault.org' }; fetch('/api/contact', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify(data) }).then(function(r){ return r.json(); }).then(function(d){ document.getElementById('formSuccess').style.display = 'block'; document.getElementById('contactForm').style.opacity = '.4'; document.getElementById('contactForm').style.pointerEvents = 'none'; }).catch(function(){ document.getElementById('formSuccess').style.display = 'block'; document.getElementById('formSuccess').querySelector('p').textContent = 'Something went wrong. Please try again.'; document.getElementById('formSuccess').style.borderColor = 'rgba(224,80,80,.3)'; btn.disabled = false; btn.textContent = 'Send Message'; }); } <' + '/script> <' + '/body><' + '/html>