The vertex position attribute. For terrain this is relative to the chunk and you must add chunkOffset as shown below:
For all other geometry, vaPosition directly stores the model space position. In either case, the model space position is equivalent to gl_Vertex.xyz from the compatibility profile.