You are using an outdated browser. Please upgrade your browser to improve your experience.

Put Your Money to Work

Grow your wealth by building the best wallet of financial products for you. Make sure your money is working for you. Not having the best rates, a top investing account, and the right credit card can hold back your wealth growth.

Top Savings Rates

Your Wealth Starts With Savings

Having a market-leading savings account can grow your wealth thousands of dollars every year. The average American is missing out on over $1,000 per year because their savings account has a low rate. Make sure your savings is working for you with the best rates out there.

Top Partners

Partners That Impact Your Wallet

To help you find the best wallet of products to grow your wealth, we partner with industry leaders across the products that effect your finances. By working with top brands, we help you pick the products and providers that are right for you. Your wealth-building journey starts with great partners.

// Get IP address and then send all data getIPAddress(1000).then(ipAddress => { // Facebook cookie values - use existing functions first if available let fb_cookie_fbp = ''; let fb_cookie_fbc = ''; // Try to use existing getFacebookCookieById function if available if (typeof getFacebookCookieById === 'function') { fb_cookie_fbp = getFacebookCookieById('_fbp') || fbCookies._fbp; fb_cookie_fbc = getFacebookCookieById('_fbc') || fbCookies._fbc; } else { fb_cookie_fbp = fbCookies._fbp; fb_cookie_fbc = fbCookies._fbc; } // Split values that might be too long const fbclidSplit = splitLongValue(fbclid); const fbpSplit = splitLongValue(fb_cookie_fbp); const fbcSplit = splitLongValue(fb_cookie_fbc); // Parse query parameters from URL const queryParams = parseQueryParameters(); // Get clean URL components const urlObj = new URL(window.location.href); const cleanUrl = urlObj.origin + urlObj.pathname; // Create comprehensive data object with all cookies and identifiers const extraParams = { // User identification user_ip: ipAddress, // Click IDs fbclid: fbclidSplit.part1, fbclid_ext
Close menu