This repository serves as the canonical source of metadata and digital assets for all tokens, products, and ecosystem components within Physis.
The repository provides a single, version-controlled location for immutable metadata JSON files and associated media (icons, thumbnails, etc.) used across Solana SPL tokens, NFT collections, and integrated services.
Each directory within the repo corresponds to a unique Physis sub-project or token.
/phy/
logo-256.v1.png
metadata.v1.json
/syncral/
logo-256.v1.png
metadata.v1.json
/astralis/
logo-256.v1.png
metadata.v1.json
manifest.json
README.md
/phy/,/syncral/,/astralis/— project-specific metadata folders.manifest.json— top-level registry mapping each token or asset to its latest metadata file.README.md— this documentation.
All assets are publicly accessible via the jsDelivr CDN, providing global caching and high availability:
https://cdn.jsdelivr.net/gh/physis/metadata@v1/phy/metadata.v1.json
https://cdn.jsdelivr.net/gh/physis/metadata@v1/phy/logo-256.v1.png
Replace @v1 with the desired tag or commit SHA for immutable referencing.
-
Upload or edit metadata files through the GitHub web interface.
-
Commit changes to the main branch.
-
Create a new tag (e.g.,
v2) from the GitHub Releases page. -
Update on-chain metadata URIs to reference the new version tag:
https://cdn.jsdelivr.net/gh/physis/metadata@v2/phy/metadata.v2.json
Older tags remain accessible for audit and historical reference.
-
Prepare new metadata and assets locally or via web UI.
-
Commit to the corresponding project folder.
-
Tag the repository with a version increment.
-
Verify CDN responses:
curl -I --max-redirs 0 https://cdn.jsdelivr.net/gh/physis/metadata@v2/phy/metadata.v2.json
-
Confirm the
HTTP/2 200 OKresponse (no redirects).
- File format: JSON (UTF-8) following Metaplex Token Metadata Standard
- Images: PNG, 256×256 or 512×512, < 200 KB
- Headers: Served automatically by jsDelivr with proper
Content-Typeand CORS support.
{
"phy": "https://cdn.jsdelivr.net/gh/physis/metadata@v2/phy/metadata.v2.json",
"syncral": "https://cdn.jsdelivr.net/gh/physis/metadata@v1/syncral/metadata.v1.json",
"astralis": "https://cdn.jsdelivr.net/gh/physis/metadata@v1/astralis/metadata.v1.json"
}The repository is maintained by Physis Labs under the oversight of the Physis DAO. Any modifications must:
- Maintain backward compatibility for existing tags.
- Follow semantic versioning for metadata (
v1,v2,v3, ...). - Include clear commit messages describing the change.
All metadata and associated assets are released under the Physis Open Asset License (POAL) — allowing open indexing and reference while maintaining project integrity.
Physis Labs © 2025