In Extending Sledgehammer with SMT solvers I find this quote:
Certificates make it possible to store Z3 proofs alongside Isabelle formalizations, allowing SMT proof replay without Z3. Only if the formalizations cahnge must the certificates be regenerated.
How does a Z3 certificate look like? Is it just some sort of balanced tree where the inference steps obtained in Z3 are stored?