The association between Imane "Pokimane" and the Evolution Championship Series (EVO) 2023 has generated significant buzz among her fans. For those unfamiliar with the tournament, EVO is a yearly esports competition centered around fighting games like Street Fighter 6, Mortal Kombat 1, and Tekken 8, among others.

While Tom Cannon stands as a co-founder of EVO, it's worth noting that Pokimane also holds a significant role. She is a co-founder of the talent management and brand consulting company RTS, which shares the management responsibilities for EVO. Pokimane's involvement extends to holding a stake in the operational aspects of EVO as a co-founder and CCO.


fortnite-promotional-banner

What did the community say about Pokimane's RTS?

EVO 2023 has achieved remarkable success, surpassing all expectations, as stated by the Cannon brothers. This year's tournament has drawn an astonishing number of participants, exceeding 20,000 individuals. This outstanding turnout establishes EVO 2023 as the largest and most significant event in the history of EVO.

A moment of notable significance occurred on Day 3 of the tournament when the Mayor of Las Vegas presented the EVO founders with the key to the city. In addition, August 6 was officially proclaimed National EVO Day, marking a memorable recognition and honor for the event and its creators.

In the gathering of attendees, Tim "EsfandTV" stood out, being one of the renowned and beloved Texas-based streamers, as well as a co-owner of OTK. He expressed high admiration, specifically towards the Pokimane-owned RTS, for their exceptional organizational efforts, underscoring the impressive execution of the event.

He said:

"There's like a chain reaction of events and Poki owns EVO now. It's kinda funny. But man, I'll tell you like, what RTS has done with EVO, and I mean this, cause I don't know, I haven't been here (before), but from talking to people and EVO's obviously been amazing for years, huge for the fighting community. But, from what I have heard from other people, in the last few years, RTS basically taking over EVO, they've taken this thing to the next level."

He added:

"This is the best. The tournament is the tournament. You saw the tournament today. You didn't see some of the other stuff from other days that you saw today. The gaming convention, the part of EVO, the expo hall, is probably the best gaming convention that I've been to in three or four years."

What the community said

The clip of EsfandTV speaking about the current edition of EVO was quickly shared to the popular r/Livestreamfail subreddit, which garnered a lot of comments. Here are some of the notable responses:


While Pokimane holds some stake in EVO, it's important to note that RTS is not the sole entity responsible for managing its affairs. Another key player is Sony, which acquired EVO earlier in 2021.

Quick Links

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1618618, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1618618); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1618618) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1618618) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();