How to add velocity to a particle instantly

What I want to do is make a particle start off completely stationary, then abruptly start moving at a constant speed. Is this possible?

yes, make a boolean comparing particle.age or normalizedage with a delay. If true then move at desired speed, else velocity = 0.