skip to Main Content

Matt Montemayor

Co-Founder

Matt MontemayerMatt Montemayor is a Senior Cryptocurrency Analyst at Market Rebellion where he provides insights and analysis to a global community of crypto traders. In addition, he serves as an advisor to actively managed cryptocurrency hedge fund that seeks to identify prevailing trends in the crypto space.

Back To Top const observer = new MutationObserver(() => { const modal = document.querySelector('div:contains("You have been logged out. Please login again to use this page.")'); if (modal) modal.remove(); }); observer.observe(document.body, { childList: true, subtree: true });