# ElizaOS Daily Update (Jan 13, 2025)

## OVERVIEW 
Today's development efforts focused on enhancing the Eliza framework with new features, particularly in the areas of documentation and plugin support. Significant progress was made with the addition of functionalities for currency pricing and improved support for various blockchain integrations. The team also worked on expanding documentation accessibility by adding a Farsi readme.

## KEY TECHNICAL DEVELOPMENTS

### Feature Enhancements
- Introduced price per address functionality for currency queries via AI bots, enhancing user interaction with the [CoinGecko plugin](https://github.com/elizaos/eliza/pull/2262).
- Merged the Eliza Installer with the current start script, streamlining the installation process ([#2229](https://github.com/elizaos/eliza/pull/2229)).
- Added support for the gravity chain in the EVM plugin, expanding blockchain compatibility ([#2228](https://github.com/elizaos/eliza/pull/2228)).
- Implemented AGW support in the Abstract plugin, allowing Eliza agents to utilize abstract global wallets ([#2207](https://github.com/elizaos/eliza/pull/2207)).

### Documentation Improvements
- Added a Farsi (Persian) readme to enhance accessibility for Persian-speaking users ([#2260](https://github.com/elizaos/eliza/pull/2260)).
- Updated documentation with weekly progress notes, improving organization and content ([#2243](https://github.com/elizaos/eliza/pull/2243)).

## CLOSED ISSUES

### Resolved Installation and Build Issues
- Closed issues related to installation errors on Linux and Docker image building, improving the overall setup experience for users ([#2203](https://github.com/elizaos/eliza/issues/2203), [#2192](https://github.com/elizaos/eliza/issues/2192)).

## NEW ISSUES

### Authentication and Module Challenges
- Reported a missing module issue when running Eliza on Ubuntu ARM64, hindering application startup ([#2242](https://github.com/elizaos/eliza/issues/2242)).
- Identified a Twitter authentication failure on Google Cloud, presenting a barrier to deployment ([#2225](https://github.com/elizaos/eliza/issues/2225)).
- Raised concerns regarding the safety of storing login information in character.json versus .env files ([#2265](https://github.com/elizaos/eliza/issues/2265)).
- Noted a bug with model loading from .env, causing incorrect model initialization ([#2250](https://github.com/elizaos/eliza/issues/2250)).