She Said / She Said with Laura Cox Kaplan

302. Crowdfunding Your Dreams with AngeLink founder Gerry Poirier


Listen Later

Title: Crowdfunding Your Dreams with AngeLink founder Gerry (pronounced Gary) Poirier

Episode: 302

Guest: Gerry Poirier, Founder of AngeLink

THIS WEEK’S TOPIC: 

Starting a business or pursuing a big idea can be daunting. One of the biggest hurdles: getting the funding you need to bring your dream to life.

Traditional funding routes like loans or even venture capital aren’t always an option. That’s where crowdfunding comes in. One often unrealized benefit of crowdfunding: connecting directly with your potential customer, and getting her involved to help you bring your dream to life. 

So, if you’re thinking about taking the leap, or just interested in floating a project to see how potential investors or customers might respond, this week’s episode is packed with great insights, and an inspiring entrepreneur who has put her passion for finance and for women to use building her company. 

ABOUT THIS WEEK’S GUEST: Gerry Poirier is the powerhouse behind Angelink, a women-centric, social impact and crowdfunding platform. Her path began in Washington, DC, and later the male-dominated landscape of Wall Street, before broadening her horizons globally to Hong Kong. Inspired by her father’s struggle with cancer and motivated by the economic challenges faced by women, Gerry left a lucrative financial career to create a platform that connects hearts and extends lifelines. Angelink works to magnify small acts of kindness to generate substantial positive change, including by helping women start, build, and fund businesses.  Gerry is also a member of Goldman Sachs 10k Women, the Forbes Technology Council, and is the winner of the Mindshare Award.

KEY TOPICS AND WHAT YOU’LL LEARN IN THIS EPISODE:

HOW PERSONAL KINDNESS INSPIRED GERRY’S JOURNEY: Gerry early childhood memories underscore how small, personal gestures can foster immense gratitude and societal change.

THE TRANSITION FROM WALL STREET TO SOCIAL ENTREPRENEURSHIP: You’ll hear how Gerry shifted from a high-powered financial career to establishing a purpose-driven company motivated by personal loss and a desire to make a tangible difference in people’s lives.

EMPOWERING WOMEN THROUGH CROWDFUNDING: Gerry discusses the significant economic challenges women face, and how Angelink provides a unique platform to support women.

CROWDFUNDING AS A SOLUTION FOR WOMEN ENTREPRENEURS: With women receiving a meager 2-3% of venture capital, Gerry advocates for crowdfunding as a critical resource, providing funding, building a customer base, and raising brand awareness.

SETTING UP A SUCCESSFUL CROWDFUNDING CAMPAIGN: Learn the steps to create an engaging crowdfunding campaign on AngeLink, including how to use AI to craft a compelling pitch. 

NEW INITIATIVES AND PARTNERSHIPS: Gerry talks about exciting upcoming projects, including partnerships with the SBA, US Chamber of Commerce, Women’s Business Centers, and the “Angels of Hope” pitch competition.

There is so much incredible insight and practical advice in this episode.  Please don’t forget to let me know your thoughts and favorite takeaways. 

You can reach me via the link in the show notes or email me and the She Said/She Said team directly at [email protected]

You can also follow and share your thoughts with me on social:

 Instagram,

– Linked In

–  Facebook

LINKS MENTIONED IN EPISODE 302:

  • AngeLink, Inc.
  • BECOME PART OF THE SHE SAID/SHE SAID COMMUNITY: Support the podcast by leaving a review! Your feedback helps refine the content and ensures we provide more of what you love. Reviews are invaluable, and they help us reach more listeners. Plus, it’s a free way to show your support. Thank you for taking a moment to leave a review on iTunes, Spotify, or wherever you listen to the podcast!

    Looking for more She Said/She Said? Find all our episodes and additional content here: She Said/She Said Podcast

    Contact Form

    • First Name
    • Last Name
    • Email
  • Message
  • /* = 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://shesaidshesaidpodcast.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [1, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 1, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} );
    /* ]]> */

    The post 302. Crowdfunding Your Dreams with AngeLink founder Gerry Poirier appeared first on She Said / She Said.

    ...more
    View all episodesView all episodes
    Download on the App Store

    She Said / She Said with Laura Cox KaplanBy Laura Cox Kaplan

    • 4.8
    • 4.8
    • 4.8
    • 4.8
    • 4.8

    4.8

    130 ratings


    More shows like She Said / She Said with Laura Cox Kaplan

    View all
    Happier with Gretchen Rubin by Gretchen Rubin / The Onward Project

    Happier with Gretchen Rubin

    12,905 Listeners

    WSJ What’s News by The Wall Street Journal

    WSJ What’s News

    4,356 Listeners

    The School of Greatness by Lewis Howes

    The School of Greatness

    21,201 Listeners

    10% Happier with Dan Harris by 10% Happier

    10% Happier with Dan Harris

    12,731 Listeners

    The Lazy Genius Podcast by Kendra, The Lazy Genius

    The Lazy Genius Podcast

    6,635 Listeners

    WSJ Minute Briefing by The Wall Street Journal

    WSJ Minute Briefing

    672 Listeners

    Happier in Hollywood by The Onward Project

    Happier in Hollywood

    2,449 Listeners

    Worklife with Adam Grant by TED

    Worklife with Adam Grant

    9,184 Listeners

    Boutique Chat by The Boutique Hub with Ashley Alderson

    Boutique Chat

    863 Listeners

    Laugh Lines with Kim & Penn Holderness by Kim & Penn Holderness

    Laugh Lines with Kim & Penn Holderness

    3,371 Listeners

    SmartHERNews by Jenna Lee

    SmartHERNews

    640 Listeners

    Lipstick on the Rim by Sony Music Entertainment

    Lipstick on the Rim

    1,046 Listeners

    Morning Wire by The Daily Wire

    Morning Wire

    26,661 Listeners

    Honestly with Bari Weiss by The Free Press

    Honestly with Bari Weiss

    8,803 Listeners

    The Mel Robbins Podcast by Mel Robbins

    The Mel Robbins Podcast

    20,335 Listeners