# Core Principles

### SMART Framework (Mandatory)

Every milestone must be:

* **Specific**: Clearly defined deliverable, no ambiguity
* **Measurable**: Quantifiable metrics with objective verification
* **Achievable**: Realistic within proposed timeline and resources
* **Relevant**: Directly advances project toward stated goals
* **Time-bound**: Explicit deadline (format: YYYY-MM-DD HH:MM UTC)

### Verifiability First

Milestones must be verifiable through:

* **Public on-chain data** (preferred)
* **Open-source repositories** (GitHub, GitLab with commit history)
* **Third-party platforms** (block explorers, DeFi aggregators, app stores)
* **Cryptographically signed attestations** (for off-chain activities)

❌ NOT ACCEPTABLE: Private databases, unverifiable claims, subjective assessments

### Anti-Gaming Design

Milestones must be structured to prevent:

* Easy sandbagging (setting trivially easy goals)
* Evidence manipulation (wash trading, fake metrics)
* Circular dependencies (metric depends on milestone passing)
* Ambiguous completion states (technically true, practically false)

### Proportional Complexity

Milestone difficulty should be proportional to funding allocated:

* **10-15% of funds**: Basic deliverables (documentation, testnet launch)
* **15-25% of funds**: Medium complexity (mainnet, initial features)
* **25-35% of funds**: High complexity (full feature set, major integrations)


---

# 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.seedify.fund/milestone-guidance-criteria/core-principles.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.
