The mixnet and the DA network have fundamentally different needs. This document briefly elaborates on this topic

Main solutions

PoV for DA

The DA network needs nodes that commit to being online. They need to provide an external IP so that any node (light clients included) can connect from it. But we don't want to maintain as much privacy as possible. This can be done by the DA node publishing an external IP that is proxied in some form, so it is decoupled from the node IP. However, on connection, we need to verify somehow that the node is authenticated (ie the one who claims to be). In short, DA needs:

Solution

PoV for the Mixnet

In the case of the Mixnet, long-term stability is not as important. The most important property is sybil resistance.

Solution

In either case, the verification can be done in a p2p basis and restricted to the nodes that are being connected to: on connection, the node will verify the PoV provided by the peer.