# Accomplishments

In the past 2 years of grinding, many things have been accomplished.

* <mark style="color:blue;">Smart contract launch</mark>\
  SC has been launched for minting of fish and integration with OpenSea
* <mark style="color:blue;">Fish generation algorithm</mark>\
  Algorithm to generate random fish of different traits and attributes was completed. This is the backbone of SeaCrypt project, where 3D models (GLB format) are generated as our NFTs. The format allows portability across multiple platforms which enables future expansion and extendability.
* <mark style="color:blue;">Evolution algorithm</mark>\
  Evolution is another important proprietary algorithm in SeaCrypt. Fishes are designed to evolve over time and the introduction of this feature is critical in our ecosystem.
* <mark style="color:blue;">Birthmark integration</mark>\
  Birthmarks have been added as part of the minting process. Users' phrase input will be integrated as part of the input feature to generate SeaCrypt NFT. The birthmarks are then carved into the eyes of the fishes, storing the users' memories into web3 permanently.
* <mark style="color:blue;">Fish animation</mark>\
  Swimming animation v1 was completed, allowing fishes to swim freely in the water (soon Metaverse).\
  Post beta launch, improvements were done and animation v2 was rolled out. In animation v2, swimming animations of the fishes are more natural, and has wider range of movements.
* <mark style="color:blue;">Aquarium (phase 1)</mark>\
  In phase 1 of aquarium feature, a few designed backgrounds by artists were implemented.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.seacrypt.co/roadmap/accomplishments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
