The stack is a game zone shared by all players. It acts as a temporary waiting room where spells, activated abilities, and triggered abilities sit before they officially resolve and take effect.
These are just examples, not the only objects that can fill each slot. Position is set purely by the order things were added: the most recent addition sits on top and resolves first, whatever it is.
The fundamental rule of the stack is LIFO: Last In, First Out. Think of it like a physical pile of plates: the last plate you place on top of the pile must be the first plate you remove.
Certain game actions bypass the stack entirely and happen instantly. These include state-based actions, turn-based actions, special actions, and activating mana abilities.
Technical Breakdown
Mechanics of the Stack
- Objects on the Stack: When a spell is cast, its physical card is placed onto the stack. When an ability is activated or triggers, it is placed on top of the stack as an independent game object without a physical card.
- Tracking Order: The stack tracks the exact chronological order in which objects are added. Each new spell or ability is placed directly on top of whatever is already there.
- Resolving Individually: Objects on the stack do not resolve all at once. The topmost object resolves by itself only after all players choose to pass priority consecutively without adding anything new to the pile.
- The Priority Loop: After an individual object on the stack resolves, the game pauses and the active player receives priority again. While holding priority, a player can cast more instants, cast permanents with flash, or activate new abilities on top of the remaining stack. Priority then passes in turn order, so every player gets a chance to respond before the next item is allowed to resolve.
- Non-Stacking Actions: Certain game actions bypass the stack entirely and happen instantly. These include state-based actions (like a creature dying from lethal damage), turn-based actions (like drawing a card at the start of your draw step), special actions (like playing a land), and activating mana abilities (like tapping a land for mana).
Unique and Interesting Card Interactions
The underlying architecture of the stack allows specific mechanics and combinations to generate highly complex combat states or resolution setups.
If Spell Queller enters the battlefield, its enters-the-battlefield (ETB) trigger goes on the stack to exile a spell. Before that trigger resolves, you can cast an instant like Ephemerate to flicker Spell Queller. This puts its leaves-the-battlefield (LTB) trigger on top of the stack. The LTB trigger resolves first, trying to return a card that hasn't been exiled yet (doing nothing). Then, the original ETB trigger resolves, exiling the opponent's spell permanently with no way for them to get it back. (CR 603.3)
Kaervek features a triggered ability that reads: "Whenever an opponent casts a spell, Kaervek deals damage equal to that spell's mana value to any target." Because casting a spell puts it on the stack immediately, Kaervek's damage trigger goes on the stack on top of that spell. Kaervek’s damage will resolve and potentially kill a creature or player before the opponent’s original spell ever gets the chance to resolve. (CR 603.3)
Spells with the Split Second keyword fundamentally lock down the stack. As long as a Split Second spell is on the stack, players are prohibited from casting any other spells or activating non-mana abilities. The stack is frozen in place until the Split Second spell resolves and leaves the zone. (CR 702.61)
A morph creature is cast face down as a 2/2 for {3}, then turned face up later by paying its morph cost. The key point for the stack: turning a permanent face up is a special action, not a spell or an activated ability, so it doesn't use the stack and can't be responded to. Willbender is the classic example: an opponent casts a single-target spell at you, you turn Willbender face up with no window for them to react, and its "turned face up" trigger changes that spell's target. They can respond to the trigger, but never to the flip itself. Because it's a special action, you can even unmorph while a Split Second spell has the rest of the stack locked. (CR 702.37)
Standard counterspells require a single, specific target on the stack. Counterflux, when cast for its Overload cost, changes its text to counter each spell you don't control. This completely clears the stack of all opposing spells simultaneously, regardless of how many spells or responses opponents have piled onto it. (CR 702.96)
When you cast an Eldrazi spell, you may pay an extra {C}{C} to copy all spells you control, then copy all other activated and triggered abilities you control. Because the copies include the abilities already waiting on the stack alongside the spells, a single activation can balloon the stack into a massive, deeply nested chain. Chaining multiple Eldrazi casts in one turn lets the copies cascade further before anything resolves. (CR 707.10)
Related
Spot a missing interaction or something we got wrong?
Suggest an interaction