I'm going to assume that your polygon is convex, not concave.
Every convex quadrilateral has 2 diagonals which
intersect in 1 interior point. Every combination of 4 vertices
determines a convex quadrilateral, contributing one diagonal
intersection point.
So the formula for the number of such points, since none are
concurrent, is the number of combinations of four vertices.
So the equation is
C(n,4) = 70
Using synthetic division, we can factor the polynomial
completely as
Only the solution n=8 is applicable.
Answer: The polygon has 8 sides.
Edwin