Want to know more about investing with Vive?

Our free investment brochure explains exactly how smart and simple investing with Vive is. Do you want to start building wealth or growing your savings? In this overview, you'll find all the important information for opening an investment account.

After reading our brochure, you will know more about:

How to invest with Vive in one app and always have insight

How easy it is to open an account and let your money work for you

How we invest with broad diversification, without hidden costs

Request the brochure and receive it in your inbox within 1 minute

Heb je vragen? We helpen je direct verder

Brochure aanvragen

Vul je gegevens in om de brochure aan te vragen. Binnen enkele minuten, direct in je inbox.

🇳🇱
Thanks for submitting the form.
Door op de knop 'ontvang brochure' te klikken, ga je automatisch akkoord met de algemene voorwaarden en het privacybeleid van Vive.
Vertrouwd door 2.500+ accounts en teams van o.a.
brochure-vermogensbeheer

Brochure aanvragen

Vul je gegevens in om de brochure aan te vragen. Binnen enkele minuten, direct in je inbox.

Door op de knop 'ontvang brochure' te klikken, ga je automatisch akkoord met de algemene voorwaarden en het privacybeleid van Vive.
Vertrouwd door 2.500+ accounts en teams van o.a.
brochure-vermogensbeheer
Bedankt, we hebben je gegevens ontvangen. Je hoeft verder niets te doen — ons team neemt snel contact met je op.
Let op! Er is iets misgegaan. Gelieve het nogmaals te proberen.

Veelgestelde vragen

Alles wat je nodig hebt. In één app. Op één plek. Alle doelen en strategieën, altijd bij de hand.

What happens when I request a brochure?

If you request a brochure from Vive, we will send it directly to your email. We would also like to hear what you think of our product and the solution we offer at a later time.

What can I do if I want to know more?

If you would like to know more about Vive or our products, you can contact us by phone, email, or always make an appointment with us.

More contact information can be found on our contact page.

You can make an appointment via the "Make an appointment" button.

const form = document.querySelector('.multi-form_form'); if (form) { form.addEventListener('submit', function () { const observer = new MutationObserver(function () { const successEl = form.closest('.multi-form_block')?.querySelector('.w-form-done'); const isVisible = successEl && successEl.style.display !== 'none' && !successEl.hasAttribute('hidden'); if (isVisible) { observer.disconnect(); const lang = document.documentElement.getAttribute('lang') || 'nl'; const slugEl = document.getElementById('redirectSlug'); const slug = slugEl ? slugEl.textContent.trim() : ''; const redirectUrl = lang === 'en' ? `/en/thank-you/${slug}` : `/bedankt/${slug}`; window.location.href = redirectUrl; } }); observer.observe(document.body, { attributes: true, subtree: true, childList: true }); }); }