WO2009091754A2 - Network computer game linked to real-time financial data - Google Patents

Network computer game linked to real-time financial data Download PDF

Info

Publication number
WO2009091754A2
WO2009091754A2 PCT/US2009/030879 US2009030879W WO2009091754A2 WO 2009091754 A2 WO2009091754 A2 WO 2009091754A2 US 2009030879 W US2009030879 W US 2009030879W WO 2009091754 A2 WO2009091754 A2 WO 2009091754A2
Authority
WO
WIPO (PCT)
Prior art keywords
game
players
financial
currency
server
Prior art date
Application number
PCT/US2009/030879
Other languages
French (fr)
Other versions
WO2009091754A3 (en
Inventor
Michael Gerard Christiani
Zachary Dale Buckner
John Fletcher Elder
John Anthony Dimeo
Original Assignee
Michael Gerard Christiani
Zachary Dale Buckner
John Fletcher Elder
John Anthony Dimeo
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Michael Gerard Christiani, Zachary Dale Buckner, John Fletcher Elder, John Anthony Dimeo filed Critical Michael Gerard Christiani
Publication of WO2009091754A2 publication Critical patent/WO2009091754A2/en
Publication of WO2009091754A3 publication Critical patent/WO2009091754A3/en

Links

Classifications

    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07FCOIN-FREED OR LIKE APPARATUS
    • G07F17/00Coin-freed apparatus for hiring articles; Coin-freed facilities or services
    • G07F17/32Coin-freed apparatus for hiring articles; Coin-freed facilities or services for games, toys, sports, or amusements
    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07FCOIN-FREED OR LIKE APPARATUS
    • G07F17/00Coin-freed apparatus for hiring articles; Coin-freed facilities or services
    • G07F17/32Coin-freed apparatus for hiring articles; Coin-freed facilities or services for games, toys, sports, or amusements
    • G07F17/3286Type of games
    • G07F17/3288Betting, e.g. on live events, bookmaking

Definitions

  • This invention relates to a network-based computer game that both uses real-time financial data to affect game state and uses participants' actions to determine and engage in financial transactions.
  • Trading securities and currencies can be financially rewarding, but is a time- consuming and demanding activity. Good traders often spend long hours in front of a computer or monitor, postulating and identifying complex visual patterns, filtering large amounts of uninformative visual noise, and attempting to accurately time portfolio "movements" to maximize financial gains. Many traders also spend significant amounts of money and resources to automate their trading strategies, creating programs to modify their positions when specific criteria are met.
  • Internet or network-based games are experiencing increasing popularity. These games can be single-player games, or multi-player games involving two or more participants, playing cooperatively and/or competitively. Many computer gamers devote extraordinary amounts of time and energy on their computers mastering games, learning and identifying visual patterns, and honing their skills and timing to maximize scores or the equivalent for their particular game. Some gamers also automate portions of their gaming. These characteristics are similar to those of successful traders in financial markets.
  • What is needed is a system that masks the dry complexity of financial markets, allowing users to manage a portfolio through an interesting and easy-to-learn gaming interface, where the game interface may or may not resemble trading, and players may be completely unaware of the linkage to financial transactions and investment.
  • Figure 1 shows a diagram of a system in accordance with an exemplary embodiment of the present invention.
  • Figure 2 shows a screen from a commercial service for currency trading.
  • Figure 3 shows a screen from a game in accordance with an exemplary embodiment of the present invention.
  • Figure 4 shows a screen from another game in accordance with another exemplary embodiment of the present invention.
  • Figure 5 is a an example of a multiplayer mini-game in accordance with another exemplary embodiment of the present invention.
  • Figure 6 is a an example of an exchange node from a multiplayer mini-game in accordance with another exemplary embodiment of the present invention.
  • Figure 1 shows an exemplary embodiment of the present invention comprising a system wherein one or more users' or players' games, which are played on a user or player computer 2, are connected to a centralized game server or servers 10 coordinating the game play, where the game server is, in turn, connected to a financial data and trading server (such as a currency server) 20.
  • the game server and financial server may reside on a single physical server.
  • the game server 10 receives financial data on market conditions (such as currency markets) from the financial server 20 and regularly synchronizes user's game environments to match the financial data.
  • the game server 20 propagates financial data to the games 2, coordinates communication (if any) between the games 2, and can initiate the opening and closing of positions in the financial market based on players' game behavior.
  • the financial server 20 is a currency server with one or more links to the currency markets, where one nation's currency can be exchanged for another currency at a certain exchange rate. Exchange rates in the currency markets change in real time, and investors use these rates and rate changes to decide in which currencies to invest or divest.
  • OANDA.com which is shown in Figure 2.
  • the player's movement or actions in the game are regularly gauged according to the performance of a corresponding "virtual portfolio.”
  • the players also are mastering the disciplines of financial trading, including but not limited to currency, commodities, or securities trading.
  • the game software executes on a local computer or game console 2 (including, but not limited to, a game console using a television) and communicates over a network (which may be wired or wireless) with the centrally - managed game server or servers 10.
  • the game software can be downloaded in any variety of ways known for such games.
  • the game software may be downloaded onto a computer hard drive and run as a client program, downloaded in memory and run through an Internet web browser, or downloaded and run through a game console, including but not limited to a Playstation or Nintendo Wii.
  • Players may automate their participation in the game to various extents, including using macros for game tasks or actions, or using a user-defined or created program to act on their behalf 4.
  • the game server 10 coordinates players of the game and their interaction with the currency or financial server 20.
  • Each player's client software could maintain its own copy of the game state, and as players perform actions in the game, those actions are broadcast out to all the other players' clients and they update their state accordingly.
  • a centralized server could maintain the game state, and as players perform actions in the game, the server updates its state and broadcasts the updated state out to each player's client software.
  • the currency server will be mimicking best players' actions in the real currency markets, it may be inefficient to have every player keep track of the game state and connect to the currency server.
  • the game server handles all the communication between the players and the currency server. Another advantage to a centralized game server is that it is much more difficult for players to modify the game state illegally or improperly than if the game state was stored somewhere on their machine.
  • the game server can connect to the currency or financial server via whatever interface the currency server exposes (for example, web services or direct port-to-port communication).
  • the game client software can communicate with the game server via a commercially available socket server (such as SmartFoxServer), which handles common multiplayer game functionality like chat rooms, game lobbies, and matchmaking, as well as communication between the clients in-game.
  • a commercially available socket server such as SmartFoxServer
  • the client software dispatches messages to the game server, and the game server updates the game state and broadcasts the new game state out to all the clients.
  • the game server 10 regularly updates the game software based on financial market data obtained from the financial server 20, which manages financial data and financial trading applications. If the financial transactions involve currency, for example, the financial server provides real time currency market data, and can open and close positions in the currency market.
  • the financial data may be encrypted or derived. In one embodiment, the financial data may be universally broadcast to all game software clients, or modified or customized in some way.
  • the game software then incorporates the financial market data into their respective corresponding game states, which affects the array of choices, constraints, or visual stimuli presented to the game player.
  • This incorporating and mapping of the financial market data into the game state may or may not be transparent to the game player (e.g., a numeric price value may correspond to the color of a tile within the game), and the use of such financial market data may not even be known by the player.
  • Game players react to the mapped financial market data in the game state, and make decisions or take actions accordingly.
  • players are making decisions or taking actions that correspond to trading events.
  • These actions are related to the game server, which evaluates them in the context of the player's corresponding "virtual portfolio.”
  • the game's interface may support players performing these actions manually or automatically, so that players can automate their game strategy so they do not have to be physically present to take game actions (and thereby perform trades in their virtual portfolio).
  • the composition of each player's virtual portfolio will change in response to their actions, so that the virtual portfolio of one player may differ from that of another.
  • Players' scores may be directly tied to performance of the corresponding virtual portfolio. The performance of all players may be monitored by the game server.
  • High- performing players can be identified, and if a certain standard or standards are met (for example, if their virtual portfolios pass a sufficient profitability threshold), real-life financial trades and transactions can be made based on these players' subsequent actions.
  • the financial server mirrors these players' in-game actions with actual financial transactions and investments. These actual transactions can be made individually, so that trading in an actual portfolio can be based on the actions of a single player, such as the currently best-performing player.
  • the trading can be made as a portfolio based on the balanced or weighted consolidation of many players' actions.
  • the client software interacts with players directly and is the graphical interface to the game.
  • This software is the visualization of the game state maintained by the game server and it provides the interface for players to manipulate game state and communicate with other players.
  • client software There are several technologies available for developing client software, such as Adobe Flash. Flash runs inside a web browser and is platform independent and has support for vector graphics, which makes it a good choice for "casual" online games (i.e., games that attract a wider audience, are short in duration, and do not require high-performance graphics capabilities).
  • Connection with financial or currency markets is not exclusive to one kind of game. However, some game play models create a better analogy to certain financial markets, such as currency trading, than others.
  • games that provide a good analogy to trading in currency markets include the following:
  • RTS real-time strategy game
  • players are citizens of various fictional countries or territories. Players expand their territory by conquering other villages and cities, financing their armies with money earned from wisely investing in other countries' fictional currencies, where the exchange rates are driven by real- world exchange rates. This kind of game could have multiple themes (such as medieval kingdoms or space exploration).
  • An arcade game where real-world exchange rates drive the position of a target. Players must accurately predict the behavior of the markets to hit the target and score points.
  • the game software provides, in effect, an analogy to financial markets.
  • the analogy can be fairly abstract, as seen in Figure 3.
  • the object of the game is to maintain momentum of a boulder 30 as it rolls over terrain.
  • the financial data (exchange rate data, in this example) from the financial server drives the algorithm that generates game terrain. For example, rising currency value may be mapped to downward- sloping terrain, and vice versa.
  • Players have control over the boulder's path, and can respond to terrain conditions.
  • players can invert the upcoming terrain (which would correspond to closing a long position and opening a short position, or vice versa), or can push the boulder to a different, nearby slope (which would correspond to closing their current position and opening a new one on a new currency pair).
  • players can make informed decisions in the game, with the goal of building ever more momentum for the boulder.
  • the game would terminate when the exchange rates of the gamer's open positions become so unfavorable that the boulder has slowed to a stop.
  • it should be entertaining and intriguing while maintaining a link to the financial or currency markets so that players will want to become more skilled at the game.
  • Greater skill in the game translates to greater skill at trading in the markets.
  • the example of a trading engine mentioned above, for example, would be one way of accomplishing the goal of creating a loyal base of players that become skilled at trading in the currency markets.
  • FIG 4 shows another example of a real-time strategy game in accordance with the present invention.
  • each player takes the role of a citizen of a virtual province or country with a virtual currency.
  • the virtual currency correlates to a value in the associated financial market.
  • the game is associated with a currency market, for example, the virtual currency would correlate to a single real-world currency, such as the Euro or the Japanese Yen.
  • players would control and grow their sociopolitical unit (such as a village or city or city-state) by investing and spending resources, forging alliances with other players, and attacking and plundering enemies.
  • Players also can trade resources.
  • players can gather a small amount of resources from the land around the sociopolitical unit, successful players must invest resources in the virtual currency or financial markets 32 to have the means to build advanced units, buildings, and the like.
  • Players may trade resources through their market, which may be a specialized building owned by each player, where in-game exchange rates are driven by real-world currency rates.
  • the parallel between the real-world currency market and the game's environment is more direct, enabling a straightforward path for game administrators to mirror trades for the best-performing players.
  • Incentives for succeeding may be provided. High scores may be posted, fostering competition among players. Special items or rewards may be received in the game. High performing players may be financially rewarded, such as receiving payments based on their score, or receiving $100 or some other amount in iTunes credits or Amazon dollars (or similar credits) for achieving a high score, or for every day they occupy the weekly high-score within the game, or some similar measure.
  • the client software is hosted at an Internet website.
  • players visit the website on which the client software is hosted, they are prompted to create an account or log in, and then taken to a main lobby where players socialize when they are not playing a mini game or editing their engine.
  • the website could also provide social networking features like profiles, avatars, forums, and groups.
  • players can enter a page or screen where they edit their resource engine, which is the in-game connection to the currency market. All players are given a fixed rate of resources all of the time, regardless of whether or not they are logged on to the game website. These resources allow players to participate in mini-games throughout the website, so it is to the player's advantage to maximize their resources. The simplest engine would simply stockpile resources as they were earned.
  • the most advanced players may set up automated engines that make decisions about where to allocate resources using a graphical programming language.
  • the graphical programming language comprises of nodes wired together with pipes through which resources travel.
  • nodes There are several types of nodes available to players, including:
  • this node provides players with resources at a fixed rate, starting as soon as players create an account and continuing until they cancel their account. There is only one of these nodes per player, and they cannot be edited by the player.
  • the output of this node (represented by a small creature, called a "creep,” since it is used to build structures and attack enemies in addition to being a form of virtual currency) is what gives players the ability to do other things around the website, like play games.
  • Exchange nodes could explicitly show which currency they represent, or they could abstract currencies with colors or icons, depending on if the connection with the real world markets is revealed to the players.
  • USD or "opening a position”
  • Players can manually close positions, or define rules that close and open the exchange nodes automatically. It is also possible to open a "short" position, meaning the player forecasts that a foreign currency will continue to do poorly versus the USD.
  • creeps instead of converting creeps into foreign currency as they flow in, creeps stay as creeps, but players "borrow” the equivalent amount in the foreign currency according to the rate when each creep flows in. Then, when a player closes their position, stored creeps are converted to the foreign currency, any "debt” is paid off and the remaining profit (or loss) flows down the network (after it is converted back to creeps).
  • the programming language is extensible, so that as players become more advanced in their logic, they have the programming tools they need to create an engine that implements their trading strategy. The best players will compound their fixed income with a sophisticated engine which allows them greater access to other features of the website.
  • a player's motivation for building an efficient engine is so that he or she will have the resources to participate in other activities around the site.
  • a game where players build a network of structures 50 with creeps 52 would be familiar to them after using the engine-building interface, as seen in Figure 5. Instead of building a network to multiply resources, players compete against each other to control territory and win military battles against one another.
  • the game could end once a time limit was reached, once a certain condition is met (for example, a "king of the hill" objective where a player must build and defend a special tower in a central location), or once all players but one have been eliminated.
  • Players will be rewarded for winning games with rankings, scores, and possibly desirable virtual objects, like custom clothes for the player's avatar. This will motivate them to optimize their resource engine so that they will be able to play more games and earn more rewards.
  • the decisions that the best players' engines make will be sent to the currency server, and those decisions will be replicated with actual capital for a profit.
  • An example of one embodiment of how in-game actions correspond to currency server actions is as follows:
  • Player iamthebest is currently the best player in the leader boards that track which players maximize the resource returns they earn on the fixed income given to all players. Because he is a successful investor in-game, his engine design is leveraged on a real-world currency server. The following chart walks through an example of iamthebest adusting his resource engine (note that this example ignores trading fees):
  • the game server opens a new socket
  • the game server receives periodic exchange the various types of exchange nodes. He rate updates from the currency server and notices the orange exchange node 60 has updates the exchange nodes in the engine a favorable exchange rate (Figure 6). design interface.
  • the game server sends periodic "heartbeat" requests to keep its connection to the currency server alive.
  • the game server sends a request to open a his resource flow into the orange position in Japanese Yen, and the currency _ s _?_ r _Y e ? sends ⁇ * ?°__ 1 ?fi? I ⁇ k' ⁇ t _i9 n response.
  • Creeps begin flowing in to the node, at a The game server sends four requests to invest rate of 1 creep 1 orange credit. After 4 $1,000 as Japanese Yen ( ⁇ ). For each creeps flow in, the player has "sold" 4 request, the currency server confirms that creeps and "purchased” 4 orange credits. iamthebest has sold $1,000 and purchased ⁇ 1,000.
  • the exchange rate drops, so iamthebest
  • the currency server confirms for a loss of 2 creeps from the original 6 that iamthebest sold ⁇ 8,000 for $4,000, for a th?t fj9_wed into the node. ??t 19 s . ? 9_f $? . _0Q_? ? ⁇ his a 99_9_ u _ nt balance. Disheartened, iamthebest logs off. Because of this misstep, iamthebest loses his top place on the leader boards. The game server logs his account out of the currency server and shuts down his connection since his virtual investments are now too risky to mirror in the real- world markets.

Abstract

A network-based computer game that both uses real-time financial data to affect game state and uses participants' actions to determine and engage in financial transactions. A game server receives financial data on market conditions (such as currency markets) from a financial server and regularly synchronizes user's game environments to match the financial data. The game server propagates financial data to the game or games, coordinates communication (if any) between the games, and can initiate the opening and closing of positions in the financial market based on players' game behavior. The financial market can be a currency market, where one nation's currency can be exchanged for another currency at a certain exchange rate.

Description

NETWORK COMPUTER GAME LINKED TO REAL-TIME FINANCIAL DATA
This application claims priority to U.S. Provisional Patent Application No. 61/020,911, filed January 14, 2008, entitled "Network Computer Game Linked to Real-
Time Financial Data," and is entitled to that filing date for priority. The complete disclosure, specification, drawings and attachments of U.S. Provisional Patent
Application No. 61/020,911 are incorporated herein in their entirety by reference.
FIELD OF INVENTION
This invention relates to a network-based computer game that both uses real-time financial data to affect game state and uses participants' actions to determine and engage in financial transactions.
BACKGROUND OF THE INVENTION
Trading securities and currencies can be financially rewarding, but is a time- consuming and demanding activity. Good traders often spend long hours in front of a computer or monitor, postulating and identifying complex visual patterns, filtering large amounts of uninformative visual noise, and attempting to accurately time portfolio "movements" to maximize financial gains. Many traders also spend significant amounts of money and resources to automate their trading strategies, creating programs to modify their positions when specific criteria are met. Internet or network-based games are experiencing increasing popularity. These games can be single-player games, or multi-player games involving two or more participants, playing cooperatively and/or competitively. Many computer gamers devote extraordinary amounts of time and energy on their computers mastering games, learning and identifying visual patterns, and honing their skills and timing to maximize scores or the equivalent for their particular game. Some gamers also automate portions of their gaming. These characteristics are similar to those of successful traders in financial markets.
What is needed is a system that masks the dry complexity of financial markets, allowing users to manage a portfolio through an interesting and easy-to-learn gaming interface, where the game interface may or may not resemble trading, and players may be completely unaware of the linkage to financial transactions and investment.
DESCRIPTION OF THE DRAWINGS
Figure 1 shows a diagram of a system in accordance with an exemplary embodiment of the present invention.
Figure 2 shows a screen from a commercial service for currency trading. Figure 3 shows a screen from a game in accordance with an exemplary embodiment of the present invention.
Figure 4 shows a screen from another game in accordance with another exemplary embodiment of the present invention.
Figure 5 is a an example of a multiplayer mini-game in accordance with another exemplary embodiment of the present invention.
Figure 6 is a an example of an exchange node from a multiplayer mini-game in accordance with another exemplary embodiment of the present invention. DETAILED DESCRIPTION OF EXEMPLARY EMBODIMENTS
Figure 1 shows an exemplary embodiment of the present invention comprising a system wherein one or more users' or players' games, which are played on a user or player computer 2, are connected to a centralized game server or servers 10 coordinating the game play, where the game server is, in turn, connected to a financial data and trading server (such as a currency server) 20. In an alternative embodiment, the game server and financial server may reside on a single physical server.
The game server 10 receives financial data on market conditions (such as currency markets) from the financial server 20 and regularly synchronizes user's game environments to match the financial data. The game server 20 propagates financial data to the games 2, coordinates communication (if any) between the games 2, and can initiate the opening and closing of positions in the financial market based on players' game behavior. In one exemplary embodiment, the financial server 20 is a currency server with one or more links to the currency markets, where one nation's currency can be exchanged for another currency at a certain exchange rate. Exchange rates in the currency markets change in real time, and investors use these rates and rate changes to decide in which currencies to invest or divest. Several commercial services exist for receiving currency data and executing trades automatically. One example of such a service is OANDA.com, which is shown in Figure 2.
The player's movement or actions in the game are regularly gauged according to the performance of a corresponding "virtual portfolio." By mastering the game, the players also are mastering the disciplines of financial trading, including but not limited to currency, commodities, or securities trading.
In one embodiment, the game software executes on a local computer or game console 2 (including, but not limited to, a game console using a television) and communicates over a network (which may be wired or wireless) with the centrally - managed game server or servers 10. The game software can be downloaded in any variety of ways known for such games. Thus, as non-limiting examples, the game software may be downloaded onto a computer hard drive and run as a client program, downloaded in memory and run through an Internet web browser, or downloaded and run through a game console, including but not limited to a Playstation or Nintendo Wii. Players may automate their participation in the game to various extents, including using macros for game tasks or actions, or using a user-defined or created program to act on their behalf 4.
The game server 10 coordinates players of the game and their interaction with the currency or financial server 20. In online multiplayer games, where several human players are playing against each other at the same time across Internet connections, there are two ways to coordinate players. Each player's client software could maintain its own copy of the game state, and as players perform actions in the game, those actions are broadcast out to all the other players' clients and they update their state accordingly. Alternatively, a centralized server could maintain the game state, and as players perform actions in the game, the server updates its state and broadcasts the updated state out to each player's client software.
In one exemplary embodiment, because the currency server will be mimicking best players' actions in the real currency markets, it may be inefficient to have every player keep track of the game state and connect to the currency server. In this embodiment, the game server handles all the communication between the players and the currency server. Another advantage to a centralized game server is that it is much more difficult for players to modify the game state illegally or improperly than if the game state was stored somewhere on their machine.
The game server can connect to the currency or financial server via whatever interface the currency server exposes (for example, web services or direct port-to-port communication). The game client software can communicate with the game server via a commercially available socket server (such as SmartFoxServer), which handles common multiplayer game functionality like chat rooms, game lobbies, and matchmaking, as well as communication between the clients in-game. As players perform actions in the game, the client software dispatches messages to the game server, and the game server updates the game state and broadcasts the new game state out to all the clients.
The game server 10 regularly updates the game software based on financial market data obtained from the financial server 20, which manages financial data and financial trading applications. If the financial transactions involve currency, for example, the financial server provides real time currency market data, and can open and close positions in the currency market. The financial data may be encrypted or derived. In one embodiment, the financial data may be universally broadcast to all game software clients, or modified or customized in some way. The game software then incorporates the financial market data into their respective corresponding game states, which affects the array of choices, constraints, or visual stimuli presented to the game player. This incorporating and mapping of the financial market data into the game state may or may not be transparent to the game player (e.g., a numeric price value may correspond to the color of a tile within the game), and the use of such financial market data may not even be known by the player.
Game players react to the mapped financial market data in the game state, and make decisions or take actions accordingly. Thus, players are making decisions or taking actions that correspond to trading events. These actions are related to the game server, which evaluates them in the context of the player's corresponding "virtual portfolio." The game's interface may support players performing these actions manually or automatically, so that players can automate their game strategy so they do not have to be physically present to take game actions (and thereby perform trades in their virtual portfolio). As the game proceeds, the composition of each player's virtual portfolio will change in response to their actions, so that the virtual portfolio of one player may differ from that of another. Players' scores may be directly tied to performance of the corresponding virtual portfolio. The performance of all players may be monitored by the game server. High- performing players can be identified, and if a certain standard or standards are met (for example, if their virtual portfolios pass a sufficient profitability threshold), real-life financial trades and transactions can be made based on these players' subsequent actions. In one embodiment, the financial server mirrors these players' in-game actions with actual financial transactions and investments. These actual transactions can be made individually, so that trading in an actual portfolio can be based on the actions of a single player, such as the currently best-performing player. Alternatively, the trading can be made as a portfolio based on the balanced or weighted consolidation of many players' actions.
The client software interacts with players directly and is the graphical interface to the game. This software is the visualization of the game state maintained by the game server and it provides the interface for players to manipulate game state and communicate with other players. There are several technologies available for developing client software, such as Adobe Flash. Flash runs inside a web browser and is platform independent and has support for vector graphics, which makes it a good choice for "casual" online games (i.e., games that attract a wider audience, are short in duration, and do not require high-performance graphics capabilities). Connection with financial or currency markets is not exclusive to one kind of game. However, some game play models create a better analogy to certain financial markets, such as currency trading, than others. Several examples of games that provide a good analogy to trading in currency markets include the following:
• A real-world simulation where players create a virtual society and economy. This is the most direct analogy to the currency markets as it is a virtualization of the real world with few layers of game play abstraction.
• A real-time strategy game (RTS) where players are citizens of various fictional countries or territories. Players expand their territory by conquering other villages and cities, financing their armies with money earned from wisely investing in other countries' fictional currencies, where the exchange rates are driven by real- world exchange rates. This kind of game could have multiple themes (such as medieval kingdoms or space exploration). • An arcade game where real-world exchange rates drive the position of a target. Players must accurately predict the behavior of the markets to hit the target and score points.
• A game where players develop a trading "engine" that (either automatically or manually) executes trades on their behalf in the currency markets, and then players use earned resources to compete in various RTS or arcade-style mini- games.
The game software provides, in effect, an analogy to financial markets. The analogy can be fairly abstract, as seen in Figure 3. In this exemplary embodiment, the object of the game is to maintain momentum of a boulder 30 as it rolls over terrain. The financial data (exchange rate data, in this example) from the financial server drives the algorithm that generates game terrain. For example, rising currency value may be mapped to downward- sloping terrain, and vice versa. Players have control over the boulder's path, and can respond to terrain conditions. For exchange rate data, for example, players can invert the upcoming terrain (which would correspond to closing a long position and opening a short position, or vice versa), or can push the boulder to a different, nearby slope (which would correspond to closing their current position and opening a new one on a new currency pair). By observing trends in the terrain, players can make informed decisions in the game, with the goal of building ever more momentum for the boulder. The game would terminate when the exchange rates of the gamer's open positions become so unfavorable that the boulder has slowed to a stop. Whatever the game's style, it should be entertaining and intriguing while maintaining a link to the financial or currency markets so that players will want to become more skilled at the game. Greater skill in the game translates to greater skill at trading in the markets. The example of a trading engine mentioned above, for example, would be one way of accomplishing the goal of creating a loyal base of players that become skilled at trading in the currency markets.
Figure 4 shows another example of a real-time strategy game in accordance with the present invention. In this game, each player takes the role of a citizen of a virtual province or country with a virtual currency. The virtual currency correlates to a value in the associated financial market. Where the game is associated with a currency market, for example, the virtual currency would correlate to a single real-world currency, such as the Euro or the Japanese Yen.
In this strategy game, players would control and grow their sociopolitical unit (such as a village or city or city-state) by investing and spending resources, forging alliances with other players, and attacking and plundering enemies. Players also can trade resources. Although players can gather a small amount of resources from the land around the sociopolitical unit, successful players must invest resources in the virtual currency or financial markets 32 to have the means to build advanced units, buildings, and the like. Players may trade resources through their market, which may be a specialized building owned by each player, where in-game exchange rates are driven by real-world currency rates. In this example, the parallel between the real-world currency market and the game's environment is more direct, enabling a straightforward path for game administrators to mirror trades for the best-performing players. Incentives for succeeding may be provided. High scores may be posted, fostering competition among players. Special items or rewards may be received in the game. High performing players may be financially rewarded, such as receiving payments based on their score, or receiving $100 or some other amount in iTunes credits or Amazon dollars (or similar credits) for achieving a high score, or for every day they occupy the weekly high-score within the game, or some similar measure.
In another embodiment of the invention, the client software is hosted at an Internet website. When players visit the website on which the client software is hosted, they are prompted to create an account or log in, and then taken to a main lobby where players socialize when they are not playing a mini game or editing their engine. The website could also provide social networking features like profiles, avatars, forums, and groups.
From the lobby page or screen, players can enter a page or screen where they edit their resource engine, which is the in-game connection to the currency market. All players are given a fixed rate of resources all of the time, regardless of whether or not they are logged on to the game website. These resources allow players to participate in mini-games throughout the website, so it is to the player's advantage to maximize their resources. The simplest engine would simply stockpile resources as they were earned.
Other players would monitor exchange rates as they were fed in from the currency server and manually manipulate their engine to take advantage of trends in the markets.
The most advanced players may set up automated engines that make decisions about where to allocate resources using a graphical programming language. The graphical programming language comprises of nodes wired together with pipes through which resources travel. There are several types of nodes available to players, including:
• Emitter: this node provides players with resources at a fixed rate, starting as soon as players create an account and continuing until they cancel their account. There is only one of these nodes per player, and they cannot be edited by the player. The output of this node (represented by a small creature, called a "creep," since it is used to build structures and attack enemies in addition to being a form of virtual currency) is what gives players the ability to do other things around the website, like play games.
• Storage: like a capacitor in an electrical circuit, the storage node simply queues up creeps as they enter. The simplest engine consists of an emitter feeding into a storage node. The player withdraws creeps from storage to use them around the website. If a storage node is used elsewhere in the engine, the withdrawal of creeps (so that they continue downstream) can be automated if a condition specified by the player is met. • Switch: this node re-routes creeps along different paths out of the node. The state of the switch can be set manually or it can be conditioned on current exchange rates and the state of creeps throughout the engine.
• Exchange: the exchange node 60 (as seen in Figure 6) is the link to the currency markets. In one exemplary embodiment, creeps correspond to US Dollars (USD), and each exchange node corresponds to a different foreign currency (relative to
USD, like Japanese Yen or Australian Dollars). Exchange nodes could explicitly show which currency they represent, or they could abstract currencies with colors or icons, depending on if the connection with the real world markets is revealed to the players. As players direct creeps to flow into exchange nodes, they are investing USD (or "opening a position") in that foreign currency. When the player closes their position, their investment is converted back to creeps at the current exchange rate and those creeps flow down the network. Players can manually close positions, or define rules that close and open the exchange nodes automatically. It is also possible to open a "short" position, meaning the player forecasts that a foreign currency will continue to do poorly versus the USD. Instead of converting creeps into foreign currency as they flow in, creeps stay as creeps, but players "borrow" the equivalent amount in the foreign currency according to the rate when each creep flows in. Then, when a player closes their position, stored creeps are converted to the foreign currency, any "debt" is paid off and the remaining profit (or loss) flows down the network (after it is converted back to creeps).
In one embodiment, the programming language is extensible, so that as players become more advanced in their logic, they have the programming tools they need to create an engine that implements their trading strategy. The best players will compound their fixed income with a sophisticated engine which allows them greater access to other features of the website.
A player's motivation for building an efficient engine is so that he or she will have the resources to participate in other activities around the site. A game where players build a network of structures 50 with creeps 52 would be familiar to them after using the engine-building interface, as seen in Figure 5. Instead of building a network to multiply resources, players compete against each other to control territory and win military battles against one another. In addition to building storage nodes and switches as in the engine, players construct various kinds of towers that can destroy opponents' networks and structures. Players pull creeps from their engine and deploy them on to a terrain where they are used to build the player's network and provide ammunition for their weapons 54. The game could end once a time limit was reached, once a certain condition is met (for example, a "king of the hill" objective where a player must build and defend a special tower in a central location), or once all players but one have been eliminated. Players will be rewarded for winning games with rankings, scores, and possibly desirable virtual objects, like custom clothes for the player's avatar. This will motivate them to optimize their resource engine so that they will be able to play more games and earn more rewards. The decisions that the best players' engines make will be sent to the currency server, and those decisions will be replicated with actual capital for a profit. An example of one embodiment of how in-game actions correspond to currency server actions is as follows:
Player iamthebest is currently the best player in the leader boards that track which players maximize the resource returns they earn on the fixed income given to all players. Because he is a successful investor in-game, his engine design is leveraged on a real-world currency server. The following chart walks through an example of iamthebest adusting his resource engine (note that this example ignores trading fees):
In- Game Actions Game Server/Currency Server Communication
Player iamthebest logs on to his account. The game server opens a new socket
_?9!ϊI1_??_tion to the currency server, and logs into iamthebest's corresponding account on
_tri_? cVy??ϋc.y_ server.
As he is building his engine, he monitors The game server receives periodic exchange the various types of exchange nodes. He rate updates from the currency server and notices the orange exchange node 60 has updates the exchange nodes in the engine a favorable exchange rate (Figure 6). design interface.
The game server sends periodic "heartbeat" requests to keep its connection to the currency server alive.
He changes a setting on a switch to direct The game server sends a request to open a his resource flow into the orange position in Japanese Yen, and the currency _s_?_r_Ye? sends <* ?°__1?fi?Iϊk'ιt_i9n response.
Creeps begin flowing in to the node, at a The game server sends four requests to invest rate of 1 creep = 1 orange credit. After 4 $1,000 as Japanese Yen (¥). For each creeps flow in, the player has "sold" 4 request, the currency server confirms that creeps and "purchased" 4 orange credits. iamthebest has sold $1,000 and purchased ¥1,000.
The exchange rate drops, so iamthebest The game server sends two requests to invest redirects the resource flow along another $1,000 in Japanese Yen. For each request, route, but not before 2 creeps flow in at a the currency server confirms that iamthebest rate of 1 creep = 2 credits, for a total of 6 has sold $1,000 and purchased ¥2,000. 9Jee_P? <yκi 8 credits stored in the node. He decides to cut his losses and flush the The game server sends a request to close the node. He sells his 8 credits for 4 creeps, open position. The currency server confirms for a loss of 2 creeps from the original 6 that iamthebest sold ¥8,000 for $4,000, for a th?t fj9_wed into the node. ??t 19s .? 9_f $?._0Q_? ?Λ his a99_9_u_nt balance. Disheartened, iamthebest logs off. Because of this misstep, iamthebest loses his top place on the leader boards. The game server logs his account out of the currency server and shuts down his connection since his virtual investments are now too risky to mirror in the real- world markets.
Alternatively, if iamthebest had accurately predicted the behavior of the exchange rate, he could have "flipped" the exchange node and opened a "short" position, as follows:
• Creeps begin flowing into the node, at a rate of 1 creep = 1 orange credit. After 4 creeps flow in, he has "purchased" 4 creeps and owes 4 orange credits. • The exchange rate drops to 1 creep = 2 credits, and 2 more creeps flow in. He has now purchased 6 creeps and owes 8 credits.
• He decides to close his position. He sells his 6 creeps for 12 credits, his "debt" of 8 credits is paid, and the profit of 4 credits (converted back to 2 creeps) flows down the network, in addition to the original 6 creeps that were held as collateral against his 8 credit "loan."
Neither of these exemplary scenarios, for simplicity, factor in the "spread" involved with both long and short positions. The spread is the (typically) small difference in exchange rate depending on whether one is purchasing or selling the base currency in a trade. There are also brokerage fees to be considered, as well as market impact (i.e., where the size of a purchase or sale affects the price available). Market impact, however, is expected to be negligible in the highly-liquid currencies exchange markets. The effect of fees and other "friction" in trades makes an "even trade" from one currency to another and then back to the base currency result in a small loss to the player. Friction forces players to make more profitable trades, so that they still earn resources.
Thus, it should be understood that the embodiments and examples have been chosen and described in order to best illustrate the principles of the invention and its practical applications to thereby enable one of ordinary skill in the art to best utilize the invention in various embodiments and with various modifications as are suited for particular uses contemplated. Even though specific embodiments of this invention have been described, they are not to be taken as exhaustive. There are several variations that will be apparent to those skilled in the art. Accordingly, it is intended that the scope of the invention be defined by the claims appended hereto.

Claims

CLAIMSWe claim:
1. A system for trading in a financial market, comprising: a financial server for effecting trades or transactions in a financial market; and a game server in electronic communication with the financial server; wherein conditions in a game on the game server change in response to changes in conditions in the financial market.
2. The system of claim 1, further wherein the financial server effects trades or transactions in the financial market in response to actions taken in the game by one or more players.
3. The system of claim 1, wherein the financial market is a currency market.
4. The system of claim 1, wherein the game is a multiplayer game.
5. The system of claim 1, wherein the game is accessible to players through the Internet.
6. The system of claim 1, wherein players develop a trading engine in the game.
7. The system of claim 1, wherein players develop resources in the game or for use in the game through exchange nodes.
8. The system of claim 1, wherein players are aware of the connection between the game and the financial market.
9. The system of claim 1, wherein players are unaware of the connection between the game and the financial market.
10. A computer- implemented method for effecting trades in a financial market, comprising the steps of: receiving financial data about conditions in a financial market; changing conditions in a game on a computer game server in response to changes in conditions in the financial market; receiving game data about actions taken by one or more players in the game in response to changes in conditions in the game; and making one or more trades in the financial market based on the received game data.
11. The method of claim 10, wherein the financial market is a currency market.
12. The method of claim 10, wherein the game is a multiplayer game.
13. The method of claim 10, wherein the game is accessible to players through the Internet.
PCT/US2009/030879 2008-01-14 2009-01-13 Network computer game linked to real-time financial data WO2009091754A2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US2091108P 2008-01-14 2008-01-14
US61/020,911 2008-01-14

Publications (2)

Publication Number Publication Date
WO2009091754A2 true WO2009091754A2 (en) 2009-07-23
WO2009091754A3 WO2009091754A3 (en) 2009-09-17

Family

ID=40851147

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2009/030879 WO2009091754A2 (en) 2008-01-14 2009-01-13 Network computer game linked to real-time financial data

Country Status (2)

Country Link
US (1) US20090181777A1 (en)
WO (1) WO2009091754A2 (en)

Families Citing this family (173)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110039624A1 (en) * 2009-08-15 2011-02-17 Miodrag Potkonjak Cyber-physical game
WO2011025975A1 (en) 2009-08-28 2011-03-03 Zynga Game Network, Inc. Apparatuses, methods and systems for a distributed object renderer
US8832568B2 (en) * 2009-11-20 2014-09-09 Roblox Corporation System and methods for managing distributed physics simulation of objects in a virtual environment
US9566503B2 (en) 2010-02-02 2017-02-14 Nintendo Co., Ltd. Massively single-playing online game
CN104857705B (en) 2010-03-01 2018-03-13 咖姆波雷特游戏公司 Abundant game environment for the application of game place
US8641530B1 (en) * 2010-03-15 2014-02-04 Maxime Penson System and method for real time trading computer game
US9881446B2 (en) 2010-12-06 2018-01-30 Gamblit Gaming, Llc Hybrid gaming system having omniscience gambling proposition
US20130296021A1 (en) 2010-12-06 2013-11-07 Mercury And Associates Structure Ii, Llc Enhanced slot-machine for casino applications
US8740690B2 (en) 2010-12-06 2014-06-03 Gamblit Gaming, Llc Enhanced slot-machine for casino applications
US10373436B2 (en) 2010-12-06 2019-08-06 Gamblit Gaming, Llc Coincident gambling hybrid gaming system
US9836920B2 (en) 2010-12-06 2017-12-05 Gamblit Gaming, Llc Hybrid game with manual trigger option
WO2014005158A2 (en) 2012-06-30 2014-01-03 Gamblit Gaming, Llc Hybrid game with manual trigger option
WO2014005157A2 (en) * 2012-06-30 2014-01-03 Gamblit Gaming, Llc Hybrid game with omniscience gambling proposition
WO2012167146A1 (en) 2011-06-01 2012-12-06 Mercury Associates, Structure Ii Systems and methods for regulated hybrid gaming
CA2834413C (en) 2011-06-02 2014-10-07 Mercury And Associates, Structure Ii Systems and methods for flexible gaming environments
EP2731692A4 (en) 2011-07-12 2015-04-29 Gamblit Gaming Llc Personalizable hybrid games
AU2012281063A1 (en) 2011-07-12 2014-02-06 Gamblit Gaming, Llc Hybrid game element management
JP2014529372A (en) 2011-07-18 2014-11-06 マーキュリーアソシエイツ,ストラクチャー 2,エルエルシー. System and method for credit contribution to a hybrid game
US20130324227A1 (en) 2011-08-04 2013-12-05 Gamblit Gaming, Llc Game world exchange for hybrid gaming
AU2012289892A1 (en) 2011-08-04 2014-03-13 Gamblit Gaming, Llc Side betting for enriched game play environment (single and/or multiplayer) for casino applications
AU2012289858B2 (en) 2011-08-04 2015-06-04 Gamblit Gaming, Llc Interactive game elements as lottery ticket in enriched game play environment (single and/or multi-player) for casino applications
AU2012300226B2 (en) 2011-08-26 2014-07-17 Gamblit Gaming, Llc Collective enabling elements for enriched game play environment (single and/or multi-player) for casino applications
CA2850369C (en) 2011-09-30 2017-03-07 Mercury And Associates Structure Ii, Llc Electromechanical hybrid game
SG11201400893TA (en) 2011-10-17 2014-04-28 Gamblit Gaming Llc Anti-sandbagging in head-to-head gaming for enriched game play environment
AU2012326136B2 (en) 2011-10-17 2015-06-04 Gamblit Gaming, Llc Head-to-head and tournament play for enriched game play environment
JP5941156B2 (en) 2011-11-10 2016-06-29 ギャンブリット ゲーミング,エルエルシー Cheat prevention hybrid game
CA2856286A1 (en) 2011-11-19 2013-05-23 Gamblit Gaming, Llc Skill calibrated hybrid game
SG194963A1 (en) 2011-11-19 2013-12-30 Gamblit Gaming Llc Sponsored hybrid games
WO2013082052A1 (en) 2011-11-30 2013-06-06 Gamblit Gaming, Llc Substitution hybrid games
SG11201402644RA (en) 2011-11-30 2014-06-27 Gamblit Gaming Llc Bonus jackpots in enriched game play environment
JP5941158B2 (en) 2011-11-30 2016-06-29 ギャンブリット ゲーミング,エルエルシー Implementation and abstraction of gambling games
WO2013086211A2 (en) 2011-12-06 2013-06-13 Mercury And Associates, Structure Ii, Llc Multilayer hybrid games
AU2012347500B2 (en) 2011-12-09 2015-08-06 Gamblit Gaming, Llc Controlled entity hybrid game
WO2013096514A1 (en) 2011-12-19 2013-06-27 Gamblit Gaming, Llc A credit and enabling system for virtual constructs in hybrid game
JP6147763B2 (en) 2012-01-05 2017-06-14 マーキュリー アンド アソシエイツ,ストラクチャー 2,エルエルシー Start mode for credit validation system for virtual components in hybrid games
SG11201403800TA (en) 2012-01-05 2014-08-28 Gamblit Gaming Llc Head to head gambling hybrid games
CA2861912A1 (en) 2012-01-19 2013-07-25 Gamblit Gaming, Llc Transportable elements hybrid games
JP6258220B2 (en) 2012-01-19 2018-01-10 ギャンブリット ゲーミング,エルエルシー Time-enabled hybrid game
US10937097B1 (en) 2012-02-06 2021-03-02 Acorns Grow Incorporated Systems and methods for creating excess funds from retail transactions and apportioning those funds into investments
US8781906B2 (en) 2012-02-06 2014-07-15 Walter Cruttenden Systems and methods for managing consumer transaction-based investments
CA2864749A1 (en) 2012-02-17 2013-08-22 Gamblit Gaming, Llc Networked hybrid game
JP5914704B2 (en) 2012-02-22 2016-05-11 ギャンブリット ゲーミング,エルエルシー Insurance enabled hybrid game
WO2013138321A1 (en) 2012-03-14 2013-09-19 Gamblit Gaming, Llc Autonomous agent hybrid games
WO2013163481A1 (en) 2012-04-25 2013-10-31 Gamblit Gaming, Llc Randomized initial condition hybrid games
WO2013163486A1 (en) 2012-04-25 2013-10-31 Gamblit Gaming, Llc Difference engine hybrid game
WO2013163330A1 (en) 2012-04-25 2013-10-31 Gamblit Gaming, Llc Draw certificate based hybrid game
WO2013181293A1 (en) 2012-05-29 2013-12-05 Gamblit Gaming, Llc Sudoku style hybrid game
US9495708B2 (en) * 2012-06-11 2016-11-15 Acorns Grow Incorporated Systems and methods for managing electronic interactive gaming-based investments
WO2014025940A2 (en) * 2012-08-07 2014-02-13 Gamblit Gaming, Llc Game world exchange for hybrid gaming
WO2014071418A1 (en) 2012-11-05 2014-05-08 Gamblit Gaming, Llc Interactive media based gambling hybrid games
WO2014074271A1 (en) 2012-11-08 2014-05-15 Gamblit Gaming, Llc Tournament management system for hybrid gaming
WO2014074392A1 (en) 2012-11-08 2014-05-15 Gamblit Gaming, Llc A gambling hybrid game including a fantasy sports game as an entertainment game
US9569929B2 (en) 2012-11-08 2017-02-14 Gamblit Gaming, Llc Systems for an intermediate value holder
WO2014074353A1 (en) 2012-11-08 2014-05-15 Gamblit Gaming, Llc Systems and methods to use an intermediate value holder in a gambling hybrid game
WO2014074339A1 (en) 2012-11-08 2014-05-15 Gamblit Gaming, Llc Standardized scoring system for gambling hybrid games
WO2014074751A1 (en) 2012-11-08 2014-05-15 Gamblit Gaming, Llc Gambling communicator in gambling communicator hybrid games
WO2014107259A1 (en) 2013-01-07 2014-07-10 Gamblit Gaming, Llc Systems and methods for object alignment game
WO2014107228A1 (en) 2013-01-07 2014-07-10 Gamblit Gaming, Llc Systems and methods for a hybrid entertainment and gambling game using a slignshot trigger
US10665057B2 (en) 2013-01-10 2020-05-26 Gamblit Gaming, Llc Gambling hybrid gaming system with accumulated trigger and deferred gambling
WO2014109837A1 (en) 2013-01-10 2014-07-17 Gamblit Gaming, Llc Gambling hybrid gaming system with accumulated trigger
WO2014121056A1 (en) 2013-01-31 2014-08-07 Gamblit Gaming, Llc Intermediate in-game resource hybrid game
WO2014123625A1 (en) 2013-02-11 2014-08-14 Gamblit Gaming, Llc Gambling hybrid game with a fixed shooter
WO2014126942A2 (en) 2013-02-12 2014-08-21 Gamblit Gaming, Llc Passively triggered wagering in gambling hybrid games
WO2014133906A1 (en) 2013-02-26 2014-09-04 Gamblit Gaming, Llc Resource management gambling hybrid games
CN105431211B (en) 2013-02-28 2019-02-15 咖姆波雷特游戏公司 Parallel AI mixes game system
WO2014134629A1 (en) 2013-03-01 2014-09-04 Gamblit Gaming, Llc Intermediate credit hybrid game
US11176614B1 (en) 2013-03-14 2021-11-16 Acorns Grow Incorporated Systems and methods for creating excess funds from retail transactions and apportioning those funds into investments
USD969818S1 (en) 2013-03-14 2022-11-15 Acorns Grow Inc. Mobile device screen with graphical user interface
AU2014241286A1 (en) 2013-03-14 2015-10-08 Gamblit Gaming, Llc Game history validation for networked gambling hybrid games
USD928190S1 (en) 2013-03-14 2021-08-17 Acorns Grow Incorporated Mobile device screen or portion thereof with an animated graphical user interface
USD927508S1 (en) 2013-03-14 2021-08-10 Acorns Grow Incorporated Mobile device screen or portion thereof with graphical user interface
USD972577S1 (en) 2013-03-14 2022-12-13 Acorns Grow Inc. Mobile device screen with a graphical user interface
WO2014160615A1 (en) 2013-03-27 2014-10-02 Gamblit Gaming, Llc Game world engine driven triggering for gambling hybrid games
US10319180B2 (en) 2013-03-29 2019-06-11 Gamblit Gaming, Llc Interactive application of an interleaved wagering system
WO2014160896A1 (en) 2013-03-29 2014-10-02 Gamblit Gaming, Llc Gambling hybrid game with variable characteristic feedback loop
US10395476B2 (en) 2013-04-30 2019-08-27 Gamblit Gaming, Llc Integrated gambling process for games with explicit random events
WO2015171968A1 (en) 2014-05-07 2015-11-12 Gamblit Gaming, Llc Integrated wagering process interleaved wagering system
AU2014260147A1 (en) 2013-04-30 2016-04-14 Gamblit Gaming, Llc Integrated gambling process for games with explicit random events
WO2014186342A1 (en) 2013-05-14 2014-11-20 Gamblit Gaming, Llc Variable opacity reel in an interactive game
WO2014186340A1 (en) 2013-05-14 2014-11-20 Gamblit Gaming, Llc Dice game as a combination game
WO2014194142A1 (en) 2013-05-29 2014-12-04 Gamblit Gaming, Llc User selectable gambling game hybrid game
WO2014194143A2 (en) 2013-05-29 2014-12-04 Gamblit Gaming, Llc Dynamic wager updating gambling hybrid game
WO2014201054A1 (en) 2013-06-10 2014-12-18 Gamblit Gaming, Llc Adapted skill wagering interleaved game
US20140378219A1 (en) 2013-06-20 2014-12-25 Gamblit Gaming, Llc Multi-mode multi-jurisdiction skill wagering interleaved game
WO2014210080A1 (en) 2013-06-25 2014-12-31 Gamblit Gaming, Llc Tournament entry mechanisms within a gambling integrated game or skill wagering interleaved game
WO2014210224A1 (en) 2013-06-25 2014-12-31 Gamblit Gaming, Llc Screen activity moderation in a skill wagering interleaved game
WO2015017288A1 (en) 2013-07-29 2015-02-05 Gamblit Gaming, Llc Lottery system with skill wagering interleaved game
WO2015034959A1 (en) 2013-09-03 2015-03-12 Gamblit Gaming, Llc Pre-authorized transaction interleaved wagering system
WO2015042327A1 (en) 2013-09-18 2015-03-26 Gamblit Gaming, Llc Second chance lottery skill wagering interleaved game system
US9721424B2 (en) 2013-10-07 2017-08-01 Gamblit Gaming, Llc Supplementary mode of an interleaved wagering system
US9858758B2 (en) 2013-10-07 2018-01-02 Gamblit Gaming, Llc Bonus round items in an interleaved wagering system
WO2015057977A1 (en) 2013-10-16 2015-04-23 Gamblit Gaming, Llc Additional wager in an interleaved wagering system
US20150111637A1 (en) * 2013-10-23 2015-04-23 Gamblit Gaming, Llc Market based interleaved wagering system
WO2015066478A1 (en) 2013-10-31 2015-05-07 Gamblit Gaming, Llc Dynamic multi-currency interleaved wagering system
US10909621B2 (en) 2013-11-05 2021-02-02 Refinitiv Us Organization Llc Systems and methods for quantifying temporal fairness on electronic trading venues
US10325317B2 (en) 2013-11-05 2019-06-18 Refinitiv Us Organization Llc Ideal latency floor
US11144993B2 (en) 2013-11-05 2021-10-12 Refinitiv Us Organization Llc Delay-free matching for deemphasizing effects of speed differentials among price-makers
US9691226B2 (en) 2013-11-07 2017-06-27 Gamblit Gaming, Llc Side pool interleaved wagering system
WO2015073902A1 (en) 2013-11-15 2015-05-21 Gamblit Gaming, Llc Distributed component interleaved wagering system
US9218714B2 (en) 2013-11-18 2015-12-22 Gamblit Gaming, Llc User interface manager for a skill wagering interleaved game
US9691223B2 (en) 2013-11-20 2017-06-27 Gamblit Gaming, Llc Selectable intermediate result interleaved wagering system
US20150148119A1 (en) 2013-11-22 2015-05-28 Gamblit Gaming, Llc Multi-mode multi-jurisdiction skill wagering interleaved game
US20150154832A1 (en) 2013-12-03 2015-06-04 Gamblit Gaming, Llc Hotel themed interleaved wagering system
US9842465B2 (en) 2013-12-14 2017-12-12 Gamblit Gaming, Llc Fungible object award interleaved wagering system
US9881452B2 (en) 2013-12-14 2018-01-30 Gamblit Gaming, Llc Augmented or replaced application outcome interleaved wagering system
US9953487B2 (en) 2014-01-15 2018-04-24 Gamblit Gaming, Llc Bonus element interleaved wagering system
US9741201B2 (en) 2014-01-28 2017-08-22 Gamblit Gaming, Llc Connected interleaved wagering system
US9805552B2 (en) 2014-01-28 2017-10-31 Gamblit Gaming, Llc Multi-state opportunity interleaved wagering system
US9761085B2 (en) 2014-01-30 2017-09-12 Gamblit Gaming, Llc Record display of an interleaved wagering system
US9691224B2 (en) 2014-02-19 2017-06-27 Gamblit Gaming, Llc Functional transformation interleaved wagering system
US10565822B2 (en) 2014-02-21 2020-02-18 Gamblit Gaming, Llc Catapult interleaved wagering system
US10026263B2 (en) 2014-03-07 2018-07-17 Gamblit Gaming, Llc Skill level initiated interleaved wagering system
WO2015139004A1 (en) 2014-03-13 2015-09-17 Gamblit Gaming, Llc Alternate payment mechanism interleaved wagering system
US9911283B2 (en) 2014-03-20 2018-03-06 Gamblit Gaming, Llc Pari-mutuel-based skill wagering interleaved game
US9792763B2 (en) 2014-03-21 2017-10-17 Gamblit Gaming, Llc Inverted mechanic interleaved wagering system
US9881454B2 (en) 2014-04-15 2018-01-30 Gamblit Gaming, Llc Multifaceted application resource interleaved wagering system
US9747747B2 (en) 2014-04-15 2017-08-29 Gamblit Gaming, Llc Alternative application resource interleaved wagering system
US10062238B2 (en) 2014-05-12 2018-08-28 Gamblit Gaming, Llc Stateful real-credit interleaved wagering system
US10540844B2 (en) 2014-05-15 2020-01-21 Gamblit Gaming, Llc Fabrication interleaved wagering system
US9576427B2 (en) 2014-06-03 2017-02-21 Gamblit Gaming, Llc Skill-based bonusing interleaved wagering system
US10019871B2 (en) 2014-06-04 2018-07-10 Gamblit Gaming, Llc Prepaid interleaved wagering system
US9881461B2 (en) 2014-06-18 2018-01-30 Gamblit Gaming, Llc Enhanced interleaved wagering system
US9916723B2 (en) 2014-06-20 2018-03-13 Gamblit Gaming, Llc Application credit earning interleaved wagering system
US9786126B2 (en) 2014-07-31 2017-10-10 Gamblit Gaming, Llc Skill-based progressive interleaved wagering system
US9922495B2 (en) 2014-08-01 2018-03-20 Gamblit Gaming, Llc Transaction based interleaved wagering system
US9858759B2 (en) 2014-08-08 2018-01-02 Gamblit Gaming, Llc Fungible object interleaved wagering system
US10643427B2 (en) 2014-08-25 2020-05-05 Gamblit Gaming, Llc Threshold triggered interleaved wagering system
US9659438B2 (en) 2014-09-15 2017-05-23 Gamblit Gaming, Llc Delayed wagering interleaved wagering system
WO2016044344A1 (en) 2014-09-15 2016-03-24 Gamblit Gaming, Llc Topper system for an interleaved wagering system
US10553069B2 (en) 2014-09-18 2020-02-04 Gamblit Gaming, Llc Multimodal multiuser interleaved wagering system
WO2016044798A1 (en) 2014-09-18 2016-03-24 Gamblit Gaming, Llc Pseudo anonymous account interleaved wagering system
US9990798B2 (en) 2014-09-28 2018-06-05 Gamblit Gaming, Llc Multi-mode element interleaved wagering system
US20170113144A1 (en) * 2014-11-21 2017-04-27 Gary McDonald Online Game for Portfolio Management Driven by Real World Stock Market Using Tournament Bracket Format
US9741207B2 (en) 2014-12-03 2017-08-22 Gamblit Gaming, Llc Non-sequential frame insertion interleaved wagering system
US10068427B2 (en) 2014-12-03 2018-09-04 Gamblit Gaming, Llc Recommendation module interleaved wagering system
US10037658B2 (en) 2014-12-31 2018-07-31 Gamblit Gaming, Llc Billiard combined proposition wagering system
US9811974B2 (en) 2015-01-14 2017-11-07 Gamblit Gaming, Llc Multi-directional shooting interleaved wagering system
WO2016115389A1 (en) 2015-01-15 2016-07-21 Gamblit Gaming, Llc Distributed anonymous payment interleaved wagering system
US10032331B2 (en) 2015-01-20 2018-07-24 Gamblit Gaming, Llc Color alteration interleaved wagering system
US10055936B2 (en) 2015-01-21 2018-08-21 Gamblit Gaming, Llc Cooperative disease outbreak interleaved wagering system
USD785640S1 (en) 2015-02-11 2017-05-02 Acorns Grow Inc. Mobile device screen or portion thereof with a graphical user interface
US9978206B2 (en) 2015-03-05 2018-05-22 Gamblit Gaming, Llc Match evolution interleaved wagering system
US10242529B2 (en) 2015-03-17 2019-03-26 Gamblit Gaming, Llc Object matching interleaved wagering system
US9911275B2 (en) 2015-03-27 2018-03-06 Gamblit Gaming, Llc Multi-control stick interleaved wagering system
US10311675B2 (en) 2015-04-13 2019-06-04 Gamblit Gaming, Llc Level-based multiple outcome interleaved wagering system
US10332338B2 (en) 2015-04-13 2019-06-25 Gamblit Gaming, Llc Modular interactive application interleaved wagering system
US10022632B1 (en) 2015-05-19 2018-07-17 Alexander McAdoo Online computer game systems and methods for facilitating financial investment
US9947180B2 (en) 2015-05-20 2018-04-17 Gamblit Gaming, Llc Pari-mutuel interleaved wagering system
USD792890S1 (en) 2015-05-22 2017-07-25 Acorns Grow Incorporated Display screen or portion therof with a financial data graphical user interface
US20160358418A1 (en) 2015-06-05 2016-12-08 Gamblit Gaming, Llc Interleaved wagering system with supplementary mode
US10453301B2 (en) 2015-07-24 2019-10-22 Gamblit Gaming, Llc Interleaved wagering system with precalculated possibilities
US10089825B2 (en) 2015-08-03 2018-10-02 Gamblit Gaming, Llc Interleaved wagering system with timed randomized variable
US10204484B2 (en) 2015-08-21 2019-02-12 Gamblit Gaming, Llc Skill confirmation interleaved wagering system
US10083575B2 (en) 2015-09-25 2018-09-25 Gamblit Gaming, Llc Additive card interleaved wagering system
US20170213424A1 (en) 2015-12-03 2017-07-27 Gamblit Gaming, Llc Skill-based progressive pool combined proposition wagering system
US10504334B2 (en) 2015-12-21 2019-12-10 Gamblit Gaming, Llc Ball and paddle skill competition wagering system
US10553071B2 (en) 2016-01-21 2020-02-04 Gamblit Gaming, Llc Self-reconfiguring wagering system
US10586424B2 (en) 2016-02-01 2020-03-10 Gamblit Gaming, Llc Variable skill proposition interleaved wagering system
US10347089B2 (en) 2016-03-25 2019-07-09 Gamblit Gaming, Llc Variable skill reward wagering system
US10621828B2 (en) 2016-05-16 2020-04-14 Gamblit Gaming, Llc Variable skill objective wagering system
US10733844B2 (en) 2016-05-16 2020-08-04 Gamblit Gaming, Llc Variable skill objective wagering system
US10357713B1 (en) 2016-08-05 2019-07-23 Wells Fargo Bank, N.A. Utilizing gaming behavior to evaluate player traits
US10510213B2 (en) 2016-10-26 2019-12-17 Gamblit Gaming, Llc Clock-synchronizing skill competition wagering system
US10672021B2 (en) 2017-02-10 2020-06-02 Bank Of America Corporation System and method for location-based trafficking for resource accumulation
US10607444B2 (en) 2017-02-10 2020-03-31 Bank Of America Corporation Third party activity performance cross entity integration
US10614674B2 (en) 2017-04-11 2020-04-07 Gamblit Gaming, Llc Timed skill objective wagering system
US10796525B2 (en) 2017-09-12 2020-10-06 Gamblit Gaming, Llc Outcome selector interactive wagering system
US10866893B2 (en) 2018-01-23 2020-12-15 Home Depot Product Authority, Llc Cache coherency engine
USD928799S1 (en) 2018-07-19 2021-08-24 Acorns Grow Incorporated Mobile device screen or portion thereof with graphical user interface
US11567655B2 (en) 2019-02-21 2023-01-31 Acorns Grow Incorporated Secure signature creation on a secondary device
USD927521S1 (en) 2019-12-09 2021-08-10 Acorns Grow Incorporated Mobile device screen or portion thereof with a graphical user interface
US20230035933A1 (en) * 2021-01-26 2023-02-02 Charles Colby System and Process For Managing Remote Services
WO2022162430A1 (en) * 2021-02-01 2022-08-04 Tradelite Solutions Gmbh A method for transforming real time financial market data and an associated system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5934674A (en) * 1996-05-23 1999-08-10 Bukowsky; Clifton R. Stock market game
US6709330B1 (en) * 1999-08-20 2004-03-23 Ameritrade Holding Corporation Stock simulation engine for an options trading game
US20050027643A1 (en) * 2003-04-02 2005-02-03 Cfph, Llc System and method for wagering based on the movement of financial markets
WO2007091234A1 (en) * 2006-02-07 2007-08-16 Ronen Assia A method and system for representing financial information in a gaming environment

Family Cites Families (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5139269A (en) * 1991-11-29 1992-08-18 Peterson Robert N Financial game apparatus
US20080096659A1 (en) * 2006-10-23 2008-04-24 Kreloff Shawn D Wireless communal gaming system
US6341353B1 (en) * 1997-04-11 2002-01-22 The Brodia Group Smart electronic receipt system
US20020002075A1 (en) * 2000-02-03 2002-01-03 Rick Rowe Method and apparatus for facilitating monetary and reward transactions and accounting in a gaming environment
US20040005919A1 (en) * 2002-04-18 2004-01-08 Walker Jay S. Method and apparatus for enabling a player to select features on a gaming device
JP3380532B2 (en) * 2000-07-28 2003-02-24 コナミ株式会社 GAME SYSTEM, GAME CONTROL METHOD, AND INFORMATION STORAGE MEDIUM
JP3380533B2 (en) * 2000-07-28 2003-02-24 コナミ株式会社 GAME SYSTEM, GAME CONTROL METHOD, AND INFORMATION STORAGE MEDIUM
US8147334B2 (en) * 2003-09-04 2012-04-03 Jean-Marie Gatto Universal game server
AU2003213260A1 (en) * 2002-02-22 2003-09-09 Infotext Systems Inc. System and method for interactive wagering from a remote location
US7233922B2 (en) * 2003-04-02 2007-06-19 Cantor Index Llc System and method for wagering-based transferable financial instruments
US8616967B2 (en) * 2004-02-25 2013-12-31 Cfph, Llc System and method for convenience gaming
US7637810B2 (en) * 2005-08-09 2009-12-29 Cfph, Llc System and method for wireless gaming system with alerts
US7711628B2 (en) * 2004-03-05 2010-05-04 Cantor Index Llc System and method for offering intraday wagering in a financial market environment
US7835961B2 (en) * 2004-03-05 2010-11-16 Cantor Index Llc System and method for wagering in a financial market environment
KR100456601B1 (en) * 2004-03-18 2004-11-10 엔에이치엔(주) A registration system for game item sale and a method thereof
US7577847B2 (en) * 2004-11-03 2009-08-18 Igt Location and user identification for online gaming
US20060212384A1 (en) * 2005-03-21 2006-09-21 Spurgin Richard B Commodity futures index and methods and systems of trading in futures contracts that minimize turnover and transactions costs
US8192286B2 (en) * 2005-04-19 2012-06-05 Sony Online Entertainment Llc System for secure transfer of online privileges
US20070066398A1 (en) * 2005-09-22 2007-03-22 Earl Rowan Cashless gaming system and method
US20080004116A1 (en) * 2006-06-30 2008-01-03 Andrew Stephen Van Luchene Video Game Environment
US9440151B2 (en) * 2005-10-14 2016-09-13 Leviathan Entertainment, Llc Collections in a virtual environment
US20070087822A1 (en) * 2005-10-14 2007-04-19 Leviathan Entertainment, Llc Financing Options in a Virtual Environment
US20080004093A1 (en) * 2006-06-30 2008-01-03 Leviathan Entertainment, Llc Methods and System for Creating In Game Objects
US9306952B2 (en) * 2006-10-26 2016-04-05 Cfph, Llc System and method for wireless gaming with location determination
GB2444764A (en) * 2006-11-22 2008-06-18 Bawden & Associates Internet trivia quiz gaming system
WO2008103275A1 (en) * 2007-02-16 2008-08-28 Johnson Augustus C Systems and/or methods for stock portfolio based competitive simulations
US20090275824A1 (en) * 2008-04-30 2009-11-05 Pacesetter, Inc. System and Method for Sensing Gastric Contractions

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5934674A (en) * 1996-05-23 1999-08-10 Bukowsky; Clifton R. Stock market game
US6709330B1 (en) * 1999-08-20 2004-03-23 Ameritrade Holding Corporation Stock simulation engine for an options trading game
US20050027643A1 (en) * 2003-04-02 2005-02-03 Cfph, Llc System and method for wagering based on the movement of financial markets
WO2007091234A1 (en) * 2006-02-07 2007-08-16 Ronen Assia A method and system for representing financial information in a gaming environment

Also Published As

Publication number Publication date
WO2009091754A3 (en) 2009-09-17
US20090181777A1 (en) 2009-07-16

Similar Documents

Publication Publication Date Title
US20090181777A1 (en) Network computer game linked to real-time financial data
Min et al. Blockchain games: A survey
US11308759B2 (en) System and method for dynamically adjusting prizes or awards based on a platform
US11383169B1 (en) Systems and methods for adjusting online game content and access for multiple platforms
US9032307B2 (en) Computational delivery system for avatar and background game content
US9737819B2 (en) System and method for a multi-prize mystery box that dynamically changes probabilities to ensure payout value
US10713897B2 (en) Trading-themed game
US9144742B1 (en) System and method for predicting payer dormancy through the use of a test bed environment
EP3016726A1 (en) System and method for facilitating gifting of virtual items between users in a game
Wi Innovation and strategy of online games
Castronova The price of'man'and'woman': A hedonic pricing model of avatar attributes in a synthethic world
US10035068B1 (en) Systems and methods for making progress of a user character obtained in an online game via a non-virtual reality interface available in a virtual reality interface
US10096204B1 (en) Systems and methods for determining and implementing platform specific online game customizations
US11335163B2 (en) System and method for implementing a refund calculator in a game
US9573066B2 (en) System and method for determining a price for a protection extension
Maggiorini et al. The Perfect Looting System: Looking for a Phoenix?
Knowles et al. Video games, virtual worlds and economics
Jacobs Click, click, click, click. Zynga and the gamification of clicking
JP6956210B2 (en) Server systems, game systems and programs
US11311811B1 (en) System and method for determining a price for a protection extension
US9795886B1 (en) System and method for determining a price for a protection extension
Linnainmaa Virtual economy design in MMORPGs
Direr et al. A Data-Driven and Principled Approach to Designing the Tokenomics of a New Blockchain-Based Game
Trajkovska Kocankovska The potential of the gaming industry for investments in The Republic of North Macedoniа
Monsarrat Adapting massively multiplayer Internet computer games to the mainstream market: a business plan for Turbine Entertainment Software

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09702545

Country of ref document: EP

Kind code of ref document: A2

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 09702545

Country of ref document: EP

Kind code of ref document: A2