Assume elliptic curve in Weierstrass form.
$y^2 = x^3 + a x + b$ where $x,y,a,b \in F$
I noticed the point addition formula does not involve parameters $a,b$. Furthermore, one can always solve for $a,b$ given two distinct points.
Thus one can "add" 3 or more distinct points, as long as their coordinates are on $F$, without having them on the same curve. More formally, let $O$ be point of infinity, the set $F \times F \cup O$ is almost closed under point addition operation for short Weierstrass curve. (Almost closed since one has to "add" distinct points)
I did a quick check that associative law for groups no longer holds. What would be some interesting properties for the above setup?