Pseudoslotting
Advanced F2L technique for solving mismatched corner-edge pairs efficiently
What is Pseudoslotting?
If you're reading this, you should be familiar with keyhole and know all F2L algorithms. Pseudoslotting is like "double keyhole" - solving both a keyhole corner and edge simultaneously.
The Process
- Misalign the D layer to create one empty slot
- Solve the corner-edge "pseudo-pair" using normal F2L
- Realign the D layer
Interactive Demonstration
Click on images or algorithms below to see the moves in action!
Basic Example

Simple Pseudoslot
We have a corner and edge in different slots. Instead of solving them separately, we can pseudoslot them together.
D' U R U' R' D
6 moves
Breakdown:
D'
- Misalign D layerU R U' R'
- Solve as F2L pairD
- Realign D layer
Example with longer pair

Longer Pseudoslot
Even complex F2L cases can be pseudoslotted. The principle remains the same - just use the appropriate F2L algorithm between the D moves.
D' R U' R' U R U2 R' U R U R' D
13 moves
Same structure:
D'
- MisalignR U' R' U R U2 R' U R U' R'
- F2L algorithmD
- Realign
Forcing Pseudoslot
When you have a corner solved and see a potential pseudopair, you can deliberately solve an edge to set up the pseudoslot. This can be more efficient than keyhole → pair, and in virtually all cases it's better than solving two normal pairs.

Forced Pseudoslot
We first solve the edge in the back right, then immediately pseudoslot the remaining corner-edge pair.
R' U' R D' U R U' R' D
9 moves
Two-stage process:
R' U' R
- Solve edgeD' U R U' R' D
- Pseudoslot
Decision Making
Use Pseudoslotting When:
- You have corner and edge in different slots
- Normal F2L would be inefficient
- You can set up a good pseudopair
Consider Alternatives:
- Keyhole might be simpler than forcing a pseudopair
Key Insights
It is naturally a bit harder to recognize pseudo pairs. It is helpful to either plan them during inspection, or to do it when you get to the final two pairs, but in general you should use it whenever you can.
It can also be harder to see exactly what pair you have. You should get used to looking at the orientation of the edge to determine which pair it is. Like in the first example above, it might not immediately be clear that the pseudopair is the 3 mover from looking at the pair alone, but by looking at the edge you see that it is a good edge, so from that you can deduce that it is a good pair.
Recognition Strategy
- Focus on the edge orientation first
- Determine if it's a "good" or "bad" edge
- Use this to predict the F2L case
When to Use
- Plan during inspection when possible
- Apply to final two pairs
- Use whenever it's more efficient
Master Advanced F2L
Pseudoslotting combined with keyhole and advanced F2L algorithms will significantly improve your efficiency.