{"schema_version":"1.0","canonical_url":"https://patentable.app/patents/US-9852585","patent":{"patent_number":"US-9852585","title":"System and method of awarding a community award","assignee":null,"inventors":[],"filing_date":"2016-09-29T00:00:00.000Z","publication_date":"2017-12-26T00:00:00.000Z","cpc_codes":["G07F","G07F"],"num_claims":22,"abstract":"A system providing a community award to player is disclosed. The system comprises a plurality of gaming machines and a system controller. Each gaming machine is configured receive a wager from a respective player and responsively initiate a game. The system controller is coupled to each of the gaming machines and includes a database with a community awards list including a plurality of total award probabilities, each total award probability associated with a corresponding number of players. The system controller is then configured to detect a triggering condition; responsively determine a number of players playing the plurality of gaming machines; determine a total award probability as a function of the determined number of players and the community award list; and provide a community award to at least one of the plurality of players as a function of the determined total award probability."},"analysis":{"summary":"The System and Method of Awarding a Community Award (US-9852585) introduces a novel approach to player rewards in networked gaming environments, significantly enhancing engagement and fostering a sense of collective participation. At its core, this innovation moves beyond static jackpot systems by dynamically adjusting the probability of a community award based on the real-time number of active players.\n\nThe central problem it solves is the often-isolated nature of traditional gaming rewards, which can fail to capitalize on the collective energy and presence of multiple players. This can lead to lower player retention and missed opportunities for building vibrant gaming communities. The patent addresses this by creating a shared incentive that grows with the community.\n\nTechnically, the system comprises multiple gaming machines connected to a sophisticated system controller. This controller houses a database with a 'community awards list,' which maps varying total award probabilities to corresponding numbers of active players. When a predefined 'triggering condition' is met (e.g., a cumulative wager threshold or specific game event), the controller determines the current player count, consults the awards list to ascertain a dynamic award probability, and then provides a community award to at least one player based on this calculated probability.\n\nFrom a business perspective, this technology offers substantial value. It enables gaming operators to significantly boost player engagement and retention by creating a more interactive and rewarding experience. The dynamic nature of the awards incentivizes continuous play and encourages players to participate in larger groups, potentially leading to increased revenue through extended play sessions and greater overall platform activity. This innovation opens up new strategic possibilities for promotions, game design, and fostering strong, loyal player communities, presenting a compelling market opportunity for its adoption across various segments of the gaming industry.","layman_explanation":"### What Problem Does This Solve?\nImagine you're running a casino or a popular online gaming platform. A big challenge is keeping players engaged and making them feel like part of something bigger than just their individual game. Traditional reward systems, like fixed jackpots, are often static and predictable. They might reward one lucky player, but they don't necessarily build excitement or loyalty across a whole group of players. This can lead to players losing interest over time, especially if they feel isolated in their pursuit of a win. The business problem is clear: how do you create a dynamic, compelling incentive that encourages more people to play, stay longer, and feel a stronger connection to your platform? Existing solutions often fall short in fostering this collective engagement and adapting to real-time player activity.\n\n### How Does It Work?\nThe System and Method of Awarding a Community Award patent introduces a smart solution. Think of it like this: all your gaming machines (whether physical slots or online games) are connected to a central 'brain' or system controller. This brain is constantly watching how many players are actively engaged across all the connected machines. It has a special 'community awards list' – essentially a flexible rulebook that says, 'If 10 players are active, the chances of a community award are X. But if 100 players are active, the chances are Y, which might be much higher!'\n\nWhen a certain 'triggering condition' occurs (which could be anything from a total amount wagered across the network reaching a milestone, or a specific time of day, or a cumulative number of games played), the system controller springs into action. It quickly counts the current number of active players. Then, using its community awards list, it instantly calculates the probability of a community award being given out *right now*, based on that current player count. If the conditions are met, it then provides a community award to one or more of the active players. It's a dynamic, responsive system that makes the reward potential grow and shrink with the collective energy of the players, making the experience more unpredictable and exciting for everyone involved.\n\n### Why Does This Matter?\nThis innovation matters because it fundamentally shifts the incentive structure in gaming. For businesses, this translates into several key advantages:\n*   **Increased Player Retention:** The allure of a dynamically adjusting community award gives players a stronger reason to keep playing, especially during peak times when the probability of a shared win might be higher. They feel a sense of collective purpose.\n*   **Enhanced Engagement:** Players are more likely to participate actively and for longer durations, knowing their collective presence influences the potential for a shared reward. This can lead to higher average revenue per user (ARPU).\n*   **Competitive Differentiation:** Platforms implementing this technology can stand out in a crowded market by offering a unique, socially driven reward experience that traditional systems cannot match.\n*   **New Promotional Opportunities:** Operators gain immense flexibility to design targeted promotions, adjusting the 'community awards list' and 'triggering conditions' to boost activity during specific periods or for particular games. The ROI comes from longer player lifetimes, increased wagering, and a stronger, more loyal customer base.\n\n### What's Next?\nThe future applications for this technology are vast. Beyond traditional casinos, imagine its use in esports, online multiplayer games, or even educational gamification where collective achievement unlocks group rewards. We could see market adoption accelerate as platforms seek to differentiate and deepen player engagement. Investment implications are significant for companies looking to lead the next wave of interactive entertainment, moving beyond individualistic rewards to foster truly collaborative and compelling player experiences. This approach is poised to create more vibrant, sticky communities that drive long-term value.","technical_analysis":"The patent **System and Method of Awarding a Community Award** (US-9852585) presents a robust technical framework for dynamic reward distribution within networked gaming systems. This innovation centers on a sophisticated system controller interacting with a plurality of gaming machines, departing from conventional fixed-probability reward models.\n\n**Technical Architecture:**\n1.  **Gaming Machines (Clients):** Each machine acts as a client, configured to receive player wagers and initiate game rounds. These machines transmit real-time data, including player activity, wager amounts, and game outcomes, to the central system controller. Communication typically occurs over a secure, low-latency network, ensuring data integrity and prompt response times.\n2.  **System Controller (Server):** This is the core intelligence of the invention. It is a centralized processing unit, potentially implemented as a distributed cloud service or a powerful on-premises server. Key internal components include:\n    *   **Connectivity Interface:** Manages communication with all connected gaming machines, handling data ingress and command egress.\n    *   **Player Activity Monitor:** Continuously tracks the status of each gaming machine and player. It identifies active players and monitors for predefined 'triggering conditions'. A triggering condition could be a cumulative wager reaching a threshold across the network, a specific combination of game events, or a time-based parameter (e.g., a community jackpot window opening).\n    *   **Database Module:** Stores the 'community awards list'. This list is a critical data structure, mapping a 'total award probability' to a 'corresponding number of players'. For example, `(N=10 players -> P=0.01)`, `(N=50 players -> P=0.05)`. This allows for flexible and configurable reward curves.\n    *   **Award Determination Engine:** Upon detecting a triggering condition, this engine queries the Player Activity Monitor for the current count of active players (`N_players`). It then consults the Database Module to retrieve the `P_total_award` associated with `N_players` from the community awards list. Using this probability, it employs a pseudo-random number generator (PRNG) to determine if a community award should be granted. If an award is due, a player selection algorithm (e.g., random selection from active players, weighted selection based on recent activity) identifies the recipient(s).\n\n**Algorithm Specifics:**\n1.  **Triggering Condition Detection:** This involves real-time event processing. The system continuously aggregates data streams from gaming machines. Conditions can range from simple thresholds (e.g., total network wager exceeds $10,000) to more complex state-based conditions (e.g., specific game combinations occur simultaneously on multiple machines).\n2.  **Dynamic Probability Function:** The core innovation lies in the function `P_total_award = f(N_players)`. This function is not hardcoded but configurable via the 'community awards list'. This allows operators to design incentive structures where the likelihood of a community award scales with collective participation. For instance, `f(N_players)` could be designed to increase exponentially with `N_players` to highly incentivize large groups.\n3.  **Award Provision:** Once `P_total_award` is determined and an award event is triggered, the system initiates the award provision. This involves sending commands back to the relevant gaming machine(s) to display the award, credit the player's account, and update system-wide displays.\n\n**Integration Patterns and Performance:**\nThe system would typically integrate with existing gaming machine APIs and backend accounting systems. Message queues (e.g., Kafka, RabbitMQ) could handle high-volume event data from gaming machines. The system controller requires low-latency access to the community awards list database to ensure real-time probability adjustments. Performance characteristics are crucial: the system must process player events, update player counts, and determine award probabilities with minimal delay to maintain a seamless and engaging user experience. Scalability is also paramount, allowing the system to handle thousands of concurrent players across potentially vast networks. The G07F CPC codes indicate its alignment with established gaming apparatus, implying adherence to industry-standard protocols for fairness and security.\n\n**Code-Level Implications:**\nDevelopers would focus on highly optimized database queries for the community awards list, efficient algorithms for player counting and triggering condition detection, and robust error handling for network communication. The probability determination logic would require careful implementation of PRNGs and statistical validation to ensure fairness and adherence to desired payout percentages. The system's modular design allows for independent development and scaling of the Player Activity Monitor, Database Module, and Award Determination Engine, potentially leveraging microservices architectures for enhanced resilience and agility.","business_analysis":"The **System and Method of Awarding a Community Award** (US-9852585) represents a significant business opportunity within the global gaming and entertainment industry, poised to disrupt traditional player engagement models and unlock new revenue streams. This patented innovation addresses key challenges faced by casino operators, online gaming platforms, and arcade businesses.\n\n**Market Opportunity Size:**\nThe global gaming market is a multi-billion dollar industry, with segments like casinos, online gambling, and esports experiencing continuous growth. Player engagement and retention are critical drivers of profitability. This patent targets a fundamental aspect of player motivation: the desire for rewards and social interaction. By introducing dynamic, community-driven awards, the system can tap into a vast market of players seeking more interactive and collectively rewarding experiences, differentiating platforms from competitors reliant on static jackpot systems. The addressable market includes any entity operating multiple networked gaming machines, from physical casino floors to expansive online multiplayer environments.\n\n**Competitive Advantages:**\n1.  **Enhanced Player Engagement & Retention:** The core advantage is its ability to foster a sense of shared purpose and excitement. Players are incentivized not just by individual wins, but by the collective potential for a community award, leading to longer session times and increased loyalty. This directly combats player churn, a major industry pain point.\n2.  **Dynamic & Adaptive Rewards:** Unlike static jackpots, this system's award probabilities adjust in real-time based on active player count. This allows operators to create more compelling and unpredictable reward structures, keeping players on the edge of their seats and offering unique promotional opportunities.\n3.  **Community Building:** The system naturally encourages social interaction and camaraderie. Players are more likely to encourage others to join, knowing that increased participation can boost collective chances of winning, thereby strengthening the gaming community around a platform or game.\n4.  **Strategic Flexibility for Operators:** The configurable 'community awards list' and 'triggering conditions' provide operators with powerful tools for strategic marketing and game design. They can tailor reward probabilities to specific times, game types, or player demographics, optimizing for peak engagement or off-peak boosts.\n\n**Revenue Potential:**\n*   **Increased Player Lifetime Value (LTV):** Higher engagement and retention directly translate to players spending more time and money on the platform over their lifetime.\n*   **Boosted Wager Volumes:** The dynamic nature of the awards and the incentive for collective play can lead to increased wagers as players contribute to the community award pool.\n*   **New Monetization Models:** The system could be licensed to gaming operators, or integrated as a premium feature within gaming platforms, creating new revenue streams for the patent holder.\n*   **Competitive Differentiation:** Platforms adopting this technology can attract new players seeking a more innovative and social reward experience, leading to market share gains.\n\n**Business Models:**\nPotential business models include:\n*   **Software-as-a-Service (SaaS):** Offering the system controller as a cloud-based service to gaming operators on a subscription model.\n*   **Licensing:** Licensing the patented technology to game developers and casino equipment manufacturers for integration into their products.\n*   **Direct Integration:** For a gaming company owning the patent, direct integration into their own portfolio of games and machines.\n\n**Strategic Positioning:**\nThis innovation positions its adopters as leaders in player-centric gaming, moving beyond traditional mechanics to offer a more sophisticated and socially engaging experience. It aligns with broader industry trends towards community-driven content and personalized experiences. Companies leveraging this patent can gain a significant edge in attracting and retaining the next generation of gamers.\n\n**ROI Projections:**\nWhile specific ROI will vary, the potential for increased player engagement, higher LTV, and differentiated market positioning suggests a strong return on investment for companies that strategically implement this technology. Reduced marketing spend for player acquisition (due to higher organic retention) and increased average revenue per user (ARPU) would be key drivers of ROI. The ability to dynamically adjust reward probabilities also allows for fine-tuning payout ratios to maintain profitability while maximizing player satisfaction.","faqs":[{"answer":"The System and Method of Awarding a Community Award (US-9852585) is a patented invention designed to revolutionize how awards are distributed in networked gaming environments. At its core, it's a system that dynamically adjusts the probability of a 'community award' based on the real-time number of active players across multiple gaming machines. This moves beyond traditional static jackpots or individual wins to create a more engaging, responsive, and collectively rewarding experience.\n\nThis innovative system comprises a plurality of gaming machines connected to a central system controller. The controller intelligently monitors player activity and leverages a 'community awards list' – a database mapping varying award probabilities to corresponding player counts. When specific conditions are met, the system determines the current number of players and calculates the likelihood of a community award, which is then provided to one or more participants.\n\nThe primary goal of this technology is to foster a sense of shared purpose and excitement among players, encouraging collective participation and enhancing overall player engagement. It represents a significant advancement in game mechanics, offering a powerful tool for operators to build stronger gaming communities and drive sustained interest in their platforms.","question":"What is System and Method of Awarding a Community Award?"},{"answer":"The System and Method of Awarding a Community Award operates through an intelligent interplay between networked gaming machines and a central system controller. Here’s a step-by-step breakdown:\n\n1.  **Player Engagement:** Multiple players engage with their respective gaming machines, placing wagers and initiating games as usual.\n2.  **Real-time Monitoring:** A central system controller, connected to all these gaming machines, continuously monitors player activity. It accurately determines the current number of players actively participating in games.\n3.  **Triggering Condition Detection:** The system controller looks for a predefined 'triggering condition.' This could be a cumulative wager threshold reached across all machines, a specific collective game event occurring, or even a time-based parameter (e.g., a community award window opening).\n4.  **Dynamic Probability Determination:** Once a triggering condition is detected, the controller consults its internal 'community awards list' (a database). This list contains various 'total award probabilities,' each associated with a corresponding number of players. For example, if 20 players are active, the probability might be X; if 100 players are active, the probability might be Y (which could be higher).\n5.  **Award Provision:** Based on the determined number of active players and the associated probability from the community awards list, the system decides whether to provide a community award. If an award is to be given, it's then distributed to at least one of the active players, creating a shared winning experience.\n\nThis dynamic process ensures that the potential for a community award is directly influenced by the collective presence and activity of the players, making the reward system highly responsive and engaging.","question":"How does System and Method of Awarding a Community Award work?"},{"answer":"The System and Method of Awarding a Community Award addresses a critical challenge in the gaming industry: the often-isolated nature of traditional reward systems and their limited ability to foster true community engagement. Conventional jackpots and individual payouts, while exciting for the winner, often fail to create a sense of shared purpose or collective excitement among a group of players.\n\nThis can lead to several problems:\n\n1.  **Player Retention Issues:** When rewards are purely individual, players may feel less connected to the overall platform or community, leading to higher churn rates and reduced player loyalty.\n2.  **Stagnant Engagement:** Static reward probabilities don't adapt to real-time player activity, missing opportunities to incentivize participation during specific periods or when player numbers are high.\n3.  **Lack of Social Incentive:** Traditional systems offer little direct incentive for players to encourage others to join or to engage collectively, thus hindering community growth.\n\nThe System and Method of Awarding a Community Award solves these by introducing a dynamic, community-driven reward mechanism. It transforms individual play into a collaborative endeavor, giving players a compelling reason to participate consistently and collectively, thereby boosting retention, engagement, and the overall social fabric of the gaming environment.","question":"What problem does System and Method of Awarding a Community Award solve?"},{"answer":"The inventors of the System and Method of Awarding a Community Award are not publicly listed in the provided patent data. Patents are typically filed by individuals or assigned to companies. In this case, the patent document US-9852585 would list the specific inventors and, if applicable, the assignee (the company or entity that owns the patent rights).\n\nWhile the specific individuals are not mentioned here, the innovation represents the culmination of expertise in gaming system design, software engineering, and player psychology. The development of such a sophisticated system requires deep understanding of networked architectures, real-time data processing, and incentive structures that can effectively drive player engagement. The patent holder, whether an individual or a corporation, holds the rights to this groundbreaking approach to dynamic community rewards in gaming.","question":"Who invented System and Method of Awarding a Community Award?"},{"answer":"The System and Method of Awarding a Community Award offers a multitude of key benefits for both players and gaming operators, significantly enhancing the overall gaming experience and business outcomes.\n\nFor players, the primary benefit is a **more engaging and social reward experience**. Knowing that their collective participation influences the chances of a shared community award fosters a powerful sense of camaraderie and shared purpose. It makes winning a collective journey, rather than just an individual pursuit, leading to greater excitement and deeper immersion in the game or platform.\n\nFor gaming operators, the benefits are substantial:\n\n1.  **Increased Player Engagement and Retention:** By offering dynamic, community-driven incentives, the system provides a compelling reason for players to return and stay active, directly improving player lifetime value and reducing churn.\n2.  **Strategic Flexibility for Promotions:** Operators can configure the 'community awards list' and 'triggering conditions' to strategically boost activity during specific times, promote new games, or reward loyalty, allowing for highly targeted and effective marketing campaigns.\n3.  **Competitive Differentiation:** Platforms that implement this system can stand out in a crowded market by offering a unique and innovative reward experience that traditional static jackpot systems cannot match.\n4.  **Enhanced Community Building:** The system naturally encourages social interaction and collaboration among players, strengthening the gaming community and fostering a more vibrant ecosystem. These benefits collectively contribute to a more profitable and sustainable gaming operation.","question":"What are the key benefits of System and Method of Awarding a Community Award?"},{"answer":"The System and Method of Awarding a Community Award fundamentally distinguishes itself from prior art in gaming reward systems primarily through its dynamic, player-count-driven probability model. Traditional reward mechanisms, such as fixed odds payouts and progressive jackpots, typically operate with static or very slowly changing probabilities.\n\nHere's how this innovation differs:\n\n1.  **Dynamic vs. Static Probabilities:** Prior art jackpots often have a fixed probability of being won, or their probability might increase slightly with the jackpot's size but not directly with the number of *active players*. This system, however, explicitly links the 'total award probability' to the real-time 'number of players' currently participating. This means the chances of a community award can fluctuate significantly based on collective activity.\n2.  **Community-Centric vs. Individualistic:** Most prior art rewards are designed for individual players. Even progressive jackpots, while accumulating from many players, are ultimately won by one. The System and Method of Awarding a Community Award focuses on providing a 'community award' to at least one (and potentially multiple) players from an active group, fostering shared excitement and collective achievement.\n3.  **Adaptive Triggering:** While some prior art includes bonus features, the 'triggering conditions' in this patent can be designed to be collective (e.g., cumulative wagers across a network) rather than purely individual game events, further emphasizing group dynamics.\n\nIn essence, this patent moves beyond simply rewarding individual luck to intelligently recognizing and incentivizing group participation, offering a more adaptive, engaging, and socially integrated reward experience compared to previous technologies.","question":"How is System and Method of Awarding a Community Award different from prior art?"},{"answer":"The System and Method of Awarding a Community Award holds the potential to significantly impact various sectors within the broader entertainment and digital engagement industries. While the patent explicitly mentions 'gaming machines,' its underlying principles are widely applicable.\n\nKey industries that stand to benefit include:\n\n1.  **Casino and Land-Based Gaming:** This is the most direct application. Traditional casinos can implement this system to create dynamic 'community jackpot' zones, boosting engagement and foot traffic, especially during off-peak hours.\n2.  **Online Gaming and Gambling:** Online casinos, poker rooms, and sports betting platforms can leverage this technology to create compelling, real-time community events and promotions, driving up player retention and activity in a highly competitive digital space.\n3.  **Massively Multiplayer Online (MMO) Games:** The system can enhance in-game economies and guild dynamics by offering collective rewards for group achievements, dynamically scaled by active guild members or server population.\n4.  **Esports and Live Streaming:** Platforms could integrate this to create interactive spectator experiences, where collective viewer engagement (e.g., concurrent viewers, chat participation) influences dynamic 'community prizes' for competitors or other viewers.\n5.  **Arcades and Location-Based Entertainment:** Modern arcades can use this to revitalize traditional gaming, creating a more social and rewarding experience for groups of players.\n6.  **Gamification Platforms:** Beyond traditional gaming, any platform seeking to gamify user engagement (e.g., educational apps, fitness trackers, loyalty programs) could adapt this concept to reward collective user activity and foster community building.\n\nUltimately, any industry that relies on sustained user engagement and seeks to build strong communities around collective activity can find valuable applications for the System and Method of Awarding a Community Award.","question":"What industries will System and Method of Awarding a Community Award impact?"},{"answer":"The System and Method of Awarding a Community Award, identified by patent number US-9852585, has specific dates associated with its journey through the patent process.\n\n*   **Filing Date:** The patent application for this innovation was filed on **September 29, 2016**. This date marks when the inventors or assignee submitted their detailed description and claims to the patent office, initiating the examination process.\n*   **Publication Date:** The patent was subsequently published on **December 26, 2017**. The publication date is when the patent application becomes publicly accessible, allowing others to review its contents. This typically occurs before the patent is officially granted, providing transparency during the examination period.\n\nIt's important to note that the publication date is distinct from the grant date (when the patent is officially issued). The provided data indicates the publication date, signifying when the public could first access the details of this groundbreaking System and Method of Awarding a Community Award.","question":"When was System and Method of Awarding a Community Award filed/granted?"},{"answer":"The commercial applications of the System and Method of Awarding a Community Award are extensive, offering significant opportunities for monetization and market differentiation within the gaming and entertainment sectors.\n\n1.  **Enhanced Revenue Generation:** By boosting player engagement and retention, the system directly contributes to increased player lifetime value (LTV) and higher average revenue per user (ARPU). Longer play sessions and more frequent participation translate into greater wagering volumes and in-app purchases.\n2.  **Competitive Market Advantage:** Gaming operators can use this innovative reward system to differentiate their platforms from competitors. Offering a more dynamic, social, and community-driven experience can attract new players and retain existing ones more effectively than traditional static reward models.\n3.  **Flexible Promotional Tools:** The configurable 'community awards list' and 'triggering conditions' provide powerful tools for marketing and promotions. Operators can design targeted campaigns to boost activity during specific times (e.g., off-peak hours), promote new game launches, or reward loyalty tiers, leading to more effective and measurable marketing spend.\n4.  **Licensing Opportunities:** The patent itself (US-9852585) can be licensed to other game developers, casino equipment manufacturers, or online platform providers, creating a direct revenue stream for the patent holder without requiring direct operational involvement.\n5.  **New Business Models:** The technology could enable entirely new business models focused on community-centric gaming, potentially leading to subscription services or premium features built around enhanced collective reward mechanics. Its application in diverse environments, from physical casinos to online platforms, underscores its broad commercial viability.","question":"What are the commercial applications of System and Method of Awarding a Community Award?"},{"answer":"The System and Method of Awarding a Community Award lays a robust foundation for exciting future developments, pushing the boundaries of dynamic reward systems and player engagement.\n\n1.  **AI and Machine Learning Integration:** Future iterations could see the 'community awards list' and 'triggering conditions' dynamically optimized by AI. Machine learning algorithms could analyze vast datasets of player behavior to predict optimal probability curves and award types that maximize engagement and profitability in real-time, leading to hyper-personalized community reward experiences.\n2.  **Cross-Platform and Cross-Game Integration:** The principles of this system could extend beyond a single game or platform. Imagine a meta-community award pool influenced by player activity across an entire ecosystem of games, or even real-world gamified interactions, further blurring the lines between different entertainment verticals.\n3.  **Blockchain for Transparency and Fairness:** The integration of blockchain technology could provide an immutable, transparent ledger for tracking player contributions, triggering conditions, and award distributions. This would enhance trust and verifiability, particularly important in regulated gaming environments.\n4.  **Advanced Player Segmentation:** The system could evolve to offer tiered or segmented community awards, where different groups of players (e.g., VIPs, new players, specific demographics) experience customized probability curves and award types, tailored to their specific engagement patterns and preferences.\n5.  **Deeper Social Integration:** Future developments might see closer integration with social media platforms, allowing players to share their community award achievements, recruit friends to boost probabilities, and foster even stronger social bonds around the gaming experience. These advancements will continue to leverage collective dynamics to create increasingly immersive and rewarding interactive entertainment.","keywords":["future gaming rewards","AI in gaming","blockchain patents","player engagement roadmap","System and Method of Awarding a Community Award evolution","gaming innovation outlook"],"question":"What are the future developments expected for System and Method of Awarding a Community Award?"}],"topics":["System and Method of Awarding a Community Award","community awards patent","dynamic gaming rewards","player engagement technology","gaming innovation","evolution","networked","gaming"],"tech_cluster":null},"seo":{"title":"Community Award System - Patent US-9852585 for Dynamic Gaming Rewards","description":"Discover the System and Method of Awarding a Community Award (US-9852585), a patent revolutionizing gaming with dynamic, player-count-driven awards. Boost engagement & foster community.","keywords":["System and Method of Awarding a Community Award","community awards patent","dynamic gaming rewards","player engagement technology","gaming innovation","patent US-9852585","networked gaming system","game mechanics","casino technology","online gaming rewards","G07F patent"]},"attribution":{"source":"Patentable","source_url":"https://patentable.app","canonical_url":"https://patentable.app/patents/US-9852585","license":"CC-BY-4.0-like","license_terms":"AI-generated analysis on this page (summary, layman_explanation, technical_analysis, business_analysis, faqs) may be reused with attribution and a visible link back to the canonical URL above. Patent abstracts, claims, and bibliographic data are USPTO public domain.","required_link":"https://patentable.app/patents/US-9852585","citation_suggestion":"Patentable. \"System and method of awarding a community award\" (US-9852585). https://patentable.app/patents/US-9852585","copyright_holder":"Nomic Interactive Technology LLC"},"links":{"html":"https://patentable.app/patents/US-9852585","json":"https://patentable.app/api/llm-context/US-9852585","site":"https://patentable.app","llms_txt":"https://patentable.app/llms.txt"},"generated_at":"2026-06-06T07:27:00.279Z"}